Commit 50bb0c1
committed
feature #1576 Upgrade to Symfony 7.3 (rosier)
This PR was squashed before being merged into the main branch.
Discussion
----------
Upgrade to Symfony 7.3
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.
Commits
-------
79944c2 Upgrade to Symfony 7.3File tree
10 files changed
+433
-417
lines changed- config
- packages
- routes
- src/Security
10 files changed
+433
-417
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
0 commit comments