-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.26 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
{
"name": "hauerheinrich/hh-theme-default",
"type": "typo3-cms-extension",
"description": "",
"authors": [
{
"name": "Christian Hackl",
"email": "[email protected]"
}
],
"version": "0.1.0",
"license": "GPL-2.0",
"keywords": ["TYPO3 CMS", "Theme", "Distribution"],
"replace": {
"hh_theme_webmonitor": "self.version",
"typo3-ter/hh-theme-default": "self.version"
},
"require": {
"typo3/cms-core": "^10.4.0 || ^10.4.99",
"typo3/cms-fluid": "^10.4.0 || ^10.4.99",
"typo3/cms-frontend": "^10.4.0 || ^10.4.99",
"typo3/cms-fluid-styled-content": "^10.4.0 || ^10.4.99",
"typo3/cms-rte-ckeditor": "",
"typo3/cms-scheduler": "",
"georgringer/news": "",
"friendsoftypo3/tt-address": "",
"in2code/powermail": "",
"hauerheinrich/hh_slider": "",
"hauerheinrich/hh_seo": ""
},
"suggest": {
"groundstack/gs-monitor-provider": "",
"hauerheinrich/hh-widget-hhnews": ""
},
"autoload": {
"psr-4": {
"HauerHeinrich\\HhThemeWebmonitor\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "hh_theme_webmonitor"
}
}
}