Skip to content

Commit 97a0dbf

Browse files
authored
Merge pull request #6 from xchs/patch-1
Adjust the version range for the symfony/console package
2 parents d03c794 + 85fcd8f commit 97a0dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Commands to update the contao database or add an admin entry",
44
"type": "symfony-bundle",
55
"require": {
6-
"symfony/console": "~2.8|~3.0",
6+
"symfony/console": "~2.8 || ~3.0 || ~4.0",
77
"contao/installation-bundle": ">= 1.1 < 5"
88
},
99
"autoload": {

0 commit comments

Comments
 (0)