-
Notifications
You must be signed in to change notification settings - Fork 155
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
Adding support for Symfony 7 #863
Conversation
934b048
to
33a7971
Compare
- | ||
name: Remove hateoas on Symfony 7 | ||
if: matrix.symfony == '^7.0' | ||
run: composer remove --dev willdurand/hateoas-bundle --no-update --no-scripts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this package still a problem? The newest version supports SF7 if I see correctly.
Ref.: https://packagist.org/packages/willdurand/hateoas-bundle#2.6.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there is an issue => willdurand/BazingaHateoasBundle#108
I have an issue that I do not reproduce locally with SF7.1. |
"symfony/stopwatch": "^5.4 || ^6.4", | ||
"symfony/uid": "^5.4 || ^6.4", | ||
"symfony/workflow": "^5.4 || ^6.4", | ||
"sylius/grid-bundle": "^1.7 || dev-symfony-7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"sylius/grid-bundle": "^1.7 || dev-symfony-7", | |
"sylius/grid-bundle": "^1.7 || dev-1.13", |
Thank you, Loïc! 🎉 |
This PR replaces #840