Skip to content

Commit 319fda7

Browse files
committed
Bump to released react/http
1 parent 2cea23a commit 319fda7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ WebSocket Middleware for react/http
33
# Try it out
44
Run `chat_ws_server.php` from the examples directory and navigate a few browser windows to http://127.0.0.1:4321/ (only tested briefly in Chrome)
55
# Simple Usage
6+
A simple echo server:
67
```php
78
use Ratchet\RFC6455\Messaging\Message;
89
use React\EventLoop\Factory;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"ratchet/rfc6455": "^0.2.3",
26-
"react/http": "dev-master"
26+
"react/http": "^0.8"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)