mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-08 22:34:34 +02:00
composer.json: Relax all version constraints..
..to the latest major or the major that still supports PHP 5.6.
This commit is contained in:
parent
cab771608b
commit
9fb2109acf
@ -17,30 +17,30 @@
|
|||||||
"php": ">=5.6.3",
|
"php": ">=5.6.3",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"clue/block-react": "^1",
|
"clue/block-react": "^1",
|
||||||
"clue/connection-manager-extra": "^1.1",
|
"clue/connection-manager-extra": "^1",
|
||||||
"clue/http-proxy-react": "^1",
|
"clue/http-proxy-react": "^1",
|
||||||
"clue/mq-react": "^1.1",
|
"clue/mq-react": "^1",
|
||||||
"clue/redis-react": "^2.3",
|
"clue/redis-react": "^2",
|
||||||
"clue/soap-react": "^1.0",
|
"clue/soap-react": "^1",
|
||||||
"clue/socket-raw": "^1.4",
|
"clue/socket-raw": "^1",
|
||||||
"clue/socks-react": "^1",
|
"clue/socks-react": "^1",
|
||||||
"clue/stdio-react": "^2.3",
|
"clue/stdio-react": "^2",
|
||||||
"evenement/evenement": "^2",
|
"evenement/evenement": "^2",
|
||||||
"predis/predis": "^1.1",
|
"predis/predis": "^1",
|
||||||
"psr/http-message": "^1",
|
"psr/http-message": "^1",
|
||||||
"ramsey/uuid": "^3.8",
|
"ramsey/uuid": "^3",
|
||||||
"react/child-process": "^0.6",
|
"react/child-process": "^0.6",
|
||||||
"react/datagram": "^1.5",
|
"react/datagram": "^1",
|
||||||
"react/dns": "^1",
|
"react/dns": "^1",
|
||||||
"react/event-loop": "^1.1",
|
"react/event-loop": "^1",
|
||||||
"react/http": "^1",
|
"react/http": "^1",
|
||||||
"react/promise": "^2",
|
"react/promise": "^2",
|
||||||
"react/promise-stream": "^1",
|
"react/promise-stream": "^1",
|
||||||
"react/promise-timer": "^1.5",
|
"react/promise-timer": "^1",
|
||||||
"react/socket": "^1",
|
"react/socket": "^1",
|
||||||
"react/stream": "^1.1",
|
"react/stream": "^1",
|
||||||
"guzzlehttp/psr7": "^1.7",
|
"guzzlehttp/psr7": "^1",
|
||||||
"guzzlehttp/guzzle": "^6.5.5"
|
"guzzlehttp/guzzle": "^6.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user