... | ... |
@@ -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" |
... | ... |
@@ -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", |
... | ... |
@@ -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" |
... | ... |
@@ -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 |
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 |