Skip to content

Commit 827d6bc

Browse files
composer recipes:update symfony/framework-bundle
1 parent c42cee7 commit 827d6bc

File tree

4 files changed

+22
-8
lines changed

4 files changed

+22
-8
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

config/routes/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
when@dev:
22
_errors:
3-
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
3+
resource: '@FrameworkBundle/Resources/config/routing/errors.php'
44
prefix: /_error

config/services.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

symfony.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,15 @@
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",

0 commit comments

Comments
 (0)