forked from loafle/openapi-generator-original
39 lines
1007 B
JSON
39 lines
1007 B
JSON
{
|
|
"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\\" : "./" }
|
|
}
|
|
}
|