forked from loafle/openapi-generator-original
33 lines
677 B
Plaintext
33 lines
677 B
Plaintext
{
|
|
"name": "{{invokerPackage}}/{{invokerPackage}}-php",
|
|
"description": "{{description}}",
|
|
"keywords": [
|
|
"swagger",
|
|
"php",
|
|
"sdk",
|
|
"api"
|
|
],
|
|
"homepage": "http://swagger.io",
|
|
"license": "Apache v2",
|
|
"authors": [
|
|
{
|
|
"name": "Swagger and contributors",
|
|
"homepage": "https://github.com/swagger-api/swagger-codegen"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"satooshi/php-coveralls": "~0.6.1",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "{{invokerPackage}}\\" : "lib/" }
|
|
}
|
|
}
|