Browse code

Implement Contao manager plugin

Benjamin Roth authored on29/03/2018 23:34:03
Showing2 changed files
... ...
@@ -21,9 +21,18 @@
21 21
     "php": ">=7.0",
22 22
     "contao/core-bundle": "^4.4.0"
23 23
   },
24
+  "require-dev": {
25
+    "contao/manager-plugin": "^2.0"
26
+  },
24 27
   "autoload": {
25 28
     "psr-4": {
26 29
       "eSalesMedia\\eSalesLayoutKitBundle\\": "src"
27 30
     }
31
+  },
32
+  "conflict": {
33
+    "contao/manager-plugin": "<2.0 || >=3.0"
34
+  },
35
+  "extra": {
36
+    "contao-manager-plugin": "eSalesMedia\\eSalesLayoutKitBundle\\ContaoManager\\Plugin"
28 37
   }
29 38
 }
30 39
\ No newline at end of file
31 40
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+<?php
2
+
3
+namespace eSalesMedia\eSalesLayoutKitBundle\ContaoManager;
4
+
5
+class Plugin
6
+{
7
+}
0 8
\ No newline at end of file