forked from t3kit/theme_t3kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.5 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": "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/"
},
{
"type": "git",
"url": "https://github.com/svewap/realurl_404_multilingual"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.0",
"typo3/cms": "^8.7",
"typo3-ter/realurl": "2.2.0",
"typo3-themes/themes": "dev-8-0",
"gridelementsteam/gridelements": "dev-master",
"apache-solr-for-typo3/solr": "6.1.0",
"typo3-ter/dyncss-less": "0.7.9",
"clickstorm/go_maps_ext": "2.2.0",
"clickstorm/cs_seo": "2.0.1",
"typo3-ter/news": "6.0.0",
"typo3-ter/pxa-newsletter-subscription": "5.0.2",
"typo3-ter/pxa-form-enhancement": "3.0.0",
"typo3-ter/pxa-cookie-bar": "1.0.7",
"wapplersystems/realurl-404-multilingual": "dev-master",
"typo3-ter/frontend-editing": "1.1.1"
}
}