Skip to content

Commit

Permalink
Merge pull request #1339 from erikn69/patch-1
Browse files Browse the repository at this point in the history
Bump laminas-diactoros, psr/http-message versions
  • Loading branch information
Sephster authored Jun 6, 2023
2 parents 54674d5 + 3b88400 commit 52638c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Bumped the versions for laminas/diactoros and psr/http-message to support
PSR-7 v2.0 (PR #1339)

## [8.5.1] - released 2023-04-04
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"league/event": "^2.2",
"league/uri": "^6.7",
"lcobucci/jwt": "^4.3 || ^5.0",
"psr/http-message": "^1.0.1",
"psr/http-message": "^1.0.1 || ^2.0",
"defuse/php-encryption": "^2.3",
"lcobucci/clock": "^2.2 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.6",
"laminas/laminas-diactoros": "^2.24.0",
"laminas/laminas-diactoros": "^3.0.0",
"phpstan/phpstan": "^0.12.57",
"phpstan/phpstan-phpunit": "^0.12.16",
"roave/security-advisories": "dev-master"
Expand Down

0 comments on commit 52638c5

Please sign in to comment.