Browse code

Raise minimum requirements to Contao 4.8

Benjamin Roth authored on07/02/2020 11:38:20
Showing1 changed files
... ...
@@ -11,8 +11,12 @@
11 11
     }
12 12
   ],
13 13
   "require":{
14
-    "php": "^5.6 || ^7.0",
15
-    "contao/core-bundle": "^4.4"
14
+    "php": "^7.1",
15
+    "contao/core-bundle": "^4.8",
16
+    "menatwork/contao-multicolumnwizard-bundle": "^3.4"
17
+  },
18
+  "require-dev": {
19
+    "php-http/guzzle6-adapter": "^1.1"
16 20
   },
17 21
   "conflict": {
18 22
     "contao/core": "*",