Browse code

Update composer.json

Benjamin Roth authored on22/02/2023 21:57:53
Showing1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
     },
16 16
     "require": {
17 17
         "php": "^7.4 || ^8.0",
18
-        "contao/core-bundle": "^4.13"
18
+        "contao/core-bundle": "^4.13 || ^5.0"
19 19
     },
20 20
     "require-dev": {
21 21
         "contao/manager-plugin": "^2.0"
Browse code

Initial commit

Benjamin Roth authored on12/01/2023 00:53:30
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,40 @@
1
+{
2
+    "name": "vonrotenberg/jbox-bundle",
3
+    "description": "jBox jquery library for contao",
4
+    "license": "LGPL-3.0-or-later",
5
+    "type": "contao-bundle",
6
+    "authors": [
7
+        {
8
+            "name": "Benjamin Roth",
9
+            "homepage": "https://www.vonrotenberg.de"
10
+        }
11
+    ],
12
+    "homepage": "https://www.vonrotenberg.de",
13
+    "support": {
14
+        "issues": "https://www.vonrotenberg.de"
15
+    },
16
+    "require": {
17
+        "php": "^7.4 || ^8.0",
18
+        "contao/core-bundle": "^4.13"
19
+    },
20
+    "require-dev": {
21
+        "contao/manager-plugin": "^2.0"
22
+    },
23
+    "conflict": {
24
+        "contao/manager-plugin": "<2.0 || >=3.0"
25
+    },
26
+    "autoload": {
27
+        "psr-4": {
28
+            "vonRotenberg\\JboxBundle\\": "src/"
29
+        }
30
+    },
31
+    "config": {
32
+        "allow-plugins": {
33
+            "contao-components/installer": true,
34
+            "contao/manager-plugin": true
35
+        }
36
+    },
37
+    "extra": {
38
+        "contao-manager-plugin": "vonRotenberg\\JboxBundle\\ContaoManager\\Plugin"
39
+    }
40
+}