Skip to content

Commit

Permalink
fix: updated guzzle requirement to v7
Browse files Browse the repository at this point in the history
necessary for magento 2.4.4 upgrade
  • Loading branch information
Maikel-Koek committed Oct 17, 2022
1 parent 1d21300 commit c814265
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "",
"require": {
"php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
"guzzlehttp/guzzle": "~6.0",
"prewk/xml-string-streamer": "^0.7.2",
"prewk/xml-string-streamer-guzzle": "^0.1.0",
"guzzlehttp/guzzle": "^7",
"prewk/xml-string-streamer": "^1.2",
"prewk/xml-string-streamer-guzzle": "^1.2",
"kevinrob/guzzle-cache-middleware": "^1.4",
"ecomdev/magento-psr6-bridge": "^0.2.1",
"symfony/stopwatch": "~4.0",
Expand Down

0 comments on commit c814265

Please sign in to comment.