Skip to content

Commit 20c3da4

Browse files
committed
support for guzzle 7.3
1 parent 26ff0b7 commit 20c3da4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `laravel-paystack-webhooks` will be documented in this file
44

5-
## 1.0.0 - 2020-07-16
5+
## 1.2.0 2021-07-16
6+
- Support for Guzzle 7.3
67

8+
## 1.1.0 2020-09-10
9+
- Support for Laravel 8.0
10+
11+
## 1.0.0 - 2020-07-17
712
- initial release
13+

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.4",
2424
"ext-json": "^7.4",
25-
"guzzlehttp/guzzle": "^6.5",
25+
"guzzlehttp/guzzle": "^7.3",
2626
"illuminate/contracts": "^7.15|^8.0",
2727
"illuminate/http": "^7.15|^8.0",
2828
"illuminate/notifications": "^7.15|^8.0",

0 commit comments

Comments
 (0)