mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Do not use open api version from api-platform
This commit is contained in:
parent
43212d9b7e
commit
411cb4c27d
@ -30,6 +30,9 @@ final class ApiPlatformDescriber extends ExternalDocDescriber
|
||||
[DocumentationNormalizer::SPEC_VERSION => 3]
|
||||
);
|
||||
|
||||
// TODO: remove this
|
||||
// Temporary fix: zircote/swagger-php does no longer support 3.0.x with x > 0
|
||||
unset($documentation['openapi']);
|
||||
unset($documentation['basePath']);
|
||||
|
||||
return $documentation;
|
||||
|
Loading…
x
Reference in New Issue
Block a user