-
Notifications
You must be signed in to change notification settings - Fork 11
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
V2.* not compatible with Symfony <4.2 #29
Comments
Hi did you check how to to install legacy version? |
Hi @tattali Of couirse i did. I installed 2.1.1 for Symfony 3.4. As you can see on line 36 on commit = tag v2.1;1, you're using getRootNode :
As you can see in the source of TreeBuilder in symfony 3.4, 4.0 and 4.1, getRootNode() method doesn't exists yet... There are other BC issues in the EventListener... if fixed everything here main...chandon:MobileDetectBundle:symony3 |
Are you using symfony flex ? |
Is there any link with the issue ? |
MobileDetectBundle/src/DependencyInjection/Configuration.php
Line 36 in 950bbe9
The method getRootNode only exists since Symfony v4.2. V2.* of this module is not compatible with Symfony 3.4, 4.0 and 4.1
The text was updated successfully, but these errors were encountered: