-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
67 lines (67 loc) · 1.71 KB
/
composer.json
File metadata and controls
67 lines (67 loc) · 1.71 KB
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
61
62
63
64
65
66
67
{
"repositories": [
{
"type": "composer",
"url": "https://composer.typo3.org/"
},
{
"type": "git",
"url": "https://github.com/pixelant/pxa_form_enhancement"
},
{
"type": "git",
"url": "https://github.com/t3kit/t3kit_docker"
},
{
"type": "git",
"url": "https://github.com/t3kit/t3kit_extension_tools"
},
{
"type": "git",
"url": "https://github.com/t3kit/theme_t3kit"
},
{
"type": "git",
"url": "https://github.com/t3kit/theme_t3kit_bluemountain"
},
{
"type": "git",
"url": "https://github.com/pixelant/pxa_newsletter_subscription"
},
{
"type": "git",
"url": "https://github.com/pixelant/dashboard"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5, <7.2",
"typo3/cms": "^7.6",
"typo3-ter/theme-t3kit": "1.10.1",
"typo3-ter/theme-t3kit-bluemountain": "1.1.0",
"georgringer/news": "5.3.3",
"clickstorm/go_maps_ext": "2.0.0",
"typo3-ter/realurl": "^2.0",
"typo3-ter/realurl-404-multilingual": "1.0.7",
"typo3-ter/seo-basics": "0.9.2",
"typo3-ter/solr": "5.1.0",
"pixelant/pxa-form-enhancement": "1.0.1",
"typo3-ter/static-info-tables": "^6.3",
"helhum/typo3-console": "4.1.2",
"patrickbroens/url-forwarding": "1.2.0",
"typo3-ter/guide": "1.0.0"
},
"require-dev": {
"t3kit/theme-t3kit": "1.10.1",
"t3kit/theme-t3kit-bluemountain": "dev-master",
"pixelant/pxa-form-enhancement": "^1.0",
"pixelant/pxa-newsletter-subscription": "dev-master",
"pixelant/dashboard": "dev-master"
},
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": "."
}
}
}