-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
53 lines (53 loc) · 1.52 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
48
49
50
51
52
53
{
"name": "hauerheinrich/hh-accordion",
"type": "typo3-cms-extension",
"description": "Hauer-Heinrich - Content Accordion",
"authors": [
{
"name": "Christian Hackl",
"email": "[email protected]",
"homepage": "http://www.hauer-heinrich.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/Hauer-Heinrich/hh_accordion/issues",
"source": "https://github.com/Hauer-Heinrich/hh_accordion",
"docs": "https://github.com/Hauer-Heinrich/hh_accordion/blob/master/README.md"
},
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/hauerheinrich"
}
],
"version": "0.7.2",
"license": ["MIT"],
"keywords": [
"TYPO3 CMS",
"extension",
"hauer-heinrich"
],
"replace": {
"hauer-heinrich/hh_accordion": "self.version",
"typo3-ter/hh-accordion": "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\\HhAccordion\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web",
"extension-key": "hh_accordion"
}
}
}