-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
47 lines (47 loc) · 1.53 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": "groundstack/typo3themeskeleton",
"type": "typo3-cms-extension",
"description": "to kickstart your typo3 theme",
"authors": [
{
"name": "Christian Hackl",
"email": "info@groundstack.de",
"homepage": "http://www.groundstack.de",
"role": "Developer"
}
],
"version": "0.1.0",
"license": ["GPL-2.0-or-later"],
"keywords": ["TYPO3 CMS", "Theme", "Distribution"],
"support": {
"issues": "https://github.com/groundstack-org/typo3themeskeleton/issues"
},
"replace": {
"typo3themeskeleton": "self.version",
"typo3-ter/typo3themeskeleton": "self.version"
},
"require": {
"typo3/cms-core": "^9.5.0 || ^9.9.99",
"typo3/cms-fluid": "^9.5.0 || ^9.9.99",
"typo3/cms-frontend": "^9.5.0 || ^9.9.99",
"typo3/cms-fluid-styled-content": "^9.5.0 || ^9.9.99",
"typo3/cms-scheduler": "^9.5.0 || ^9.9.99",
"typo3/cms-seo": "^9.5.0 || ^9.9.99",
"gridelementsteam/gridelements": "^9.0.0 || ^9.9.9",
"georgringer/news": "^7.0.0 || ^8.0.0",
"friendsoftypo3/tt-address": "^4.0.0 || ^4.99.99",
"in2code/powermail": "^7.0.0 || ^7.99.99",
"hauerheinrich/hh-slider": "^0.1.0 || ^0.1.99",
"hauerheinrich/hh-seo": "^0.1.0 || ^0.1.99"
},
"autoload": {
"psr-4": {
"GroundStack\\Typo3ThemeSkeleton\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "typo3themeskeleton"
}
}
}