Skip to content

Commit b107f23

Browse files
committed
minor #16048 Fix FrameworkBundle low deps tests (WouterJ)
This PR was merged into the 2.8 branch. Discussion ---------- Fix FrameworkBundle low deps tests | Q | A | --- | --- | Fixed tickets | - | License | MIT Commits ------- 06700ae Require at least Console 2.8 to have SymfonyStyle#comment()
2 parents 591cd08 + 06700ae commit b107f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"require-dev": {
3636
"symfony/phpunit-bridge": "~2.7|~3.0.0",
3737
"symfony/browser-kit": "~2.4|~3.0.0",
38-
"symfony/console": "~2.7|~3.0.0",
38+
"symfony/console": "~2.8|~3.0.0",
3939
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
4040
"symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0",
4141
"symfony/finder": "~2.0,>=2.0.5|~3.0.0",

0 commit comments

Comments
 (0)