mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-13 13:09:25 +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]
|
[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']);
|
unset($documentation['basePath']);
|
||||||
|
|
||||||
return $documentation;
|
return $documentation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user