8000 feature #1576 Upgrade to Symfony 7.3 (rosier) · symfony/demo@50bb0c1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50bb0c1

Browse files
committed
feature #1576 Upgrade to Symfony 7.3 8000 (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.3
2 parents 1eafe9a + 79944c2 commit 50bb0c1

File tree

10 files changed

+433
-417
lines changed

10 files changed

+433
-417
lines changed

.editorconfig

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
; top-most EditorConfig file
21
root = true
32

4-
; Unix-style newlines
53
[*]
64
charset = utf-8
7-
end_of_line = LF
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10-
11-
[*.{php,html,twig}]
12-
indent_style = space
13-
indent_size = 4
14-
15-
[*.md]
16-
max_line_length = 80
17-
18-
[COMMIT_EDITMSG]
19-
max_line_length = 0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"extra": {
107107
"symfony": {
108108
"allow-contrib": true,
109-
"require": "7.2.*"
109+
"require": "7.3.*"
110110
}
111111
}
112112
}

0 commit comments

Comments
 (0)
0