-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
39 lines (39 loc) · 1018 Bytes
/
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
{
"name": "digicademy/academy",
"type": "typo3-cms-extension",
"description": "Framework for creating CRIS portals: Projects, Persons, Organizational Units, News, Events, and Media",
"homepage": "http://www.digitale-akademie.de",
"authors": [
{
"name": "Torsten Schrade",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.adwmainz.de"
}
],
"license": ["GPL-2.0+"],
"keywords": ["TYPO3", "Current Research Information Systems", "Digital Humanities"],
"support": {
"issues": "https://github.com/digicademy/academy/issues"
},
"version": "3.0.0",
"require": {
"typo3/cms-core": "^11.5",
"georgringer/news": "^11.2",
"georgringer/eventnews": "^6.0",
"digicademy/chf_time": "dev-master"
},
"replace": {
"typo3-ter/academy": "self.version"
},
"autoload": {
"psr-4": {
"Digicademy\\Academy\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "academy"
}
}
}