Files
kiri-wchat/composer.json
T
as2252258@163.com 291e882069 add clear
2020-03-05 12:41:49 +08:00

29 lines
385 B
JSON

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