Djordy Koert
Djordy Koert
Any update on this?
Closing this because of inactivity :)
Closing this because of inactivity :)
Fixed in https://github.com/nelmio/NelmioApiDocBundle/pull/2230
Fixed in https://github.com/nelmio/NelmioApiDocBundle/pull/2230
Hmmm you could have a look at the way NelmioApiDocBundle currently integrates with swagger-php. Maybe that can help you with creating a solution. https://github.com/nelmio/NelmioApiDocBundle/blob/61c08f139e104db21b12832173b08fa37c22e619/ApiDocGenerator.php#L121-L132
Still contains file changes from https://github.com/LeagueOfPoro/CapsuleFarmerEvolved/pull/52. These should be gone after merging of that PR
@auroraisluna `DoNotMerge` label can be removed
> What is the release policy for this bundle? Does bumping the required PHP version need a new major version of the bundle? This would result in a major version...
Something like an `OpenApiVersion` processor (or `OpenApi31Version` to make it version specific?) does also make sense to me aswell. Having a quick look at the `jsonSerialize` method even makes me...