Skip to content

Commit

Permalink
Fixing the Guzzle Version to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
toddcornett committed Jan 3, 2024
1 parent e48258d commit 4130ebd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 33 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"guzzlehttp/guzzle": "^7.0"
"guzzlehttp/guzzle": "~7.4.5"
},
"autoload": {
"psr-4": {
Expand Down
58 changes: 26 additions & 32 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4130ebd

Please sign in to comment.