mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Do not use open api version from api-platform
This commit is contained in:
parent
43212d9b7e
commit
411cb4c27d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue