Browse code

Change dependencies to lowercase chars

Benjamin Roth authored on22/05/2020 21:52:27
Showing1 changed files
... ...
@@ -13,8 +13,8 @@
13 13
   "require":{
14 14
     "php": "^7.0",
15 15
     "contao/core-bundle": "^4.4",
16
-    "vonRotenberg/contao-component-animejs": "^3.2",
17
-    "vonRotenberg/contao-component-scrollmagic": "^2.0"
16
+    "vonrotenberg/contao-component-animejs": "^3.2",
17
+    "vonrotenberg/contao-component-scrollmagic": "^2.0"
18 18
   },
19 19
   "require-dev": {
20 20
     "contao/manager-plugin": "^2.7"
Browse code

use only lowercase in package name

Benjamin Roth authored on22/05/2020 21:46:57
Showing1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 {
2
-  "name":"vonRotenberg/contao-scrollanimation",
2
+  "name":"vonrotenberg/contao-scrollanimation",
3 3
   "description":"Provides contao components scrollmagic and anime.js",
4 4
   "keywords":["contao", "metapackage", "animation", "scrolling", "animejs", "scrollmagic"],
5 5
   "type":"contao-bundle",
Browse code

Fix wrong scrollmagic version

Benjamin Roth authored on22/05/2020 21:19:07
Showing1 changed files
... ...
@@ -14,7 +14,7 @@
14 14
     "php": "^7.0",
15 15
     "contao/core-bundle": "^4.4",
16 16
     "vonRotenberg/contao-component-animejs": "^3.2",
17
-    "vonRotenberg/contao-component-scrollmagic": "^2.7"
17
+    "vonRotenberg/contao-component-scrollmagic": "^2.0"
18 18
   },
19 19
   "require-dev": {
20 20
     "contao/manager-plugin": "^2.7"
Browse code

Add dependencies to composer.json

Benjamin Roth authored on22/05/2020 21:16:18
Showing1 changed files
... ...
@@ -12,7 +12,9 @@
12 12
   ],
13 13
   "require":{
14 14
     "php": "^7.0",
15
-    "contao/core-bundle": "^4.4"
15
+    "contao/core-bundle": "^4.4",
16
+    "vonRotenberg/contao-component-animejs": "^3.2",
17
+    "vonRotenberg/contao-component-scrollmagic": "^2.7"
16 18
   },
17 19
   "require-dev": {
18 20
     "contao/manager-plugin": "^2.7"
... ...
@@ -28,5 +30,11 @@
28 30
   },
29 31
   "extra": {
30 32
     "contao-manager-plugin": "vonRotenberg\\ScrollanimationBundle\\ContaoManager\\Plugin"
33
+  },
34
+  "repositories": {
35
+    "esalesmedia": {
36
+      "type": "composer",
37
+      "url": "https://satis.esales-media.de"
38
+    }
31 39
   }
32 40
 }
33 41
\ No newline at end of file
Browse code

Add dev requirements

Benjamin Roth authored on22/05/2020 14:06:56
Showing1 changed files
... ...
@@ -14,6 +14,9 @@
14 14
     "php": "^7.0",
15 15
     "contao/core-bundle": "^4.4"
16 16
   },
17
+  "require-dev": {
18
+    "contao/manager-plugin": "^2.7"
19
+  },
17 20
   "conflict": {
18 21
     "contao/core": "*",
19 22
     "contao/manager-plugin": "<2.0 || >=3.0"
Browse code

Add missing Plugin config

Benjamin Roth authored on22/05/2020 14:05:18
Showing1 changed files
... ...
@@ -22,5 +22,8 @@
22 22
     "psr-4": {
23 23
       "vonRotenberg\\ScrollanimationBundle\\": "src/"
24 24
     }
25
+  },
26
+  "extra": {
27
+    "contao-manager-plugin": "vonRotenberg\\ScrollanimationBundle\\ContaoManager\\Plugin"
25 28
   }
26 29
 }
27 30
\ No newline at end of file
Browse code

Initial commit

Benjamin Roth authored on22/05/2020 13:02:03
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,26 @@
1
+{
2
+  "name":"vonRotenberg/contao-scrollanimation",
3
+  "description":"Provides contao components scrollmagic and anime.js",
4
+  "keywords":["contao", "metapackage", "animation", "scrolling", "animejs", "scrollmagic"],
5
+  "type":"contao-bundle",
6
+  "license":"LGPL-3.0+",
7
+  "authors":[
8
+    {
9
+      "name": "Benjamin Roth",
10
+      "homepage": "https://www.vonrotenberg.de"
11
+    }
12
+  ],
13
+  "require":{
14
+    "php": "^7.0",
15
+    "contao/core-bundle": "^4.4"
16
+  },
17
+  "conflict": {
18
+    "contao/core": "*",
19
+    "contao/manager-plugin": "<2.0 || >=3.0"
20
+  },
21
+  "autoload":{
22
+    "psr-4": {
23
+      "vonRotenberg\\ScrollanimationBundle\\": "src/"
24
+    }
25
+  }
26
+}
0 27
\ No newline at end of file