Skip to content

Commit

Permalink
Add support for psr/http-message version ^2.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored May 1, 2024
1 parent 6dbe0b9 commit 8b5bc3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Chg #96: Raise minimum PHP version to 8.1 (@vjik)
- Chg #98: Change log level from `warning` to `debug` for `LoginMiddleware` (@viktorprogger)
- Enh #93: Allow to use backed enumerations as permission name in `CurrentUser::can()` method (@vjik)
- Enh #90: Add support for `psr/http-message` version `^2.0` (@vjik)

## 2.1.0 December 05, 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 @@
"php": "^8.1",
"ext-json": "*",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"psr/http-factory": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",
Expand Down

0 comments on commit 8b5bc3f

Please sign in to comment.