-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Symfony 7.3 #15268
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
Symfony 7.3 #15268
Conversation
Package There is currently no newer version of Line 87 in 761f3ac
https://packagist.org/packages/bandwidth-throttle/token-bucket |
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.
Looks great! Thanks for taking care of that!
Please check also the composer.json
in the root dir. I forgot last time there are also some Symfony packages.
|
@escopecz, is the package |
@matbcvo I don't see usage of that either. Please create a new PR for removal and document the BC break in the upgrading doc. |
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.
Thank you for taking care of this! 👍
I can see I didn't do a great job in the PHP 8.4 PR to upgrade all libraries that are generating deprecation notices. We still have to address those at some point. But it's not blocking this PR.
Description
This PR updates the Symfony version constraints in
composer.json
andapp/composer.json
from^7.2
to^7.3
.composer.json
app/composer.json
Other Symfony packages like
symfony/monolog-bundle
(~3.10.0) andsymfony/monolog-bridge
(^6.4) were not changed.Additionally, the
require
section have been sorted alphabetically using Composer's sort-packages option for consistency and readability.📋 Steps to test this PR: