Skip to content

Commit f055d26

Browse files
committed
satisfy requirements for newer contao environments
1 parent d6d6e1e commit f055d26

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
@@ -3,9 +3,8 @@
33
"description": "Commands to update the contao database or add an admin entry",
44
"type": "symfony-bundle",
55
"require": {
6-
"contao/core-bundle": "^4.2",
76
"symfony/console": "~2.8|~3.0",
8-
"contao/installation-bundle": "^1.1"
7+
"contao/installation-bundle": ">= 1.1 < 5"
98
},
109
"autoload": {
1110
"psr-4": {

0 commit comments

Comments
 (0)