File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ### Changed
9+ - Bumped the versions for laminas/diactoros and psr/http-message to support
10+ PSR-7 v2.0 (PR #1339 )
811
912## [ 8.5.1] - released 2023-04-04
1013### Fixed
Original file line number Diff line number Diff line change 99 "league/event" : " ^2.2" ,
1010 "league/uri" : " ^6.7" ,
1111 "lcobucci/jwt" : " ^4.3 || ^5.0" ,
12- "psr/http-message" : " ^1.0.1" ,
12+ "psr/http-message" : " ^1.0.1 || ^2.0 " ,
1313 "defuse/php-encryption" : " ^2.3" ,
1414 "lcobucci/clock" : " ^2.2 || ^3.0"
1515 },
1616 "require-dev" : {
1717 "phpunit/phpunit" : " ^9.6.6" ,
18- "laminas/laminas-diactoros" : " ^2.24 .0" ,
18+ "laminas/laminas-diactoros" : " ^3.0 .0" ,
1919 "phpstan/phpstan" : " ^0.12.57" ,
2020 "phpstan/phpstan-phpunit" : " ^0.12.16" ,
2121 "roave/security-advisories" : " dev-master"
You can’t perform that action at this time.
0 commit comments