icinga-php-thirdparty/composer.json

37 lines
1.0 KiB
JSON

{
"name": "Icinga/ipl-3rdparty",
"type": "library",
"description": "ipl 3rd party PHP libraries",
"homepage": "https://github.com/Icinga/libipl-3rdparty",
"license": "MIT",
"config": {
"sort-packages": true
},
"support": {
"issues": "https://github.com/Icinga/libipl-3rdparty/issues"
},
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"chrisboulton/php-resque": "^1.2",
"clue/connection-manager-extra": "^1.1",
"clue/http-proxy-react": "^1.2",
"clue/redis-react": "^2",
"clue/socket-raw": "~1.2",
"clue/socks-react": "^0.8",
"evenement/evenement": "^2",
"mkraemer/react-pcntl": "^3.0",
"predis/predis": "^1.1",
"psr/http-message": "^1",
"react/child-process": "^0.5",
"react/datagram": "^1",
"react/dns": "^0.4",
"react/http": "^0.8",
"react/http-client": "^0.5",
"react/socket": "^0.8",
"react/stream": "^0.7"
},
"require-dev": {
}
}