Skip to content

Commit

Permalink
Merge pull request #6 from ajgarlag/feature/psr-http-message-2
Browse files Browse the repository at this point in the history
Add support for psr/http-message:^2
  • Loading branch information
ajgarlag authored Aug 24, 2023
2 parents f909fd3 + e4a5e9d commit ef85139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added
- Add support for psr/http-message:^2

## [0.4.2] - 2023-08-24

### Removed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prefer-stable": true,
"require": {
"php": ">=8.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit ef85139

Please sign in to comment.