forked from OSIRIS-Solutions/osiris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 894 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 894 Bytes
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
{
"name": "osiris/osiris",
"description": "Open, simple and integrated research information system",
"type": "project",
"require": {
"mongodb/mongodb": "^1.12.0",
"phpoffice/phpword": "dev-master",
"renanbr/bibtex-parser": "^2.1",
"technosophos/libris": "^2.0",
"phpmailer/phpmailer": "^6.8",
"chillerlan/php-qrcode": "^4.3",
"amenadiel/jpgraph": "^4.1",
"league/oauth2-client": "^2.7"
},
"require-dev": {
"panique/php-sass": "1.0"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Osiris\\Osiris\\": "src/"
}
},
"authors": [
{
"name": "Julia Koblitz",
"email": "julia.koblitz@dsmz.de"
}
],
"config": {
"platform": {
"php": "8.1.3"
}
}
}