Skip to content

Commit

Permalink
Widen Guzzle requirement. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdorison authored Jun 21, 2023
1 parent 893351f commit 1fff113
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 @@ -23,7 +23,7 @@
"require": {
"php": ">=7.3",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.3"
"guzzlehttp/guzzle": "^6 || ^7"
},
"minimum-stability": "stable"
}

0 comments on commit 1fff113

Please sign in to comment.