forked from t3kit/theme_t3kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (49 loc) · 1.42 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
{
"name": "t3kit/theme-t3kit",
"description": "Base Theme fot t3kit project",
"type": "typo3-cms-extension",
"keywords": ["t3kit", "typo3", "cms", "starter"],
"homepage": "http://t3kit.com/",
"license": "GPL-2.0+",
"authors": [
{
"name": "t3kit Community",
"homepage": "https://github.com/t3kit"
}
],
"support": {
"issues": "https://github.com/t3kit/theme_t3kit/issues",
"forum": "https://typo3.slack.com/messages/t3kit",
"source": "https://github.com/t3kit/theme_t3kit",
"docs": "https://github.com/t3kit/t3kit/blob/master/README.md"
},
"autoload": {
"psr-4": {
"T3kit\\themeT3kit\\": "Classes/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.0",
"typo3/cms-core": "~8.7.14",
"dmitryd/typo3-realurl": "~2.3.2",
"typo3-themes/themes": "~8.7.0",
"gridelementsteam/gridelements": "~8.2.1",
"apache-solr-for-typo3/solr": "~7.5.0",
"kaystrobach/dyncss-less": "0.7.9",
"clickstorm/go_maps_ext": "~2.3.1",
"clickstorm/cs_seo": "~2.3.3",
"georgringer/news": "~6.3.0",
"pixelant/pxa-newsletter-subscription": "~5.0.2",
"pixelant/pxa-form-enhancement": "~3.1.1",
"pixelant/pxa-cookie-bar": "~2.0.1",
"svewap/realurl-404-multilingual": "~1.0.9",
"friendsoftypo3/frontend-editing": "~1.3.7"
}
}