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/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+ ### Changed
9
+ - Bumped the versions for laminas/diactoros and psr/http-message to support
10
+ PSR-7 v2.0 (PR #1339 )
8
11
9
12
## [ 8.5.1] - released 2023-04-04
10
13
### Fixed
Original file line number Diff line number Diff line change 9
9
"league/event" : " ^2.2" ,
10
10
"league/uri" : " ^6.7" ,
11
11
"lcobucci/jwt" : " ^4.3 || ^5.0" ,
12
- "psr/http-message" : " ^1.0.1" ,
12
+ "psr/http-message" : " ^1.0.1 || ^2.0 " ,
13
13
"defuse/php-encryption" : " ^2.3" ,
14
14
"lcobucci/clock" : " ^2.2 || ^3.0"
15
15
},
16
16
"require-dev" : {
17
17
"phpunit/phpunit" : " ^9.6.6" ,
18
- "laminas/laminas-diactoros" : " ^2.24 .0" ,
18
+ "laminas/laminas-diactoros" : " ^3.0 .0" ,
19
19
"phpstan/phpstan" : " ^0.12.57" ,
20
20
"phpstan/phpstan-phpunit" : " ^0.12.16" ,
21
21
"roave/security-advisories" : " dev-master"
You can’t perform that action at this time.
0 commit comments