forked from subhh/libconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.13 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
{
"name": "Sub/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+"],
"keywords": ["TYPO3 CMS", "ezb dbis"],
"support": {
"issues": "https://forge.typo3.org/projects/libconnect"
},
"require": {
"typo3/cms-core": "^6.0.0 || ^7.6.0 || ^8.7.0"
},
"autoload": {
"psr-4": {
"Sub\\Libconnect\\": "Classes/"
},
"files": [
"Resources/Private/Lib/Dbis.php",
"Resources/Private/Lib/Ezb.php",
"Resources/Private/Lib/Zdb.php",
"Resources/Private/Lib/Xmlpageconnection.php",
"Resources/Private/Lib/Httppageconnection.php"
]
},
"replace": {
"libconnect": "self.version",
"typo3-ter/libconnect": "self.version",
"Sub/libconnect": "self.version"
}
}