Files
kiri-wchat/composer.json
T
2023-05-29 14:38:00 +08:00

31 lines
506 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": ">= 8.1",
"game-worker/kiri-container": "*",
"game-worker/kiri-client": "*"
},
"require-dev": {
"swoole/ide-helper": "@dev"
}
}