Skip to content

Commit d8db9fe

Browse files
Require guzzlehttp/guzzle ^7.15 and guzzlehttp/psr ^2.13 (#96)
* Update composer.json * Update CHANGELOG.md
1 parent 7608869 commit d8db9fe

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.5.3 - UPCOMING
4+
5+
* Require `guzzlehttp/guzzle` ^7.15 and `guzzlehttp/psr7` ^2.13
6+
37
## 1.5.2 - 2026-07-08
48

59
* Require `guzzlehttp/guzzle` ^7.13.3, `guzzlehttp/promises` ^2.5.1, and `guzzlehttp/psr7` ^2.12.4

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
],
2727
"require": {
2828
"php": "^7.2.5 || ^8.0",
29-
"guzzlehttp/guzzle": "^7.13.3",
29+
"guzzlehttp/guzzle": "^7.15",
3030
"guzzlehttp/promises": "^2.5.1",
31-
"guzzlehttp/psr7": "^2.12.4",
31+
"guzzlehttp/psr7": "^2.13",
3232
"symfony/deprecation-contracts": "^2.5 || ^3.0"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)