diff --git a/composer.json b/composer.json index 2aa67fa..595a7b2 100644 --- a/composer.json +++ b/composer.json @@ -4,28 +4,34 @@ "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": "*", - "psr/http-message": "^1", - "predis/predis": "^1.1", - "react/child-process": "^0.5", - "react/dns": "^0.4", - "react/datagram": "^1", - "react/http": "^0.7", - "react/http-client": "^0.5", - "react/stream": "^0.7", - "react/socket": "^0.8", - "clue/redis-react": "^2", - "guzzlehttp/guzzle": "^5", - "clue/socks-react": "^0.8", - "clue/http-proxy-react": "^1.2", + "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" + "guzzlehttp/guzzle": "^5", + "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", + "sabre/dav": "^3.2.0" }, "require-dev": { }