forked from UB-Mannheim/uma_publist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.06 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
32
33
34
35
36
{
"name": "uni-mannheim/publist4ubma2",
"type": "typo3-cms-extension",
"description": "TYPO3 extension which shows publications from an EPrints repository",
"keywords": [
"TYPO3",
"extension",
"EPrints"
],
"homepage": "https://github.com/UB-Mannheim/publist4ubma2",
"support": {
"issues": "https://github.com/UB-Mannheim/publist4ubma2/issues",
"wiki": "https://github.com/UB-Mannheim/publist4ubma2/wiki"
},
"authors": [
{
"name": "Sebastian Kotthoff",
"email": "sebastian.kotthoff@rz.uni-mannheim.de",
"role": "Developer",
"homepage": "http://dws.informatik.uni-mannheim.de/en/people/administration/sebastiankotthoff/"
}
],
"license": "GPL-2.0",
"require": {
"typo3/cms-core": ">=6.2.0 <=7.6.99"
},
"autoload": {
"psr-4": {
"Unima\\Publist4ubma2\\": "Classes"
}
},
"replace": {
"publist4ubma2": "self.version",
"typo3-ter/publist4ubma2": "self.version"
}
}