-
Notifications
You must be signed in to change notification settings - Fork 160
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
Symfony 3.0 support #77
Conversation
@MJBGO Btw. why was the class renamed to
|
And I don't understand what a change from XML to YAML for services has to do in a Symfony 3 support PR? That's annoying.. |
This one destroyed my app... If you do BC breaks, please follow semantic versioning. Part of my composer.json: |
Not really my fault, it was written BC breaks from the beginning ... But I agree, creating another big version for that was the way to go |
I've added Symfony 3.0 support and PSR-4 to the bundle.
Notice : I've restricted this to Symfony 3.0 but it is also compatible with Symfony 2.8 (juste have to modify the composer.json file).