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 b9e36fb commit eb521c0Copy full SHA for eb521c0
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.5.6 (2017-09-17)
4
+
5
+* Feature: Update Socket component to support HTTP over Unix domain sockets (UDS)
6
+ (#110 by @clue)
7
8
## 0.5.5 (2017-09-10)
9
10
* Fix: Update Socket component to work around sending secure HTTPS requests with PHP < 7.1.4
README.md
@@ -133,7 +133,7 @@ The recommended way to install this library is [through Composer](https://getcom
133
This will install the latest supported version:
134
135
```bash
136
-$ composer require react/http-client:^0.5.5
+$ composer require react/http-client:^0.5.6
137
```
138
139
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments