Files
kiri-wchat/composer.json
T
as2252258@163.com 9c6b01fc94 add clear
2019-07-17 17:17:37 +08:00

27 lines
366 B
JSON

{
"name": "wchat/wchat",
"description": "一个参数效验扩展",
"keywords": [
"validate"
],
"license": "MIT",
"authors": [
{
"name": "xianglin",
"email": "xianglin@163.com"
}
],
"autoload": {
"ext-json": false,
"psr-4": {
"wchat\\": "wx"
}
},
"require": {
"php": ">= 7.0"
},
"require-dev": {
"swoole/ide-helper": "@dev"
}
}