Skip to content

Commit

Permalink
Fix: psr-http version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomglvng authored Sep 23, 2024
1 parent df1c53b commit 8b2a907
Show file tree
Hide file tree
Showing 20 changed files with 350 additions and 500 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=8.0",
"psr/http-message": "^1.0",
"psr/http-message": "^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message-implementation": "^1.0|^2.0",
Expand All @@ -37,7 +37,7 @@
"symfony/yaml": "^4.2",
"donatj/mock-webserver": "^2.0",
"http-interop/http-factory-guzzle": "^1.0",
"php-http/guzzle6-adapter": "^2.0",
"php-http/guzzle7-adapter": "^1.0",
"rector/rector": "^0.14.6",
"symplify/easy-coding-standard": "^11.1"
},
Expand Down
Loading

0 comments on commit 8b2a907

Please sign in to comment.