2017-10-27 14:41:48 +02:00
|
|
|
{
|
2021-05-28 11:02:26 +02:00
|
|
|
"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",
|
2017-10-27 14:41:48 +02:00
|
|
|
"license": "MIT",
|
2018-03-01 15:47:44 +01:00
|
|
|
"config": {
|
2019-03-25 16:10:27 +01:00
|
|
|
"sort-packages": true,
|
|
|
|
"platform": {
|
2022-05-25 09:25:14 +02:00
|
|
|
"php": "7.2"
|
2019-03-25 16:10:27 +01:00
|
|
|
}
|
2018-03-01 15:47:44 +01:00
|
|
|
},
|
2017-10-27 14:41:48 +02:00
|
|
|
"support": {
|
2021-05-28 11:02:26 +02:00
|
|
|
"issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
|
2017-10-27 14:41:48 +02:00
|
|
|
},
|
|
|
|
"require": {
|
2022-05-25 09:25:14 +02:00
|
|
|
"php": ">=7.2 <=8.1",
|
2018-03-01 15:47:44 +01:00
|
|
|
"ext-curl": "*",
|
2020-09-22 05:31:12 +02:00
|
|
|
"clue/block-react": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"clue/connection-manager-extra": "^1",
|
2020-09-22 05:31:12 +02:00
|
|
|
"clue/http-proxy-react": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"clue/mq-react": "^1",
|
|
|
|
"clue/redis-react": "^2",
|
|
|
|
"clue/soap-react": "^1",
|
|
|
|
"clue/socket-raw": "^1",
|
2020-09-22 05:31:12 +02:00
|
|
|
"clue/socks-react": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"clue/stdio-react": "^2",
|
2022-06-14 13:42:32 +02:00
|
|
|
"evenement/evenement": "^3",
|
2021-06-24 12:15:22 +02:00
|
|
|
"predis/predis": "^1",
|
2018-03-01 15:47:44 +01:00
|
|
|
"psr/http-message": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"ramsey/uuid": "^3",
|
2019-03-26 01:29:40 +01:00
|
|
|
"react/child-process": "^0.6",
|
2021-06-24 12:15:22 +02:00
|
|
|
"react/datagram": "^1",
|
2020-09-22 05:31:12 +02:00
|
|
|
"react/dns": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"react/event-loop": "^1",
|
2020-09-22 05:31:12 +02:00
|
|
|
"react/http": "^1",
|
|
|
|
"react/promise": "^2",
|
|
|
|
"react/promise-stream": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"react/promise-timer": "^1",
|
2020-09-22 05:31:12 +02:00
|
|
|
"react/socket": "^1",
|
2021-06-24 12:15:22 +02:00
|
|
|
"react/stream": "^1",
|
|
|
|
"guzzlehttp/psr7": "^1",
|
2021-12-15 15:49:57 +01:00
|
|
|
"guzzlehttp/guzzle": "^6.5",
|
2022-06-14 13:40:25 +02:00
|
|
|
"jfcherng/php-diff": "^6.10",
|
|
|
|
"components/jquery": "3.6.*"
|
2017-10-27 14:41:48 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-06-14 13:40:25 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": { "AssetLoader": "" }
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-update-cmd": [
|
|
|
|
"AssetLoader::update"
|
|
|
|
]
|
2017-10-27 14:41:48 +02:00
|
|
|
}
|
|
|
|
}
|