forked from a7digital/imagecycle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (29 loc) · 831 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "typo3-extension/imagecycle",
"type": "typo3-cms-extension",
"description": "Insert a slideshow into your page or template. Manage the images, captions and hrefs recursively in the pagetree and show it in a jQuery-Cycle, Coin-Slider, Nivo-Slider or Cross-Slider. Use t3jquery for better integration with other jQuery extensions.",
"license": ["GPL-2.0+"],
"version": "3.0.0",
"authors": [
{
"name": "Juerge Furrer",
"email": "[email protected]"
},
{
"name": "Oliver Hader",
"email": "[email protected]"
}
],
"require": {
"typo3/cms-core": ">=7.6.0,<8.0"
},
"replace": {
"imagecycle": "self.version",
"typo3-ter/imagecycle": "self.version"
},
"autoload": {
"psr-4": {
"TYPO3Extension\\Imagecycle\\": "Classes"
}
}
}