From 557afe0206a1ee9b909cb5b2bd586a8c4fd672e7 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 14 Feb 2017 10:30:49 +0100 Subject: [PATCH 1/2] Prepare for 0.1.5 --- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b182ae1..1a0fe52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.1.5 - 2017-02-14 + +### Fixed + +- Support for non-readable streams. This fix was needed because flaws in Guzzle, Zend and Slims implementations of PSR-7. + +## 0.1.4 - 2016-12-31 + +### Added + +- Added support for resetting the builder + ## 0.1.3 - 2016-12-22 ### Added diff --git a/composer.json b/composer.json index 4622ac9..cae5ccb 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": "^5.5 || ^7.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.5", "php-http/message-factory": "^1.0.2", "php-http/discovery": "^1.0" }, From 1c47d071ffbc42e0d08f81065e64687003eb0f5c Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 14 Feb 2017 10:34:35 +0100 Subject: [PATCH 2/2] typo --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cae5ccb..3a7e47a 100644 --- a/composer.json +++ b/composer.json @@ -12,13 +12,13 @@ ], "require": { "php": "^5.5 || ^7.0", - "psr/http-message": "^1.5", + "psr/http-message": "^1.0", "php-http/message-factory": "^1.0.2", "php-http/discovery": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.4", - "php-http/message": "^1.0", + "php-http/message": "^1.5", "zendframework/zend-diactoros": "^1.3.5" }, "autoload": {