mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +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)