Skip to content

Commit

Permalink
Revert guzzle lib to version 6
Browse files Browse the repository at this point in the history
  • Loading branch information
simkesd committed Dec 30, 2021
1 parent 3c6c384 commit ced220b
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 @@ -13,7 +13,7 @@
"php": ">=7.2",
"ext-json": "*",
"myclabs/php-enum": "1.*",
"guzzlehttp/guzzle": "7.*",
"guzzlehttp/guzzle": "^6.0.0",
"justinrainbow/json-schema": "^5.2.10"
},
"require-dev": {
Expand Down

1 comment on commit ced220b

@M1ke
Copy link
Member

@M1ke M1ke commented on ced220b Feb 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's interesting that this commit required no other changes to the library. I wonder could it be modified to ^6|^7 instead, and then a PR made so that the library supports both in the upstream.

Please sign in to comment.