mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-14 13:40:55 +00:00
Bump requirements - add Symfony 7 support - remove support php < 8.2 (EOL) - remove symfony < 6.4 support Bug Fix - add missing $security{{name}} variable when using Bearer Auth Misc - getContentType method is deprecated; use getContentTypeFormat - use match instead of switch for simple assignments - remove default depth param from json_encode call - make data provider static (phpunit)
40 lines
930 B
JSON
40 lines
930 B
JSON
{
|
|
"name": "openapitools/petstore",
|
|
"description": "",
|
|
"keywords": [
|
|
"openapi",
|
|
"php",
|
|
"sdk",
|
|
"api"
|
|
],
|
|
"homepage": "https://openapi-generator.tech",
|
|
"license": "unlicense",
|
|
"authors": [
|
|
{
|
|
"name": "OpenAPI",
|
|
"homepage": "https://openapi-generator.tech"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"symfony/validator": "^6.4|^7.0",
|
|
"jms/serializer-bundle": "^5.4",
|
|
"symfony/framework-bundle": "^6.4|^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.5|^11.0",
|
|
"friendsofphp/php-cs-fixer": "*",
|
|
"symfony/browser-kit": "^6.4|7.0",
|
|
"symfony/yaml": "^6.4|^7.0",
|
|
"hoa/regex": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OpenAPI\\Server\\" : ""
|
|
}
|
|
}
|
|
}
|