File tree Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 1+ # editorconfig.org
2+
3+ root = true
4+
5+ [* ]
6+ charset = utf-8
7+ end_of_line = lf
8+ indent_size = 4
9+ indent_style = space
10+ insert_final_newline = true
11+ trim_trailing_whitespace = true
12+
13+ [{compose.yaml,compose.* .yaml} ]
14+ indent_size = 2
15+
16+ [* .md ]
17+ trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 11when@dev :
22 _errors :
3- resource : ' @FrameworkBundle/Resources/config/routing/errors.xml '
3+ resource : ' @FrameworkBundle/Resources/config/routing/errors.php '
44 prefix : /_error
Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ services:
2929 # this creates a service per class whose id is the fully-qualified class name
3030 App\ :
3131 resource : ' ../src/'
32- exclude :
33- - ' ../src/DependencyInjection/'
34- - ' ../src/Entity/'
35- - ' ../src/Kernel.php'
3632
3733 # add more service definitions when explicit configuration is needed
3834 # please note that last definitions always *replace* previous ones
Original file line number Diff line number Diff line change 294294 ]
295295 },
296296 "symfony/framework-bundle": {
297- "version": "7.2 ",
297+ "version": "7.3 ",
298298 "recipe": {
299299 "repo": "github.com/symfony/recipes",
300300 "branch": "main",
301- "version": "7.2 ",
302- "ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89 "
301+ "version": "7.3 ",
302+ "ref": "5a1497d539f691b96afd45ae397ce5fe30beb4b9 "
303303 },
304304 "files": [
305+ ".editorconfig",
305306 "config/packages/cache.yaml",
306307 "config/packages/framework.yaml",
307308 "config/preload.php",
You can’t perform that action at this time.
0 commit comments