summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 90ea1983b65921d6f927027cc774ab0737062b76 (plain)
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
75
76
77
78
79
80
81
{
    "name": "icinga/icinga-php-thirdparty",
    "type": "project",
    "description": "Icinga Web 2 - Bundle for all 3rd party PHP libraries",
    "homepage": "https://github.com/Icinga/icinga-php-thirdparty",
    "license": "MIT",
    "config": {
        "sort-packages": true,
        "platform": {
            "php": "7.2.9"
        },
        "allow-plugins": {
            "cweagans/composer-patches": true
        }
    },
    "support": {
        "issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
    },
    "require": {
        "php": ">=7.2.9 <=8.2",
        "ext-curl": "*",
        "clue/block-react": "^1.5",
        "clue/connection-manager-extra": "^1.3",
        "clue/http-proxy-react": "^1.8",
        "clue/mq-react": "^1.5",
        "clue/redis-react": "^2.6",
        "clue/soap-react": "^2",
        "clue/socket-raw": "^1.6",
        "clue/socks-react": "^1.4",
        "clue/stdio-react": "^2.6",
        "components/jquery": "3.6.*",
        "cweagans/composer-patches": "~1.0",
        "dompdf/dompdf": "^2.0.3",
        "erusev/parsedown": "^1.7.4",
        "evenement/evenement": "^3.0.1",
        "ezyang/htmlpurifier": "^4.16",
        "guzzlehttp/guzzle": "^7.7",
        "guzzlehttp/psr7": "^2.5",
        "jfcherng/php-diff": "^6.10.14",
        "predis/predis": "^2.2",
        "psr/http-message": "^1.1",
        "ramsey/uuid": "^4.2.3",
        "react/child-process": "^0.6.5",
        "react/datagram": "^1.9",
        "react/dns": "^1.11",
        "react/event-loop": "^1.4",
        "react/http": "^1.9",
        "react/promise": "^2.10",
        "react/promise-stream": "^1.6",
        "react/promise-timer": "^1.9",
        "react/socket": "^1.13",
        "react/stream": "^1.3",
        "shardj/zf1-future": "^1.23.5",
        "tedivm/jshrink": "^1.6.8",
        "wikimedia/less.php": "^3.2.1",
        "simshaun/recurr": "^5",
        "dragonmantank/cron-expression": "^3",
        "psr/log": "^1"
    },
    "require-dev": {
    },
    "autoload": {
        "psr-0": { "AssetLoader": "" }
    },
    "scripts": {
        "post-update-cmd": [
            "AssetLoader::update"
        ]
    },
    "extra": {
        "composer-exit-on-patch-failure": true,
        "patches": {
            "ramsey/collection": {
                "Collection: Add PHP 8.1 support": "patches/ramsey-collection.patch"
            },
            "shardj/zf1-future": {
                "ZF1-Future: ZF backward compatibility": "patches/shardj-zf1-future.patch"
            }
        }
    }
}