Skip to content

Commit

Permalink
fix(kobo): Switch from guzzle to guzzlehttp/guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusa87 committed May 25, 2024
1 parent 9388e17 commit 1c7c020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 99 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"doctrine/orm": "^2.14",
"gedmo/doctrine-extensions": "^3.11",
"gemorroj/archive7z": "^5.6",
"guzzle/guzzle": "^3.8",
"guzzlehttp/guzzle": "^7.8",
"jms/serializer": "^3.30",
"kiwilan/php-ebook": "^2.0",
"knplabs/knp-menu-bundle": "^3.2",
Expand Down
99 changes: 1 addition & 98 deletions composer.lock

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

0 comments on commit 1c7c020

Please sign in to comment.