mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
* [PHP-SYMFONY] Debug for Symfony 7 support & debug enum ref & debug array enum ref & debug date assert * [PHP-SYMFONY] Debug for Symfony 7 support & debug enum ref & debug array enum ref & debug date assert * [PHP-SYMFONY] Debug for Symfony 7 support & debug enum ref & debug array enum ref & debug date assert
41 lines
970 B
JSON
41 lines
970 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": "*",
|
|
"doctrine/annotations": "^2.0",
|
|
"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\\" : ""
|
|
}
|
|
}
|
|
}
|