Skip to content

Commit 7275393

Browse files
authored
Merge pull request #2590 from tarlepp/chore(deps)/recipe-update
Chore(deps) - Flex recipe update
2 parents 37c60bb + c0577dd commit 7275393

File tree

7 files changed

+50
-49
lines changed

7 files changed

+50
-49
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"mark-gerarts/automapper-plus-bundle": "1.4.1",
3636
"matomo/device-detector": "6.2.0",
3737
"matthiasnoback/symfony-console-form": "5.3.2",
38-
"nelmio/api-doc-bundle": "4.12.0",
38+
"nelmio/api-doc-bundle": "4.15.1",
3939
"nelmio/cors-bundle": "2.4.0",
4040
"phpdocumentor/reflection-docblock": "5.3.0",
4141
"ramsey/uuid-doctrine": "2.0.0",

composer.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/packages/doctrine.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ doctrine:
2525
auto_mapping: true
2626
mappings:
2727
App:
28-
is_bundle: false
2928
type: attribute
29+
is_bundle: false
3030
dir: '%kernel.project_dir%/src/Entity'
3131
prefix: 'App\Entity'
3232
alias: App

config/packages/doctrine_extensions.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ services:
33
Gedmo\Timestampable\TimestampableListener:
44
tags:
55
- { name: doctrine.event_subscriber, connection: default }
6-
calls:
7-
- [ setAnnotationReader, [ '@annotation_reader' ] ]
86

97
Gedmo\Blameable\BlameableListener:
108
tags:
119
- { name: doctrine.event_subscriber, connection: default }
12-
calls:
13-
- [ setAnnotationReader, [ '@annotation_reader' ] ]

config/packages/framework.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
framework:
33
secret: '%env(APP_SECRET)%'
44
csrf_protection: false
5+
annotations: false
56
http_method_override: false
67
handle_all_throwables: true
78
default_locale: '%locale%'

config/routes/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_security_logout:
2+
resource: security.route_loader.logout
3+
type: service

symfony.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"version": "v0.5.3"
3838
},
3939
"doctrine/doctrine-bundle": {
40-
"version": "2.10",
40+
"version": "2.11",
4141
"recipe": {
4242
"repo": "github.com/symfony/recipes",
4343
"branch": "main",
4444
"version": "2.10",
45-
"ref": "e025a6cb69b195970543820b2f18ad21724473fa"
45+
"ref": "0b4a11ee7e60b36227502ed26874edd7e8b66353"
4646
},
4747
"files": [
4848
"config/packages/doctrine.yaml",
@@ -304,12 +304,12 @@
304304
"version": "v4.4.3"
305305
},
306306
"symfony/framework-bundle": {
307-
"version": "6.2",
307+
"version": "6.4",
308308
"recipe": {
309309
"repo": "github.com/symfony/recipes",
310310
"branch": "main",
311-
"version": "6.2",
312-
"ref": "af47254c5e4cd543e6af3e4508298ffebbdaddd3"
311+
"version": "6.4",
312+
"ref": "a91c965766ad3ff2ae15981801643330eb42b6a5"
313313
},
314314
"files": [
315315
"config/packages/cache.yaml",
@@ -405,15 +405,16 @@
405405
"version": "v5.3.2"
406406
},
407407
"symfony/security-bundle": {
408-
"version": "6.1",
408+
"version": "6.4",
409409
"recipe": {
410410
"repo": "github.com/symfony/recipes",
411411
"branch": "main",
412-
"version": "6.0",
413-
"ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48"
412+
"version": "6.4",
413+
"ref": "2ae08430db28c8eb4476605894296c82a642028f"
414414
},
415415
"files": [
416-
"config/packages/security.yaml"
416+
"config/packages/security.yaml",
417+
"config/routes/security.yaml"
417418
]
418419
},
419420
"symfony/security-core": {

0 commit comments

Comments
 (0)