Skip to content

Upgrade to Symfony 7.3 #1576

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Upgrade to Symfony 7.3 #1576

wants to merge 5 commits into from

Conversation

rosier
Copy link
Contributor

@rosier rosier commented May 26, 2025

This updates all dependencies and upgrade to Symfony v7.3.0-RC1

Also fixes the following deprecations:

  • The "errors.xml" routing configuration file is deprecated, import "errors.php" instead.
  • The "profiler.xml" routing configuration file is deprecated, import "profile.php" instead.
  • The "xdt.xml" routing configuration file is deprecated, import "xdt.php" instead.
  • Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
  • The "App\Security\PostVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.

rosier added 5 commits May 26, 2025 17:41
Fixes:
- The "errors.xml" routing configuration file is deprecated, import "errors.php" instead.
Fixes:
- The "profiler.xml" routing configuration file is deprecated, import "profile.php" instead.
- The "xdt.xml" routing configuration file is deprecated, import "xdt.php" instead.
Fixes:
- Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Fixes:
- The "App\Security\PostVoter::voteOnAttribute()" method will require a new "Vote|null $vote" argument in the next major version of its parent class "Symfony\Component\Security\Core\Authorization\Voter\Voter", not defining it is deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant