Skip to content

Commit

Permalink
chore(deps): drop php-http/client-common v1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Nov 30, 2023
1 parent 13c0634 commit 08daf42
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 @@ -28,7 +28,7 @@
},
"require": {
"php": "^8.2",
"guzzlehttp/promises": "^1.5.3 || ^2.0",
"guzzlehttp/promises": "^2.0",
"php-http/client-common": "^2.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand All @@ -48,7 +48,7 @@
"phpunit/phpunit": "^10.1",
"psalm/plugin-phpunit": "0.18.4",
"roave/infection-static-analysis-plugin": "^1.6",
"symfony/http-client": "^6.0",
"symfony/http-client": "^6.4",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"vimeo/psalm": "^5.0.0"
},
Expand Down

0 comments on commit 08daf42

Please sign in to comment.