Skip to content

Commit

Permalink
Update psr/http-message requirement from ^1.0 to ^1.0 || ^2.0
Browse files Browse the repository at this point in the history
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:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and henriquemoody committed Feb 23, 2024
1 parent 74fd472 commit 85bff04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.5",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"respect/coding-standard": "^4.0",
"sokil/php-isocodes": "^4.2",
"sokil/php-isocodes-db-only": "^4.0",
Expand Down

0 comments on commit 85bff04

Please sign in to comment.