Skip to content

Commit

Permalink
Update psr/http-message requirement from ^1.0 to ^2.0 (#202)
Browse files Browse the repository at this point in the history
* Update psr/http-message requirement from ^1.0 to ^2.0

Updates the requirements on [psr/http-message](https://github.com/php-fig/http-message) to permit the latest version.
- [Release notes](https://github.com/php-fig/http-message/releases)
- [Changelog](https://github.com/php-fig/http-message/blob/master/CHANGELOG.md)
- [Commits](php-fig/http-message@1.0...2.0)

---
updated-dependencies:
- dependency-name: psr/http-message
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update composer.json

* Update CHANGELOG.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergei Predvoditelev <sergei@predvoditelev.ru>
  • Loading branch information
dependabot[bot] and vjik committed Jun 6, 2023
1 parent 5cc8e72 commit d7a31ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## 3.0.1 under development

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

## 3.0.0 February 17, 2023

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"php": "^8.0",
"psr/event-dispatcher": "^1.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",
"yiisoft/http": "^1.2",
Expand Down

0 comments on commit d7a31ab

Please sign in to comment.