You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
392 B
23 lines
392 B
{
|
|
"name": "yly-openapi/yly-openapi-sdk",
|
|
"description": "yly-openapi-php-sdk",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"yly-openapi-php-sdk"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "曲子陌",
|
|
"email": "lwy@yilianyun.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"App\\": "Lib/"}
|
|
}
|
|
}
|
|
|