Skip to content

Commit

Permalink
Add support for psr/http-message version ^2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 7, 2024
1 parent 85a6ff1 commit de1b819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## 2.2.1 under development

- Enh #58: Support stream output headers (@xepozz)
- Enh #64: Don't use buffered output in `SapiEmitter` when body size is less than buffer (@Gerych1984, @vjik)
- Enh #64: Don't use buffered output in `SapiEmitter` when body size is less than buffer (@Gerych1984, @vjik)
- Enh #65: Add support for `psr/http-message` version `^2.0` (@vjik)

## 2.2.0 December 25, 2023

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"require": {
"php": "^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0 ",
"yiisoft/config": "^1.1",
"yiisoft/definitions": "^1.0|^2.0|^3.0",
"yiisoft/di": "^1.0",
Expand Down

0 comments on commit de1b819

Please sign in to comment.