Browse code

Progress live

Benjamin Roth authored on12/12/2022 09:28:15
Showing1 changed files
... ...
@@ -18,7 +18,7 @@
18 18
         "madeyourday/contao-rocksolid-custom-elements": "^2.2",
19 19
         "madeyourday/contao-rocksolid-icon-picker": "^2.0",
20 20
         "esalesmedia/contao-swiperjs-slider": "^2.3",
21
-        "oveleon/contao-component-stylcde-manager": "^2.6"
21
+        "oveleon/contao-component-style-manager": "^2.6"
22 22
     },
23 23
     "require-dev": {
24 24
         "contao/maker-bundle": "^4.13"
Browse code

Remote Progress

Benjamin Roth authored on08/12/2022 15:25:46
Showing1 changed files
... ...
@@ -18,7 +18,7 @@
18 18
         "madeyourday/contao-rocksolid-custom-elements": "^2.2",
19 19
         "madeyourday/contao-rocksolid-icon-picker": "^2.0",
20 20
         "esalesmedia/contao-swiperjs-slider": "^2.3",
21
-        "oveleon/contao-component-style-manager": "^2.6"
21
+        "oveleon/contao-component-stylcde-manager": "^2.6"
22 22
     },
23 23
     "require-dev": {
24 24
         "contao/maker-bundle": "^4.13"
Browse code

Remote Progress

Benjamin Roth authored on16/11/2022 12:54:47
Showing1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
         "contao/news-bundle": "^4.13",
14 14
         "contao/newsletter-bundle": "^4.13",
15 15
         "heimseiten/contao-sticky-footer-backend-bundle": "^1.1",
16
-        "esalesmedia/content-helper-bundle": "^0.6.0",
16
+        "esalesmedia/content-helper-bundle": "^0.6",
17 17
         "vonrotenberg/contao-component-animejs": "^3.2",
18 18
         "madeyourday/contao-rocksolid-custom-elements": "^2.2",
19 19
         "madeyourday/contao-rocksolid-icon-picker": "^2.0",
Browse code

Remote Progress

Benjamin Roth authored on08/11/2022 14:32:22
Showing1 changed files
... ...
@@ -20,6 +20,9 @@
20 20
         "esalesmedia/contao-swiperjs-slider": "^2.3",
21 21
         "oveleon/contao-component-style-manager": "^2.6"
22 22
     },
23
+    "require-dev": {
24
+        "contao/maker-bundle": "^4.13"
25
+    },
23 26
     "conflict": {
24 27
         "contao-components/installer": "<1.3"
25 28
     },
Browse code

Initial commit

Benjamin Roth authored on07/11/2022 09:19:06
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,51 @@
1
+{
2
+    "name": "contao/managed-edition",
3
+    "description": "Contao Managed Edition",
4
+    "license": "LGPL-3.0-or-later",
5
+    "type": "project",
6
+    "require": {
7
+        "contao/calendar-bundle": "^4.13",
8
+        "contao/comments-bundle": "^4.13",
9
+        "contao/conflicts": "*@dev",
10
+        "contao/faq-bundle": "^4.13",
11
+        "contao/listing-bundle": "^4.13",
12
+        "contao/manager-bundle": "4.13.*",
13
+        "contao/news-bundle": "^4.13",
14
+        "contao/newsletter-bundle": "^4.13",
15
+        "heimseiten/contao-sticky-footer-backend-bundle": "^1.1",
16
+        "esalesmedia/content-helper-bundle": "^0.6.0",
17
+        "vonrotenberg/contao-component-animejs": "^3.2",
18
+        "madeyourday/contao-rocksolid-custom-elements": "^2.2",
19
+        "madeyourday/contao-rocksolid-icon-picker": "^2.0",
20
+        "esalesmedia/contao-swiperjs-slider": "^2.3",
21
+        "oveleon/contao-component-style-manager": "^2.6"
22
+    },
23
+    "conflict": {
24
+        "contao-components/installer": "<1.3"
25
+    },
26
+    "config": {
27
+        "allow-plugins": {
28
+            "composer/package-versions-deprecated": true,
29
+            "contao-community-alliance/composer-plugin": true,
30
+            "contao-components/installer": true,
31
+            "contao/manager-plugin": true
32
+        }
33
+    },
34
+    "extra": {
35
+        "contao-component-dir": "assets"
36
+    },
37
+    "scripts": {
38
+        "post-install-cmd": [
39
+            "@php vendor/bin/contao-setup"
40
+        ],
41
+        "post-update-cmd": [
42
+            "@php vendor/bin/contao-setup"
43
+        ]
44
+    },
45
+    "repositories": {
46
+        "esalesmedia": {
47
+            "type": "composer",
48
+            "url": "https://satis.esales-media.de"
49
+        }
50
+    }
51
+}