We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6df0d commit 90f3ba1Copy full SHA for 90f3ba1
README.md
@@ -45,4 +45,7 @@ See `example` folder
45
There is also a complete example that integrates with ratchet Websockets here: https://github.com/phpbg/mini-httpd-ratchet
46
47
## TODO
48
-* writing tests
+* 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
@@ -19,7 +19,7 @@
19
"require": {
20
"php": ">=7.0",
21
"ext-zlib": "*",
22
- "react/http": "^0.8.3",
+ "react/http": "0.8.3",
23
"zendframework/zend-validator": "^2.10",
24
"zendframework/zend-filter": "^2.8",
25
"psr/log": "^1.0",
0 commit comments