-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
59 lines (59 loc) · 1.62 KB
/
composer.json
File metadata and controls
59 lines (59 loc) · 1.62 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "imedge/icingaweb2-module-imedge",
"description": "IMEdge Icinga Web module",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Thomas Gelf",
"email": "thomas@gelf.net"
}
],
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.20"
}
},
"scripts": {
"post-update-cmd": [
"bin/refresh-public.sh"
]
},
"require": {
"php": ">=7.4",
"ext-dom": "*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-zlib": "*",
"imedge/ip-list-generator": ">=0.2",
"imedge/rrd-graph-info": ">=0.3.3",
"imedge/rrdgraph": ">=0.5",
"imedge/svg": ">=0.2.1",
"imedge/web-data": ">=0.13",
"imedge/web-device": ">=0.8",
"imedge/web-flags": ">=0.8",
"imedge/web-grapher": ">=0.10",
"imedge/web-rpc": ">=0.4",
"imedge/web-rpc-inspection": ">=0.5",
"imedge/web-select2": ">=0.6",
"imedge/web-url-signing": ">=0.1"
},
"require-dev": {
"clue/block-react": "^1.5",
"gipfl/data-type": "^0.4.0",
"gipfl/icingaweb2": "^0.11.0",
"gipfl/web": "^0.14.0",
"gipfl/zfdb": "^0.5.0",
"gipfl/zfdbstore": "^0.4.0",
"ipl/html": "^0.8.2",
"phpstan/phpstan": "^1.4 || ^2.1",
"phpunit/phpunit": "^10 || ^9.5",
"ramsey/uuid": "^4.2",
"react/promise": "^3.3",
"squizlabs/php_codesniffer": "^3.6 || ^4.0",
"symplify/easy-coding-standard": "^12"
}
}