Skip to content

Commit

Permalink
Support http-message 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilddev committed Jun 7, 2024
1 parent 2db23c3 commit 1030720
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.1 || ^8.0",
"psr/http-message": "^1.0",
"psr/http-message": "2.0",
"psr/http-client": "^1.0",
"php-http/httplug": "^1.1 || ^2.0",
"symfony/options-resolver": "^3.4 || ^4.0 || ^5.0 || ^6.0",
Expand All @@ -32,8 +32,8 @@
"phpunit/phpunit": "^7.5 || ^9.4"
},
"provide": {
"php-http/client-implementation": "1.0",
"psr/http-client-implementation": "1.0"
"php-http/client-implementation": "2.0",
"psr/http-client-implementation": "2.0"
},
"suggest": {
"ext-curl": "To use our cUrl clients",
Expand Down

0 comments on commit 1030720

Please sign in to comment.