-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
48 lines (48 loc) · 1.18 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
{
"name": "threeme/threeme",
"type": "typo3-cms-extension",
"description": "Kickstart your TYPO3 project with Threeme. The distribution focus on rapid Frontend development and preconfigurated Backend with low entrylevel for editors.",
"keywords": [
"TYPO3",
"distribution",
"kickstarter",
"frontend",
"developer",
"editor"
],
"homepage": "https://www.threeme.de",
"support": {
"issues": "https://github.com/AstCommodore/threeme/issues"
},
"authors": [
{
"name": "André Steiling",
"email": "andre@threeme.de",
"role": "Developer"
}
],
"license": ["GPL-2.0+"],
"require": {
"typo3/cms-core": "~7.6.0,<7.6.99",
"typo3/cms-fluid-styled-content": "^7.6"
},
"suggest": {
"typo3-ter/ws-scss": "^1.1",
"mask/mask": "^2.1",
"georgringer/news": "^5.3",
"in2code/powermail": "^3.15",
"spooner-web/be_secure_pw": "^7.1",
"dmitryd/typo3-realurl": "^2.1",
"dmitryd/typo3-dd-googlesitemap": "^2.0",
"instituteweb/min": "^1.3"
},
"autoload": {
"psr-4": {
"THREEME\\Threeme\\": "Classes/"
}
},
"replace": {
"threeme": "self.version",
"typo3-ter/threeme": "self.version"
}
}