-
Notifications
You must be signed in to change notification settings - Fork 159
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
PHP Fatal error: Declaration of must be compatible with #257
Comments
This bundle doesn't work with Symfony 6, so this is a duplicate of #255 |
Hello @NersesM and @gjuric, |
I did not, but I believe @acasademont is the current maintainer. |
@gjuric do you also still need the bundle? I thiking about forking the repo and then make it Symfony6 ready. But it would be great to have some help. |
I do, this is currently our only blocker for upgrading to Symfony 6 for some of our projects, but I am not sure how much time I could dedicate in next few weeks to that. Maybe we could coordinate with @jeremywaguet who did a pull request #252 that incorporated some of the changes I had made previously (#250) that also didn't get merged in last 6 months. Or maybe @acasademont or who ever else is the current maintainer would be open to spreading the load to a few more people. |
@gjuric I have exactly the same problem with upgrading a bunch of applications because of this issue. I think for the first step it would be great ifwe have a working alternative and then make it nice afterwards. |
I have created a fork of the project that you can use until this gets sorted out: |
Hi @gjuric ! |
Hi @blackarcanis plase use version 3.2.2 in your composer.json for Symfony 6.4. Unfortunately the latest release only works with Symfony 7 and at the moment I have no time to maintain two different versions. Maybe I will release new version (v4) for Symfony 7 and update v3 to keep working with older versions of Symfony. |
I fully understand; thank you so much for your quick help, @gjuric ! |
PHP Fatal error: Declaration of JMS\I18nRoutingBundle\JMSI18nRoutingBundle::getContainerExtension() must be compatible with Symfony\Component\HttpKernel\Bundle\Bundle::getContainerExtension(): ?Symfony\Component\DependencyInjection\Extension\ExtensionInterface in symfony/vendor/jms/i18n-routing-bundle/JMS/I18nRoutingBundle/JMSI18nRoutingBundle.php on line 39
The text was updated successfully, but these errors were encountered: