Source
1
1
{
2
2
"name": "zabbix/ui",
3
3
"description": "Hosted Zabbix User Interface in PHP",
4
4
"homepage": "https://www.zabbix.com",
5
-
"license": "GPL-2.0-or-later",
5
+
"license": "AGPL-3.0-only",
6
6
"require": {
7
7
"symfony/yaml": "v5.1.3",
8
8
"onelogin/php-saml": "4.0",
9
9
"pragmarx/google2fa": "^8.0",
10
10
"duosecurity/duo_universal_php": "^1.0"
11
11
},
12
12
"autoload": {
13
13
"psr-4": {
14
14
"SCIM\\": "include/classes/scim/"
15
15
}