8000 [FrameworkBundle] composer suggest fix · enumag/symfony@9786868 · GitHub 8000
[go: up one dir, main page]

Skip to content

Commit 9786868

Browse files
committed
[FrameworkBundle] composer suggest fix
| Q | A | ------------- | --- | Bug fix? | [yes] | New feature? | [yes|no] | BC breaks? | [yes|no] Since cache is now required, it makes no sense to suggest it
1 parent 5326df0 commit 9786868

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
"symfony/form": "For using forms",
5656
"symfony/serializer": "For using the serializer service",
5757
"symfony/validator": "For using validation",
58-
"symfony/yaml": "For using the debug:config and lint:yaml commands",
59-
"doctrine/cache": "For using alternative cache drivers"
58+
"symfony/yaml": "For using the debug:config and lint:yaml commands"
6059
},
6160
"autoload": {
6261
"psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }

0 commit comments

Comments
 (0)
0