forked from slub/slub_web_qucosa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 838 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
{
"name": "slub/slub-web-qucosa",
"type": "typo3-cms-extension",
"description": "Templates, Images and Configuration for Qucosa Website",
"homepage": "https://git.slub-dresden.de/slub-webseite/slub-web-qucosa",
"keywords": [
"TYPO3",
"extension",
"slub_web_qucosa"
],
"authors": [
{
"name": "Alexander Bigga",
"email": "[email protected]",
"role": "Developer"
}
],
"license": "GPL-3.0-or-later",
"require": {
"fluidtypo3/vhs": "^6.0",
"gridelementsteam/gridelements": "^9.5",
"ichhabrecht/content-defender": "^3.1",
"typo3/cms-core": "^9.5",
"xima-media/xm_tools": "^9.5"
},
"autoload": {
"psr-4": {
"Slub\\SlubWebQucosa\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "slub_web_qucosa"
}
}
}