Browse code

Adjust PHP compatibility

Benjamin Roth authored on28/11/2022 14:33:41
Showing1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
     }
12 12
   ],
13 13
   "require":{
14
-    "php": "^7.1",
14
+    "php": ">=7.4",
15 15
     "contao/core-bundle": "^4.7"
16 16
   },
17 17
   "conflict": {
Browse code

Make it compatible with latest Contao versions 4.7 and 4.8

Benjamin Roth authored on07/10/2019 12:16:55
Showing1 changed files
... ...
@@ -11,8 +11,8 @@
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.7"
16 16
   },
17 17
   "conflict": {
18 18
     "contao/core": "*",
Browse code

Add composer.json

Benjamin Roth authored on22/02/2019 14:50:22
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,28 @@
1
+{
2
+  "name":"esalesmedia/contao-formilicious",
3
+  "description":"Extends the Contao forms to easily create multi column forms.",
4
+  "keywords":["contao", "form", "columns"],
5
+  "type":"contao-module",
6
+  "license":"LGPL-3.0+",
7
+  "authors":[
8
+    {
9
+      "name": "Benjamin Roth",
10
+      "homepage": "https://www.esales-media.de"
11
+    }
12
+  ],
13
+  "require":{
14
+    "php": "^5.6 || ^7.0",
15
+    "contao/core-bundle": "^4.4"
16
+  },
17
+  "conflict": {
18
+    "contao/core": "*",
19
+    "contao/manager-plugin": "<2.0 || >=3.0"
20
+  },
21
+  "extra":{
22
+    "contao": {
23
+      "sources":{
24
+        "": "system/modules/eSM_formilicious"
25
+      }
26
+    }
27
+  }
28
+}
0 29
\ No newline at end of file