Files
kiri-wchat/composer.json
T

31 lines
506 B
JSON
Raw Normal View History

2018-07-19 12:10:22 +08:00
{
2022-09-09 16:42:55 +08:00
"name": "wchat/wchat",
"description": "一个参数效验扩展",
"keywords": [
"validate"
],
"license": "MIT",
"authors": [
{
"name": "xianglin",
"email": "xianglin@163.com"
}
],
"autoload": {
"psr-4": {
"wchat\\": "./wchat/"
},
"files": [
"Container.php"
]
},
"require": {
2023-07-11 16:16:41 +08:00
"php": ">= 8.0",
2022-09-09 16:42:55 +08:00
"game-worker/kiri-container": "*",
"game-worker/kiri-client": "*"
},
"require-dev": {
"swoole/ide-helper": "@dev"
}
2018-07-19 12:10:22 +08:00
}