Skip to content

Commit

Permalink
Merge pull request #507 from mattwire/guzzle
Browse files Browse the repository at this point in the history
Use core Guzzle dependencies
  • Loading branch information
mattwire authored Mar 30, 2022
2 parents 64d10a0 + e5a6c8d commit 1e1e3ec
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 165 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"require": {
"intervention/image": "^2.4"
},
"replace": {
"guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "^1.8.5"
}
}
184 changes: 19 additions & 165 deletions composer.lock

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

0 comments on commit 1e1e3ec

Please sign in to comment.