Skip to content

Commit bcffd52

Browse files
committed
updated changelog and dropped laminas-zendframework-bridge from require-dev
1 parent a52b8b3 commit bcffd52

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
77
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
11+
- Migrated from `zendframework/zend-diactoros` to `laminas/laminas-diactoros`.
12+
Users are encouraged to update their dependencies by simply replacing the Zend package with the Laminas package.
13+
Due to the [laminas-zendframework-brige](https://github.com/laminas/laminas-zendframework-bridge), BC changes
14+
are not expected and legacy code does not need to be refactored (though it is
15+
[recommended and simple](https://docs.laminas.dev/migration/)).
16+
- The diactoros factories of `php-http/message` will return objects from the `Laminas\Diactoros\` namespace, if
17+
the respective classes are available via autoloading, but continue to return objects from `Zend\Diactoros\`
18+
namespace otherwise.
19+
920
## [1.9.1] - 2020-10-13
1021

1122
- Improved detection of binary stream to not consider newlines, carriage return or tabs as binary.
@@ -198,7 +209,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
198209
- Message factory (Guzzle, Diactoros)
199210

200211

201-
[Unreleased]: https://github.com/php-http/message/compare/1.7.2...HEAD
212+
[Unreleased]: https://github.com/php-http/message/compare/1.9.1...HEAD
213+
[1.9.1]: https://github.com/php-http/message/compare/1.9.0...1.9.1
214+
[1.9.0]: https://github.com/php-http/message/compare/1.8.0...1.9.0
215+
[1.8.0]: https://github.com/php-http/message/compare/1.7.2...1.8.0
202216
[1.7.2]: https://github.com/php-http/message/compare/v1.7.1...1.7.2
203217
[1.7.1]: https://github.com/php-http/message/compare/1.7.0...v1.7.1
204218
[1.7.0]: https://github.com/php-http/message/compare/1.6.0...1.7.0

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"guzzlehttp/psr7": "^1.0",
3232
"henrikbjorn/phpspec-code-coverage": "^1.0",
3333
"laminas/laminas-diactoros": "^2.0",
34-
"laminas/laminas-zendframework-bridge": "^1.0",
3534
"phpspec/phpspec": "^2.4",
3635
"slim/slim": "^3.0"
3736
},

0 commit comments

Comments
 (0)