Skip to content

Commit 7bf2168

Browse files
authored
Merge pull request #3000 from tarlepp/chore(deps)/recipe-update
Chore(deps) - Flex recipe update
2 parents b68de6b + ade0942 commit 7bf2168

File tree

7 files changed

+22
-29
lines changed

7 files changed

+22
-29
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
###> symfony/framework-bundle ###
2323
APP_ENV=dev
24-
APP_SECRET=52db5c9d768c5c38637802ea641e3e4b
24+
APP_SECRET=
2525
###< symfony/framework-bundle ###
2626

2727
###> symfony-flex-backend ###

.env.dev

Whitespace-only changes.

config/packages/doctrine.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ doctrine:
2323
report_fields_where_declared: true
2424
validate_xml_mapping: true
2525
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
26+
#identity_generation_preferences:
27+
# Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
2628
auto_mapping: true
2729
mappings:
2830
App:

config/packages/routing.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
framework:
22
router:
3-
utf8: true
4-
53
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
64
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
75
#default_uri: http://localhost

config/packages/validator.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
framework:
22
validation:
3-
email_validation_mode: html5
4-
53
# Enables validator auto-mapping support.
64
# For instance, basic validation constraints will be inferred from Doctrine's metadata.
75
#auto_mapping:

config/packages/web_profiler.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
when@dev:
22
web_profiler:
33
toolbar: true
4-
intercept_redirects: false
54

65
framework:
76
profiler:
8-
only_exceptions: false
97
collect_serializer_data: true
108

119
when@test:
12-
web_profiler:
13-
toolbar: false
14-
intercept_redirects: false
15-
1610
framework:
1711
profiler: { collect: false }

symfony.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"version": "v0.5.3"
2828
},
2929
"doctrine/doctrine-bundle": {
30-
"version": "2.12",
30+
"version": "2.14",
3131
"recipe": {
3232
"repo": "github.com/symfony/recipes",
3333
"branch": "main",
34-
"version": "2.12",
35-
"ref": "32f890075233ac4a1176e848a0f8e932ac6536d6"
34+
"version": "2.13",
35+
"ref": "620b57f496f2e599a6015a9fa222c2ee0a32adcb"
3636
},
3737
"files": [
3838
"config/packages/doctrine.yaml",
@@ -290,27 +290,28 @@
290290
"version": "v4.4.3"
291291
},
292292
"symfony/flex": {
293-
"version": "2.2",
293+
"version": "2.7",
294294
"recipe": {
295295
"repo": "github.com/symfony/recipes",
296296
"branch": "main",
297-
"version": "1.0",
298-
"ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
297+
"version": "2.4",
298+
"ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
299299
},
300300
"files": [
301-
".env"
301+
".env",
302+
".env.dev"
302303
]
303304
},
304305
"symfony/form": {
305306
"version": "v4.4.3"
306307
},
307308
"symfony/framework-bundle": {
308-
"version": "6.4",
309+
"version": "7.2",
309310
"recipe": {
310311
"repo": "github.com/symfony/recipes",
311312
"branch": "main",
312-
"version": "6.4",
313-
"ref": "a91c965766ad3ff2ae15981801643330eb42b6a5"
313+
"version": "7.2",
314+
"ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89"
314315
},
315316
"files": [
316317
"config/packages/cache.yaml",
@@ -402,12 +403,12 @@
402403
}
403404
},
404405
"symfony/routing": {
405-
"version": "6.2",
406+
"version": "7.2",
406407
"recipe": {
407408
"repo": "github.com/symfony/recipes",
408409
"branch": "main",
409-
"version": "6.2",
410-
"ref": "e0a11b4ccb8c9e70b574ff5ad3dfdcd41dec5aa6"
410+
"version": "7.0",
411+
"ref": "21b72649d5622d8f7da329ffb5afb232a023619d"
411412
},
412413
"files": [
413414
"config/packages/routing.yaml",
@@ -484,12 +485,12 @@
484485
]
485486
},
486487
"symfony/validator": {
487-
"version": "6.1",
488+
"version": "7.2",
488489
"recipe": {
489490
"repo": "github.com/symfony/recipes",
490491
"branch": "main",
491-
"version": "5.3",
492-
"ref": "c32cfd98f714894c4f128bb99aa2530c1227603c"
492+
"version": "7.0",
493+
"ref": "8c1c4e28d26a124b0bb273f537ca8ce443472bfd"
493494
},
494495
"files": [
495496
"config/packages/validator.yaml"
@@ -502,12 +503,12 @@
502503
"version": "v4.4.3"
503504
},
504505
"symfony/web-profiler-bundle": {
505-
"version": "6.2",
506+
"version": "7.2",
506507
"recipe": {
507508
"repo": "github.com/symfony/recipes",
508509
"branch": "main",
509510
"version": "6.1",
510-
"ref": "e42b3f0177df239add25373083a564e5ead4e13a"
511+
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
511512
},
512513
"files": [
513514
"config/packages/web_profiler.yaml",

0 commit comments

Comments
 (0)