-
Notifications
You must be signed in to change notification settings - Fork 292
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 #595
Support symfony 7 #595
Conversation
deguif
commented
Jan 14, 2025
Q | A |
---|---|
Bug fix? | yes/no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes/no |
Fixed tickets | |
License | Apache2 |
could you have a look at the failing test? |
Yes, I had a look. This won't be that easy to support and will probably need a new major version as |
dropping sensio/framework-extra-bundle is not a problem, and if the user does not need to change their code, no major version is required |
@deguif thanks a lot for your work! could you please rebase the various PR you have in progress? |
I just rebased my opened PRs. Thanks a lot for merging quickly the previous PRs ;) |
1607622
to
9343b22
Compare
All tests with composer dependencies set to lowest are passing (including with For symfony 7.x I had to:
|
913c54a
to
2f7c751
Compare
aa581d1
to
4d25baf
Compare
Tests are now green. |
I rebased it too. It's ready for review and merge. |
Hello, any eta for merging this? |