Skip to content

Commit

Permalink
Allow Guzzle 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hexa2k9 authored Jan 3, 2023
1 parent 61163df commit e4aff09
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 @@ -6,7 +6,7 @@
"require": {
"php": "^8.1|^8.0|^7.4|^7.3|^7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.0"
"guzzlehttp/guzzle": "^6.5|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e4aff09

Please sign in to comment.