File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
"doctrine/mongodb-odm" : " ^2.4" ,
37
37
"doctrine/orm" : " ^2.13" ,
38
38
"knplabs/knp-gaufrette-bundle" : " dev-master" ,
39
- "league/flysystem-bundle" : " ^2.3 || ^3.0" ,
39
+ "league/flysystem-bundle" : " ^2.4 || ^3.0" ,
40
40
"league/flysystem-memory" : " ^2.0 || ^3.0" ,
41
- "matthiasnoback/symfony-dependency-injection-test" : " ^4.3 || ^5.0 " ,
41
+ "matthiasnoback/symfony-dependency-injection-test" : " ^5.1 " ,
42
42
"mikey179/vfsstream" : " ^1.6.11" ,
43
43
"phpunit/phpunit" : " ^9.6" ,
44
- "symfony/asset" : " ^5.4 || ^6.0" ,
44
+ "symfony/asset" : " ^5.4 || ^6.0 || ^7.0 " ,
45
45
"symfony/browser-kit" : " ^5.4 || ^6.0 || ^7.0" ,
46
46
"symfony/css-selector" : " ^5.4 || ^6.0 || ^7.0" ,
47
47
"symfony/doctrine-bridge" : " ^5.4 || ^6.0 || ^7.0" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ private function addMappingsSection(ArrayNodeDefinition $node): void
104
104
->scalarNode ('uri_prefix ' )->defaultValue ('/uploads ' )->end ()
105
105
->scalarNode ('upload_destination ' )->isRequired ()->end ()
106
106
->arrayNode ('namer ' )
107
- ->isRequired ()
107
+ ->addDefaultsIfNotSet ()
108
108
->beforeNormalization ()
109
109
->ifString ()
110
110
->then (static fn ($ v ) => ['service ' => $ v , 'options ' => []])
You can’t perform that action at this time.
0 commit comments