-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
59 lines (59 loc) · 1.69 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
{
"name": "t3g/mainzific-rim",
"type": "typo3-cms-extension",
"description": "Mainz in Danger - the site package for SkillDisplays gamification adventure for ongoing TYPO3 CMS certified editors",
"homepage": "https://typo3.com",
"license": [
"GPL-2.0-or-later"
],
"keywords": [
"TYPO3 CMS",
"SkillDisplay",
"TCCE"
],
"support": {
"issues": "https://github.com/TYPO3GmbH/mainzific_rim/issues",
"docs": "https://docs.typo3.org/p/t3g/mainzific-rim/master/en-us/",
"source": "https://github.com/TYPO3GmbH/mainzific_rim.git"
},
"config": {
"sort-packages": true,
"discard-changes": true,
"vendor-dir": ".build/vendor",
"bin-dir": ".build/bin"
},
"extra": {
"typo3/cms": {
"extension-key": "mainzific_rim",
"web-dir": ".build"
},
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"T3G\\MainzificRim\\": "Classes/"
}
},
"require": {
"bk2k/bootstrap-package": "^10.0",
"georgringer/news": "^7.0",
"typo3/cms-adminpanel": "^9.5",
"typo3/cms-backend": "^9.5",
"typo3/cms-belog": "^9.5",
"typo3/cms-beuser": "^9.5",
"typo3/cms-core": "^9.5",
"typo3/cms-felogin": "^9.5",
"typo3/cms-filelist": "^9.5",
"typo3/cms-form": "^9.5",
"typo3/cms-recordlist": "^9.5",
"typo3/cms-redirects": "^9.5",
"typo3/cms-seo": "^9.5",
"typo3/cms-setup": "^9.5",
"typo3/cms-tstemplate": "^9.5"
},
"require-dev": {
"bk2k/extension-helper": "^1.0"
}
}