composer: upgrade to stable react/http and others

fixes #10
This commit is contained in:
Thomas Gelf 2020-09-22 05:31:12 +02:00
parent 342a1d15fc
commit 9ab4b2efed
1 changed files with 9 additions and 9 deletions

View File

@ -16,15 +16,15 @@
"require": {
"php": ">=5.6.3",
"ext-curl": "*",
"clue/block-react": "^1.3",
"clue/buzz-react": "^2.5",
"clue/block-react": "^1",
"clue/buzz-react": "~2.7.0",
"clue/connection-manager-extra": "^1.1",
"clue/http-proxy-react": "^1.4",
"clue/http-proxy-react": "^1",
"clue/mq-react": "^1.1",
"clue/redis-react": "^2.3",
"clue/soap-react": "^1.0",
"clue/socket-raw": "^1.4",
"clue/socks-react": "^1.0",
"clue/socks-react": "^1",
"clue/stdio-react": "^2.3",
"evenement/evenement": "^2",
"predis/predis": "^1.1",
@ -32,14 +32,14 @@
"ramsey/uuid": "^3.8",
"react/child-process": "^0.6",
"react/datagram": "^1.5",
"react/dns": "^1.2",
"react/dns": "^1",
"react/event-loop": "^1.1",
"react/http": "^0.8",
"react/http": "^1",
"react/http-client": "^0.5",
"react/promise": "^2.7",
"react/promise-stream": "^1.2",
"react/promise": "^2",
"react/promise-stream": "^1",
"react/promise-timer": "^1.5",
"react/socket": "^1.3",
"react/socket": "^1",
"react/stream": "^1.1"
},
"require-dev": {