Browse code

Add dev requirements

Benjamin Roth authored on22/05/2020 14:06:56
Showing1 changed files
... ...
@@ -14,6 +14,9 @@
14 14
     "php": "^7.0",
15 15
     "contao/core-bundle": "^4.4"
16 16
   },
17
+  "require-dev": {
18
+    "contao/manager-plugin": "^2.7"
19
+  },
17 20
   "conflict": {
18 21
     "contao/core": "*",
19 22
     "contao/manager-plugin": "<2.0 || >=3.0"