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 856ba6d commit e9efc9eCopy full SHA for e9efc9e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.6.2 (2017-03-17)
4
+
5
+* Feature / Fix: Support SNI on legacy PHP < 5.6 and add documentation for
6
+ supported PHP and HHVM versions.
7
+ (#90 and #91 by @clue)
8
9
## 0.6.1 (2017-03-10)
10
11
* Feature: Forward compatibility with Stream v0.5 and upcoming v0.6
README.md
@@ -419,7 +419,7 @@ The recommended way to install this library is [through Composer](http://getcomp
419
This will install the latest supported version:
420
421
```bash
422
-$ composer require react/socket-client:^0.6.1
+$ composer require react/socket-client:^0.6.2
423
```
424
425
More details about version upgrades can be found in the [CHANGELOG](CHANGELOG.md).
0 commit comments