Skip to content

Commit 52638c5

Browse files
authored
Merge pull request #1339 from erikn69/patch-1
Bump laminas-diactoros, psr/http-message versions
2 parents 54674d5 + 3b88400 commit 52638c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
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"

0 commit comments

Comments
 (0)