forked from loafle/openapi-generator-original
* Fix PHP Symfony OpenAPI 3.0 sample location * Update PHP Symfony OpenAPI 3.0 sample
This commit is contained in:
committed by
William Cheng
parent
581131e0fe
commit
ed82aaae97
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "GIT_USER_ID/GIT_REPO_ID",
|
||||
"description": "",
|
||||
"keywords": [
|
||||
"openapi",
|
||||
"php",
|
||||
"sdk",
|
||||
"api"
|
||||
],
|
||||
"homepage": "https://github.com/openapitools/openapi-generator",
|
||||
"license": "unlicense",
|
||||
"authors": [
|
||||
{
|
||||
"name": "openapi-generator contributors",
|
||||
"homepage": "https://github.com/openapitools/openapi-generator"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"symfony/validator": "*",
|
||||
"jms/serializer-bundle": "^2.0",
|
||||
"symfony/framework-bundle": "^3.3|^4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8",
|
||||
"satooshi/php-coveralls": "~1.0",
|
||||
"squizlabs/php_codesniffer": "~2.6",
|
||||
"friendsofphp/php-cs-fixer": "~1.12",
|
||||
"symfony/browser-kit": "*",
|
||||
"hoa/regex": "~1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": { "OpenAPI\\Server\\" : "./" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user