-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version is only available reliably for validation and serialization #597
Comments
I'm getting the same error (Version is only available reliably for validation and serialization) as @andrey-helldar , after the update.
|
@AdAvAn, you can apply a hotfix by rolling back one of the dependencies. To do this, run the command in the console: composer require --dev zircote/swagger-php:4.8.6 |
relates to: zircote/swagger-php#1562 && probably the fix: zircote/swagger-php#1563 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
After upgrading the
zircote/swagger-php
component from version4.8.6
to version4.8.7
, an error started appearing when trying to generate documentation:There is speculation that because of these changes: zircote/swagger-php#1561, zircote/swagger-php@4.8.6...4.8.7
Steps To Reproduce:
Update the dependency. We see an error when trying to generate.
The text was updated successfully, but these errors were encountered: