-
Notifications
You must be signed in to change notification settings - Fork 751
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
Add compatibility with Symfony 7 #1045
Comments
Hey @treeindark, I agree that we should make Ratchet compatible with Symfony 7. The pull request in #1053 is a good start for this, but there are a lot of changes that involve BC breaks and should probably be addressed in separate pull requests. Changing the range of supported PHP versions will probably be addressed in the future, so for now I think we have to make this work across our current PHP version range. We're currently looking into project funding (as discussed in #1054) and once we know how to proceed with Ratchet, we first want to add support for the latest PHP and PHPUnit versions. We'll look into additional compatibility PRs (like Symfony 7) afterwards. I will keep this ticket updated as we make progress with this 👍 |
This comment was marked as off-topic.
This comment was marked as off-topic.
I agree, that PR, while great for a new version contains breaking changes, not necessary to support v7, in fact just adding
In composer.json is enough as there doesn't seem to be anything in the PR that addresses a breaking change from symfony |
Hello, did you plan to upgrade ratchet, for use with symfony 7 ? -- deprecated to remove -- want some help ?
The text was updated successfully, but these errors were encountered: