Skip to content

Commit a5b40dc

Browse files
authored
Merge pull request #3 from LabyMod/scrummer-patch-versions
Fixed guzzlehttp version bound
2 parents c17dc24 + f08420f commit a5b40dc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 1.0.6
4+
* Changed `guzzlehttp/guzzle` version bound to be backwards compatible.
5+
36
### 1.0.5
47
* BUG: Fixed wrong usage of `DateTime` generation. Now `DateTimeInterface` is used.
58

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.3 || ^8.0",
16-
"guzzlehttp/guzzle": "^7.3",
16+
"guzzlehttp/guzzle": ">=6.3",
1717
"symfony/serializer": "^3.0 || ^4.0 || ^5.0",
1818
"doctrine/collections": "^1.6",
1919
"symfony/yaml": "^3.0 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)