-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
47 lines (47 loc) · 1.37 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": "hauerheinrich/hh-slider",
"type": "typo3-cms-extension",
"description": "Hauer-Heinrich - Image and Content Slider",
"authors": [
{
"name": "Christian Hackl",
"email": "[email protected]",
"homepage": "http://www.hauer-heinrich.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Hauer-Heinrich/hh_slider/issues",
"source": "https://github.com/Hauer-Heinrich/hh_slider",
"docs": "https://github.com/Hauer-Heinrich/hh_slider/blob/master/README.md"
},
"version": "0.6.1",
"license": ["MIT"],
"keywords": [
"TYPO3 CMS",
"extension",
"hauer-heinrich"
],
"replace": {
"hauer-heinrich/hh_slider": "self.version",
"typo3-ter/hh-slider": "self.version"
},
"require": {
"typo3/cms-core": "^12.4.0 || ^13.4.0",
"typo3/cms-fluid": "^12.4.0 || ^13.4.0",
"typo3/cms-frontend": "^12.4.0 || ^13.4.0",
"typo3/cms-fluid-styled-content": "^12.4.0 || ^13.4.0"
},
"autoload": {
"psr-4": {
"HauerHeinrich\\HhSlider\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web",
"extension-key": "hh_slider"
}
}
}