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 6212b09 commit e2f13d6Copy full SHA for e2f13d6
CHANGELOG.md
@@ -4,6 +4,11 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
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
12
## 0.2.2 (2014-05-10)
13
14
* Support [clue/socket-raw](https://github.com/clue/socket-raw) stable
README.md
@@ -32,7 +32,7 @@ The recommended way to install this library is [through composer](http://getcomp
32
```JSON
33
{
34
"require": {
35
- "clue/socket-react": "0.2.*"
+ "clue/socket-react": "~0.3.0"
36
}
37
38
```
0 commit comments