-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
48 lines (45 loc) · 1.05 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"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.",
"authors": [
{
"name": "Franz Holzinger",
"role": "Developer",
"email": "[email protected]",
"homepage": "https://ttproducts.de"
},
{
"name": "Juergen Furrer",
"email": "[email protected]"
},
{
"name": "Oliver Hader",
"email": "[email protected]"
}
],
"license": [
"GPL-2.0-or-later"
],
"require": {
"php": "^7.2",
"typo3/cms-core": "^8.7"
},
"suggest": {
"friendsoftypo3/typo3db-legacy": "^1",
"sonority/lib-jquery": "^2.1 || ^3.0"
},
"autoload": {
"psr-4": {
"TYPO3Extension\\Imagecycle\\": "Classes"
}
},
"replace": {
"typo3-ter/imagecycle": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "imagecycle"
}
}
}