-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support Symfony 7.1 #5
Conversation
rey26
commented
Jun 5, 2024
- add missing support for Symfony 7.1
- add support for Symfony 7.1
@rey26 I added the missing build tests for Symfony 7.1, lets see if everything is going well. |
It breaks because of a dev requirements from one of my own php package, I will add support to Sf 7 inside it and relaunch the build. |
I expect this to happen one day :
It needs to be refactored, do you see how to fix this ? I build it this way because I don't wanted to copy/paste the entire Symfony |
ec4d3a0
to
3c63c9e
Compare
3c63c9e
to
69e7b51
Compare
@rey26
PS: If you want to commit changes, don't forget to pull changes before. |
70e6163
to
739beb3
Compare
@rey26 the issue with I will merge this PR to fix #4 and then create a new major version since I remove support of symfony 5.4 packages. |
@Prometee thanks for all of that, I was very busy these days |