-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
38 lines (38 loc) · 994 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
{
"name": "slub/slub-find-flexibleviews",
"description": "Find Flexible Views for SLUB Catalog",
"type": "typo3-cms-extension",
"homepage": "https://github.com/slub/slub_find_flexibleviews",
"keywords" : ["TYPO3 CMS"],
"license": "GPL-3.0-or-later",
"authors" : [
{
"name" : "Alexander Bigga",
"email" : "[email protected]",
"role" : "Developer"
},
{
"name" : "Carsten Radeck",
"email" : "[email protected]",
"role" : "Developer"
},
{
"name" : "Christof Rodejohann",
"email" : "[email protected]",
"role" : "Developer"
}
],
"require": {
"typo3/cms-core": "~9.5.31"
},
"autoload": {
"psr-4": {
"Slub\\SlubFindFlexibleviews\\": "Classes"
}
},
"extra": {
"typo3/cms": {
"extension-key": "slub_find_flexibleviews"
}
}
}