Files
kiri-wchat/composer.json
T
2018-11-21 18:10:40 +08:00

23 lines
293 B
JSON

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