Skip to content

Commit

Permalink
Add support for psr/http-message version ^2.0 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored May 1, 2024
1 parent a8dd0fb commit c3fe1e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
| Is bugfix? | ✔️/❌
| New feature? | ✔️/❌
| Breaks BC? | ✔️/❌
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.1.1 under development

- no changes in this release.
- Enh #55: Add support for `psr/http-message` version `^2.0` (@vjik)

## 2.1.0 February 08, 2024

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ext-hash": "*",
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-message-implementation": "1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
Expand Down

0 comments on commit c3fe1e2

Please sign in to comment.