Skip to content
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

Make bundle compatible with Symfony 5 #14

Merged
merged 2 commits into from
Dec 11, 2019

Conversation

juliusstoerrle
Copy link
Contributor

Update composer.json to include Symfony V5.

Fixes #13

I have NOT tested the changes yet.

@Minishlink
Copy link
Owner

Let me know when you have tested it, and I'll merge, thanks!

@juliusstoerrle
Copy link
Contributor Author

As the TreeBuilder changed I had to update the code aswell. The constructor parameter of the TreeBuilder is only available since 4.2. I therefore also raised the minimum required symfony version to 4.2.

I think it is alright, but people still using symfony 3.4 will need to use a previous version of this library.

@juliusstoerrle
Copy link
Contributor Author

I tested this branch with Symfony version 5 and it worked without problems so far. From my side it would be ready for a merge.

@juliusstoerrle juliusstoerrle changed the title Allow Symfony 5 Make bundle compatible with Symfony 5 Dec 10, 2019
Copy link
Owner

@Minishlink Minishlink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 👍

@Minishlink Minishlink merged commit c6018b4 into Minishlink:master Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Symfony 5
2 participants