We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8dc034 commit af03e22Copy full SHA for af03e22
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Change Log
2
3
+## 0.1.5 - 2017-02-14
4
+
5
+### Fixed
6
7
+- Support for non-readable streams. This fix was needed because flaws in Guzzle, Zend and Slims implementations of PSR-7.
8
9
+## 0.1.4 - 2016-12-31
10
11
+### Added
12
13
+- Added support for resetting the builder
14
15
## 0.1.3 - 2016-12-22
16
17
### Added
composer.json
@@ -18,7 +18,7 @@
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^4.8 || ^5.4",
21
- "php-http/message": "^1.0",
+ "php-http/message": "^1.5",
22
"zendframework/zend-diactoros": "^1.3.5"
23
24
"autoload": {
0 commit comments