composer.json: sort

This commit is contained in:
Thomas Gelf 2018-03-01 15:47:44 +01:00
parent 4623f016e8
commit 61c92c7e42

View File

@ -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",
"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": {
}