mirror of
https://github.com/Icinga/icingaweb2-module-reactbundle.git
synced 2025-07-21 04:44:26 +02:00
composer.json: sort
This commit is contained in:
parent
4623f016e8
commit
61c92c7e42
@ -4,28 +4,34 @@
|
|||||||
"description": "ipl 3rd party PHP libraries",
|
"description": "ipl 3rd party PHP libraries",
|
||||||
"homepage": "https://github.com/Icinga/libipl-3rdparty",
|
"homepage": "https://github.com/Icinga/libipl-3rdparty",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"config": {
|
||||||
|
"sort-packages": true
|
||||||
|
},
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Icinga/libipl-3rdparty/issues"
|
"issues": "https://github.com/Icinga/libipl-3rdparty/issues"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"psr/http-message": "^1",
|
"chrisboulton/php-resque": "^1.2",
|
||||||
"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",
|
|
||||||
"clue/connection-manager-extra": "^1.1",
|
"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",
|
"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": {
|
"require-dev": {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user