summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: a0ec7a052b3674ee6cdb467f8143caca7b574a6c (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
{
    "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"
        },
        "allow-plugins": {
            "cweagans/composer-patches": true
        }
    },
    "support": {
        "issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
    },
    "require": {
        "php": ">=7.2 <=8.1",
        "ext-curl": "*",
        "clue/block-react": "^1",
        "clue/connection-manager-extra": "^1",
        "clue/http-proxy-react": "^1",
        "clue/mq-react": "^1",
        "clue/redis-react": "^2",
        "clue/soap-react": "^1",
        "clue/socket-raw": "^1",
        "clue/socks-react": "^1",
        "clue/stdio-react": "^2",
        "cweagans/composer-patches": "~1.0",
        "evenement/evenement": "^3",
        "predis/predis": "^1",
        "psr/http-message": "^1",
        "ramsey/uuid": "^3",
        "react/child-process": "^0.6",
        "react/datagram": "^1",
        "react/dns": "^1",
        "react/event-loop": "^1",
        "react/http": "^1",
        "react/promise": "^2",
        "react/promise-stream": "^1",
        "react/promise-timer": "^1",
        "react/socket": "^1",
        "react/stream": "^1",
        "guzzlehttp/psr7": "^1",
        "guzzlehttp/guzzle": "^6.5",
        "jfcherng/php-diff": "^6.10",
        "components/jquery": "3.6.*"
    },
    "require-dev": {
    },
    "autoload": {
        "psr-0": { "AssetLoader": "" }
    },
    "scripts": {
        "post-update-cmd": [
            "AssetLoader::update"
        ]
    },
    "extra": {
        "composer-exit-on-patch-failure": true,
        "patches": {
            "ramsey/uuid": {
                "Uuid: Add PHP 8.1 support": "patches/ramsey-uuid.patch"
            }
        }
    }
}