Skip to content

Commit 90f3ba1

Browse files
committed
Lock to react/http 0.8.3 due to blocking bug
1 parent af6df0d commit 90f3ba1

File tree

3 files changed

+192
-73
lines changed

3 files changed

+192
-73
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ See `example` folder
4545
There is also a complete example that integrates with ratchet Websockets here: https://github.com/phpbg/mini-httpd-ratchet
4646

4747
## TODO
48-
* writing tests
48+
* writing tests
49+
50+
## Notes
51+
react/http is locked to 0.8.3 due to https://github.com/reactphp/http/issues/332

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=7.0",
2121
"ext-zlib": "*",
22-
"react/http": "^0.8.3",
22+
"react/http": "0.8.3",
2323
"zendframework/zend-validator": "^2.10",
2424
"zendframework/zend-filter": "^2.8",
2525
"psr/log": "^1.0",

0 commit comments

Comments
 (0)