Browse code

Initial commit

Benjamin Roth authored on05/08/2023 16:09:47
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+{
2
+  "require": {
3
+    "contao/easy-coding-standard": "^5.0"
4
+  },
5
+  "config": {
6
+    "allow-plugins": {
7
+      "dealerdirect/phpcodesniffer-composer-installer": true
8
+    }
9
+  }
10
+}