-
-
Notifications
You must be signed in to change notification settings - Fork 840
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
Feat: Support for Symfony 7 #2151
Conversation
}, | ||
"minimum-stability": "beta" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove minimum-stability
flag on Symfony 7 release
}, | |
"minimum-stability": "beta" | |
} |
"zircote/swagger-php": "^4.2.15", | ||
"phpdocumentor/reflection-docblock": "^3.1|^4.0|^5.0" | ||
}, | ||
"require-dev": { | ||
"sensio/framework-extra-bundle": "^5.4|^6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sensio/framework-extra-bundle
had to be removed because it is archived and will not be updated for Symfony 7
Hey! Is this PR still alive? |
I will try and update this PR some time soon. Probably gonna base it on #2155 since it already contains all of the changes needed to make Doctrine Annotations work. |
@abramchikd any help would be appreciated, I just cannot figure out how to fix our unit tests. Almost all of them keep failing because all Symfony attributes are no longer an annotation which causes Doctrine's DocParser to throw an exception. Adding the
|
@DjordyKoert i made another attempt for symfony 7 support, you may have a look #2164 but from the looks of it, it incorporates changes from #2155 (i totally missed that there was a PR when i started working on this last Saturday at Symfony hack day) |
See #2164 instead |
Update NelmioApiDocBundle to support Symfony 7.
Related issues: #2147 #2143