forked from opendcim/openDCIM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 721 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 721 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
{
"name": "opendcim/opendcim",
"description": "An Open Source Data Center Inventory Management system",
"type": "project",
"license": "GPL v3",
"authors": [
{
"name": "Scott Milliken",
"email": "scott@opendcim.org"
}
],
"autoload": {
"classmap": ["classes/"]
},
"require": {
"slim/slim": "3.*",
"zzantares/proxmoxve": "^4.1",
"maennchen/zipstream-php": "^2.1",
"phpoffice/phpspreadsheet": "^1.29",
"jumbojett/openid-connect-php": "^0.9.10",
"phpmailer/phpmailer": "^6.8",
"onelogin/php-saml": "^4.1",
"mpdf/mpdf": "^8.1"
},
"config": {
"platform": {
"php": "8.0.0"
}
}
}