Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Routing] AnnotationDirectoryLoader::load() may return null#45263
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
derrabus commentedJan 31, 2022
Good catch, thanks@mhujer. |
trsteel88 commentedFeb 3, 2022
@derrabus any chance of a patch version being tagged? I'm keen to launch a project on Symfony 6.0 and this is holding me up. |
trsteel88 commentedFeb 3, 2022
Actually, I've found a temporary workaround: |
derrabus commentedFeb 3, 2022
We usually do releases by the end of the month. This patch will be part of the 6.0.5 release. Until then, please use the following constraint in your composer.json to get this patch: "require": {"symfony/routing":"~6.0.5@dev"} |
trsteel88 commentedFeb 3, 2022
No worries. Thanks for the quick response. |
Closes#45259.