File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ This file is a manually maintained list of changes for each release. Feel free
44to add your changes here when sending pull requests. Also send corrections if
55you spot any mistakes.
66
7+ ## 0.3.0 (2014-10-25)
8+
9+ * BC break: Replace clue/datagram with react/datagram
10+ ([ #16 ] ( https://github.com/clue/php-socket-react/pull/16 ) )
11+
712## 0.2.2 (2014-05-10)
813
914* Support [ clue/socket-raw] ( https://github.com/clue/socket-raw ) stable
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The recommended way to install this library is [through composer](http://getcomp
3232``` JSON
3333{
3434 "require" : {
35- "clue/socket-react" : " 0.2.* "
35+ "clue/socket-react" : " ~0.3.0 "
3636 }
3737}
3838```
You can’t perform that action at this time.
0 commit comments