Skip to content

Commit

Permalink
Fix: use guzzle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostscypher committed Aug 27, 2024
1 parent 651ac88 commit 69a69d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"php": "^7.4|^8.0",
"ext-json": "*",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^7.3",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|8.0|^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.0"
Expand Down

0 comments on commit 69a69d5

Please sign in to comment.