Skip to content

Commit 7adb27a

Browse files
xabbuhnicolas-grekas
authored andcommitted
[FrameworkBundle][HttpKernel] the finder is required to discover bundle commands
1 parent f345aba commit 7adb27a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"symfony/dependency-injection": "~2.3",
2121
"symfony/config": "~2.3,>=2.3.12",
2222
"symfony/event-dispatcher": "~2.1",
23+
"symfony/finder": "~2.0,>=2.0.5",
2324
"symfony/http-foundation": "~2.3,>=2.3.19",
2425
"symfony/http-kernel": "~2.3,>=2.3.22",
2526
"symfony/filesystem": "~2.3",
@@ -34,7 +35,6 @@
3435
"symfony/console": "~2.3",
3536
"symfony/css-selector": "~2.0,>=2.0.5",
3637
"symfony/dom-crawler": "~2.0,>=2.0.5",
37-
"symfony/finder": "~2.0,>=2.0.5",
3838
"symfony/intl": "~2.3",
3939
"symfony/security": "~2.3",
4040
"symfony/form": "~2.3.31",
@@ -45,7 +45,6 @@
4545
},
4646
"suggest": {
4747
"symfony/console": "For using the console commands",
48-
"symfony/finder": "For using the translation loader and cache warmer",
4948
"symfony/form": "For using forms",
5049
"symfony/validator": "For using validation",
5150
"symfony/serializer": "For using the serializer service",

0 commit comments

Comments
 (0)