We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c17dc24 + f08420f commit a5b40dcCopy full SHA for a5b40dc
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### 1.0.6
4
+* Changed `guzzlehttp/guzzle` version bound to be backwards compatible.
5
+
6
### 1.0.5
7
* BUG: Fixed wrong usage of `DateTime` generation. Now `DateTimeInterface` is used.
8
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": "^7.3 || ^8.0",
16
- "guzzlehttp/guzzle": "^7.3",
+ "guzzlehttp/guzzle": ">=6.3",
17
"symfony/serializer": "^3.0 || ^4.0 || ^5.0",
18
"doctrine/collections": "^1.6",
19
"symfony/yaml": "^3.0 || ^4.0 || ^5.0",
0 commit comments