Skip to content

Commit

Permalink
Merge pull request #107 from Rastusik/psr_http_message_1_or_2
Browse files Browse the repository at this point in the history
Loosened requirement for psr/http-message -  ^1.0|^2.0
  • Loading branch information
ackintosh committed Aug 21, 2023
2 parents a4c08dc + a06d4c5 commit bc52a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": ">=8.0",
"psr/http-message": "~1.0"
"psr/http-message": "^1.0|^2.0"
},
"suggest": {
"guzzlehttp/guzzle": "Allows the usage of the Guzzle Middleware",
Expand All @@ -35,7 +35,7 @@
"php-vcr/phpunit-testlistener-vcr": "dev-php8 as 3.2.2",
"php-coveralls/php-coveralls": "~2.5",
"predis/predis": "^1.1",
"guzzlehttp/guzzle": "~6.5",
"guzzlehttp/guzzle": "^7.4.5",
"friendsofphp/php-cs-fixer": "^v3.1.0",
"vimeo/psalm" : "*",
"ext-redis": "~5.1",
Expand Down

0 comments on commit bc52a76

Please sign in to comment.