forked from franzholz/imagecycle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (39 loc) · 977 Bytes
/
composer.json
File metadata and controls
42 lines (39 loc) · 977 Bytes
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
32
33
34
35
36
37
38
39
40
41
{
"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.",
"license": ["GPL-2.0+"],
"authors": [
{
"name": "Franz Holzinger",
"role": "Developer",
"email": "franz@ttproducts.de",
"homepage": "https://ttproducts.de"
},
{
"name": "Juergen Furrer",
"email": "juergen.furrer@gmail.com"
},
{
"name": "Oliver Hader",
"email": "oliver.hader@typo3.org"
}
],
"require": {
"typo3/cms-core": ">=7.6.0,<9.0"
},
"autoload": {
"psr-4": {
"TYPO3Extension\\Imagecycle\\": "Classes"
}
},
"replace": {
"imagecycle": "self.version",
"typo3-ter/imagecycle": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "imagecycle"
}
}
}