-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 918 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 918 Bytes
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
{
"name": "t3kit/subtheme_t3kit_template",
"description": "TYPO3 subtheme based on 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/subtheme_t3kit_template/issues",
"forum": "https://typo3.slack.com/messages/t3kit",
"source": "https://github.com/t3kit/subtheme_t3kit_template",
"docs": "https://github.com/t3kit/t3kit/blob/master/README.md"
},
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
},
{
"type": "git",
"url": "https://github.com/t3kit/theme_t3kit"
}
],
"minimum-stability": "dev",
"require": {
"t3kit/theme-t3kit": "~2.10.0"
}
}