Skip to content

Commit 85fcd8f

Browse files
authored
Adjust the version range for the symfony/console package
Fixes #5
1 parent d03c794 commit 85fcd8f

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)