Pavel Golovin
Pavel Golovin
Add support for chrome_duration option
Is it possible to add support for branch 3 of monolog library?
Hi, how is it possible to configure response schema based on Doctrine entity to contain 'additionalProperties: false'
### Version 4.25.2 ### Description Lost data format in schema for array of objects. Old schema: ``` "contestants": { "title": "List of contestants", "type": "array", "items": { "$ref": "#/components/schemas/StatContestant2" }...
Is there strict requirement to use "symfony/serializer": "^3.4" only? Will be it work with symfony 6?
I configure flex endpoint for private gitlab repo with this instruction: https://symfony.com/doc/current/setup/flex_private_recipes.html#gitlab-3 ``` { "extra": { "symfony": { "endpoint": [ "https://gitlab.com/api/v4/projects/your-gitlab-project-id/repository/files/index.json/raw?ref=main", "flex://defaults" ] } } } ``` And use recipe_template_relative...
### Version 5.3.0 ### Description Symfony 7.2.6: ``` "ids": { "description": "IDs of events", "type": "array", "items": { "type": "integer" }, "default": [] } ... "referees": { "type": "array", "items":...
### Version 5.3.0 ### Description Broken in https://github.com/nelmio/NelmioApiDocBundle/pull/2472 In 5.2.1: ``` ... "currentTab": { "$ref": "#/components/schemas/EventTab" } ... "EventTab": { "type": "string", "enum": [ "preview", "lineups", "summary" ] }, ```...