forked from loafle/openapi-generator-original
* upgrade php-cs-fixer to 2.12 * ran petstore-security-test for php * updating openapi3 php petstore example
39 lines
908 B
JSON
39 lines
908 B
JSON
{
|
|
"name": "GIT_USER_ID/GIT_REPO_ID",
|
|
"description": "",
|
|
"keywords": [
|
|
"openapitools",
|
|
"openapi-generator",
|
|
"php",
|
|
"sdk",
|
|
"rest",
|
|
"api"
|
|
],
|
|
"homepage": "http://openapi-generator.tech",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "OpenAPI-Generator contributors",
|
|
"homepage": "https://openapi-generator.tech"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/guzzle": "^6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8",
|
|
"squizlabs/php_codesniffer": "~2.6",
|
|
"friendsofphp/php-cs-fixer": "~2.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "OpenAPI\\Client\\" : "lib/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "OpenAPI\\Client\\" : "test/" }
|
|
}
|
|
}
|