Skip to content

Commit

Permalink
Fix #143: Add support for psr/http-message version ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bautrukevich authored Jun 4, 2024
1 parent 3486414 commit ee7e406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Yii Debug API Change Log

## 1.0.1 under development

- Enh #143: Add support for `psr/http-message` version `^2.0` (@bautrukevich)

## 1.0.0 under development

- Initial release.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"httpsoft/http-message": "^1.1",
"psr/container": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/simple-cache": "^2.0|^3.0",
Expand Down

0 comments on commit ee7e406

Please sign in to comment.