Skip to content

Commit

Permalink
Update http message version
Browse files Browse the repository at this point in the history
  • Loading branch information
akDeveloper committed Jun 24, 2023
1 parent 6e60ace commit 6740dc1
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 @@ -13,10 +13,10 @@
"require": {
"php": ">=8.1",
"ext-curl": "*",
"php-http/discovery": "^1.15",
"php-http/discovery": "^1.19",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "~1.0"
"psr/http-message": "^1.0"
},
"require-dev": {
"laminas/laminas-diactoros": "^2.0",
Expand Down

0 comments on commit 6740dc1

Please sign in to comment.