-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
74 lines (74 loc) · 2.2 KB
/
composer.json
File metadata and controls
74 lines (74 loc) · 2.2 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "icinga/icinga-php-thirdparty",
"description": "Icinga Web - Bundle for all 3rd party PHP libraries",
"license": "(MIT and LicenseRef-Icinga-Bundled-Upstream)",
"type": "project",
"homepage": "https://github.com/Icinga/icinga-php-thirdparty",
"require": {
"php": ">=8.2",
"ext-curl": "*",
"clue/block-react": "^1.5",
"clue/connection-manager-extra": "^1.3",
"clue/http-proxy-react": "^1.9",
"clue/mq-react": "^1.7",
"clue/redis-react": "^2.8",
"clue/socket-raw": "^1.6",
"clue/socks-react": "^1.4",
"clue/stdio-react": "^2.6",
"components/jquery": "~3.7.1",
"dompdf/dompdf": "^3.1.5",
"dragonmantank/cron-expression": "^3.6",
"evenement/evenement": "^3.0.2",
"ezyang/htmlpurifier": "^4.19",
"guzzlehttp/guzzle": "^7.10",
"guzzlehttp/psr7": "^2.9",
"icinga/zf1": "^2.0",
"jfcherng/php-diff": "^6.16.2",
"parsedown/parsedown": "^1.8",
"predis/predis": "^3.4.2",
"psr/http-message": "^1.1",
"psr/http-server-handler": "^1.0.2",
"psr/http-server-middleware": "^1.0.2",
"psr/log": "^3.0.2",
"ramsey/uuid": "^4.9.2",
"react/async": "^4.3",
"react/child-process": "^0.6.7",
"react/datagram": "^1.10",
"react/dns": "^1.14",
"react/event-loop": "^1.6",
"react/http": "^1.11",
"react/promise": "^3.3",
"react/promise-stream": "^1.7",
"react/promise-timer": "^1.11",
"react/socket": "^1.17",
"react/stream": "^1.4",
"simshaun/recurr": "^5.0.3",
"tedivm/jshrink": "^1.8.1",
"zircote/swagger-php": "^6.0.6"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Icinga/zf1"
}
],
"autoload": {
"psr-0": {
"AssetLoader": ""
}
},
"config": {
"platform": {
"php": "8.2"
},
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"AssetLoader::update"
],
"post-update-cmd": [
"AssetLoader::update"
]
}
}