Browse code

Composerize module

Benjamin Roth authored on21/03/2019 09:15:05
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,25 @@
1
+{
2
+  "name":"esalesmedia/contao-legal-age-check",
3
+  "description":"Integrates a simple age verification into Contao CMS.",
4
+  "keywords":["contao", "age", "verification", "legal"],
5
+  "type":"contao-module",
6
+  "license":"proprietary",
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": "^3.5 || ^4.4",
16
+    "contao-community-alliance/composer-plugin": "~2.4 || ~3.0"
17
+  },
18
+  "extra":{
19
+    "contao": {
20
+      "sources":{
21
+        "": "system/modules/legalAgeCheck"
22
+      }
23
+    }
24
+  }
25
+}
0 26
\ No newline at end of file