Browse code

Lower platform deps

Benjamin Roth authored on25/05/2023 10:43:45
Showing1 changed files
... ...
@@ -14,7 +14,7 @@
14 14
     "issues": "https://www.vonrotenberg.de"
15 15
   },
16 16
   "require": {
17
-    "php": "^7.4 || ^8.0",
17
+    "php": "^7.2 || ^8.0",
18 18
     "contao/core-bundle": "^4.9 || ^5.0"
19 19
   },
20 20
   "require-dev": {
Browse code

Initial commit

Benjamin Roth authored on25/05/2023 09:39:25
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,40 @@
1
+{
2
+  "name": "vonrotenberg/htmx-bundle",
3
+  "description": "HTMX 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.9 || ^5.0"
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\\HtmxBundle\\": "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\\HtmxBundle\\ContaoManager\\Plugin"
39
+  }
40
+}