forked from loafle/openapi-generator-original
* php remove deprecated options * update php doc * clean up composerVendorName in code, templates * update samples
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "GIT_USER_ID/GIT_REPO_ID",
|
|
"description": "This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\",
|
|
"keywords": [
|
|
"openapitools",
|
|
"openapi-generator",
|
|
"openapi",
|
|
"php",
|
|
"sdk",
|
|
"rest",
|
|
"api"
|
|
],
|
|
"homepage": "https://openapi-generator.tech",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "OpenAPI-Generator contributors",
|
|
"homepage": "https://openapi-generator.tech"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"guzzlehttp/guzzle": "^6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.4",
|
|
"squizlabs/php_codesniffer": "~2.6",
|
|
"friendsofphp/php-cs-fixer": "~2.12"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "OpenAPI\\Client\\" : "lib/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "OpenAPI\\Client\\" : "test/" }
|
|
}
|
|
}
|