We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e43a55 commit 05b2fa7Copy full SHA for 05b2fa7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.7.2 (2017-04-24)
4
+
5
+* Fix: Work around latest PHP 7.0.18 and 7.1.4 no longer accepting full URIs
6
+ (#94 by @clue)
7
8
## 0.7.1 (2017-04-10)
9
10
* Fix: Ignore HHVM errors when closing connection that is already closing
README.md
@@ -1064,7 +1064,7 @@ The recommended way to install this library is [through Composer](http://getcomp
1064
This will install the latest supported version:
1065
1066
```bash
1067
-$ composer require react/socket:^0.7.1
+$ composer require react/socket:^0.7.2
1068
```
1069
1070
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments