Skip to content

Commit

Permalink
Lock to react/http 0.8.3 due to blocking bug
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbg committed Jan 23, 2019
1 parent af6df0d commit 90f3ba1
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 73 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ See `example` folder
There is also a complete example that integrates with ratchet Websockets here: https://github.com/phpbg/mini-httpd-ratchet

## TODO
* writing tests
* writing tests

## Notes
react/http is locked to 0.8.3 due to https://github.com/reactphp/http/issues/332
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": ">=7.0",
"ext-zlib": "*",
"react/http": "^0.8.3",
"react/http": "0.8.3",
"zendframework/zend-validator": "^2.10",
"zendframework/zend-filter": "^2.8",
"psr/log": "^1.0",
Expand Down
Loading

0 comments on commit 90f3ba1

Please sign in to comment.