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