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