Skip to content

Commit db37142

Browse files
authored
Merge pull request #1 from bytehead/fix/dependencies
Make the bundle usable with Symfony 2.8+
2 parents 90fe988 + c60b090 commit db37142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "symfony-bundle",
55
"require": {
66
"contao/core-bundle": "^4.2",
7-
"symfony/console": "^3.1",
7+
"symfony/console": "~2.8|~3.0",
88
"contao/installation-bundle": "^1.1"
99
},
1010
"autoload": {

0 commit comments

Comments
 (0)