forked from t3kit/t3kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "t3kit/t3kit",
"description": "Starter kit for TYPO3 CMS. Tools, extensions, configurations and templates.",
"type": "project",
"keywords": ["t3kit", "typo3", "cms", "starter"],
"homepage": "http://www.t3kit.com",
"license": "GPL-2.0+",
"authors": [
{
"name": "t3kit Community",
"homepage": "https://github.com/t3kit"
}
],
"support": {
"issues": "https://github.com/t3kit/t3kit/issues",
"forum": "https://typo3.slack.com/messages/t3kit",
"source": "https://github.com/t3kit/t3kit",
"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"
},
{
"type": "git",
"url": "https://github.com/pixelant/dashboard"
},
{
"type": "git",
"url": "https://github.com/t3kit/TYPO3.dyncss"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"t3kit/theme-t3kit": "~2.9.0",
"typo3-ter/url-forwarding": "^1.2.0",
"pixelant/dashboard": "~8.0.0",
"kaystrobach/dyncss": "dev-master as 0.8.0"
},
"require-dev": {
"t3kit/db": "~2.7.0",
"behat/behat": "~3.3.0",
"behat/mink-extension": "~2.2",
"behat/mink-goutte-driver": "~1.2.1",
"behat/mink-selenium2-driver": "~1.3.1",
"guzzlehttp/guzzle": "~6.3.0"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": "web"
}
}
}