Skip to content

Commit 79944c2

Browse files
rosierjaviereguiluz
authored andcommitted
Upgrade to Symfony 7.3
1 parent 7545f8f commit 79944c2

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)