icinga-php-thirdparty/composer.json

58 lines
1.6 KiB
JSON
Raw Normal View History

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": "*",
"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",
"evenement/evenement": "^3",
"predis/predis": "^1",
2018-03-01 15:47:44 +01:00
"psr/http-message": "^1",
"ramsey/uuid": "^3",
2019-03-26 01:29:40 +01:00
"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",
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
}
}