Files
kiri-wchat/composer.json
T
as2252258@163.com 7f138ef255 add clear
2019-11-11 18:14:47 +08:00

32 lines
467 B
JSON

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