-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
26 lines (26 loc) · 947 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
{
"name": "subhh/libconnect",
"type": "typo3-cms-extension",
"description": "Diese Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.",
"homepage": "https://www.sub.uni-hamburg.de",
"license": ["GPL-2.0-or-later"],
"keywords": ["TYPO3 CMS", "ezb", "dbis"],
"support": {
"issues": "https://github.com/subhh/libconnect/issues",
"source": "https://github.com/subhh/libconnect/",
"docs": "https://docs.typo3.org/typo3cms/extensions/libconnect/"
},
"require": {
"typo3/cms-core": "^12.4"
},
"autoload": {
"psr-4": {
"Subhh\\Libconnect\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "libconnect"
}
}
}