Updating knplabs/knp-menu-bundle and liip/functional-test-bundle to support Symfony 7 #14849
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Another PR from the series "what needs to update so that Mautic can support Symfony 7".
Here is the list of todays blockers where you can see what this PR is targeting:
As mentioned before,
klapaudius/oauth-server-bundle
must be updated with Symfony as it doesn't have a version that supports both Symfony 6 and 7.The bigger issue is the
noxlogic/ratelimit-bundle
library that doesn't support Symfony 7 at all and there is no sign that it will. I started a Slack thread to quickly decide what to do with it.The changes in this PR were generated by this command:
It updates just minor versions that support Symfony 7. So there should be no BC breaks this time.
This is what the command generates:
So this is the last step towards the Symfony 7 upgrade until we get over that blocker.
📋 Steps to test this PR:
knplabs/knp-menu-bundle
is used to generate the left and right menu. So you can click through the menu items if you see anything unusual.liip/functional-test-bundle
is a dev dependency and is used in a couple of tests. So if the CI is green we are good.