File tree 7 files changed +50
-49
lines changed 7 files changed +50
-49
lines changed Original file line number Diff line number Diff line change 35
35
"mark-gerarts/automapper-plus-bundle" : " 1.4.1" ,
36
36
"matomo/device-detector" : " 6.2.0" ,
37
37
"matthiasnoback/symfony-console-form" : " 5.3.2" ,
38
- "nelmio/api-doc-bundle" : " 4.12.0 " ,
38
+ "nelmio/api-doc-bundle" : " 4.15.1 " ,
39
39
"nelmio/cors-bundle" : " 2.4.0" ,
40
40
"phpdocumentor/reflection-docblock" : " 5.3.0" ,
41
41
"ramsey/uuid-doctrine" : " 2.0.0" ,
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ doctrine:
25
25
auto_mapping : true
26
26
mappings :
27
27
App :
28
- is_bundle : false
29
28
type : attribute
29
+ is_bundle : false
30
30
dir : ' %kernel.project_dir%/src/Entity'
31
31
prefix : ' App\Entity'
32
32
alias : App
Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ services:
3
3
Gedmo\Timestampable\TimestampableListener :
4
4
tags :
5
5
- { name: doctrine.event_subscriber, connection: default }
6
- calls :
7
- - [ setAnnotationReader, [ '@annotation_reader' ] ]
8
6
9
7
Gedmo\Blameable\BlameableListener :
10
8
tags :
11
9
- { name: doctrine.event_subscriber, connection: default }
12
- calls :
13
- - [ setAnnotationReader, [ '@annotation_reader' ] ]
Original file line number Diff line number Diff line change 2
2
framework :
3
3
secret : ' %env(APP_SECRET)%'
4
4
csrf_protection : false
5
+ annotations : false
5
6
http_method_override : false
6
7
handle_all_throwables : true
7
8
default_locale : ' %locale%'
Original file line number Diff line number Diff line change
1
+ _security_logout :
2
+ resource : security.route_loader.logout
3
+ type : service
Original file line number Diff line number Diff line change 37
37
"version": "v0.5.3"
38
38
},
39
39
"doctrine/doctrine-bundle": {
40
- "version": "2.10 ",
40
+ "version": "2.11 ",
41
41
"recipe": {
42
42
"repo": "github.com/symfony/recipes",
43
43
"branch": "main",
44
44
"version": "2.10",
45
- "ref": "e025a6cb69b195970543820b2f18ad21724473fa "
45
+ "ref": "0b4a11ee7e60b36227502ed26874edd7e8b66353 "
46
46
},
47
47
"files": [
48
48
"config/packages/doctrine.yaml",
304
304
"version": "v4.4.3"
305
305
},
306
306
"symfony/framework-bundle": {
307
- "version": "6.2 ",
307
+ "version": "6.4 ",
308
308
"recipe": {
309
309
"repo": "github.com/symfony/recipes",
310
310
"branch": "main",
311
- "version": "6.2 ",
312
- "ref": "af47254c5e4cd543e6af3e4508298ffebbdaddd3 "
311
+ "version": "6.4 ",
312
+ "ref": "a91c965766ad3ff2ae15981801643330eb42b6a5 "
313
313
},
314
314
"files": [
315
315
"config/packages/cache.yaml",
405
405
"version": "v5.3.2"
406
406
},
407
407
"symfony/security-bundle": {
408
- "version": "6.1 ",
408
+ "version": "6.4 ",
409
409
"recipe": {
410
410
"repo": "github.com/symfony/recipes",
411
411
"branch": "main",
412
- "version": "6.0 ",
413
- "ref": "8a5b112826f7d3d5b07027f93786ae11a1c7de48 "
412
+ "version": "6.4 ",
413
+ "ref": "2ae08430db28c8eb4476605894296c82a642028f "
414
414
},
415
415
"files": [
416
- "config/packages/security.yaml"
416
+ "config/packages/security.yaml",
417
+ "config/routes/security.yaml"
417
418
]
418
419
},
419
420
"symfony/security-core": {
You can’t perform that action at this time.
0 commit comments