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.
1 parent 26ff0b7 commit 20c3da4Copy full SHA for 20c3da4
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to `laravel-paystack-webhooks` will be documented in this file
4
5
-## 1.0.0 - 2020-07-16
+## 1.2.0 2021-07-16
6
+- Support for Guzzle 7.3
7
8
+## 1.1.0 2020-09-10
9
+- Support for Laravel 8.0
10
+
11
+## 1.0.0 - 2020-07-17
12
- initial release
13
composer.json
@@ -22,7 +22,7 @@
22
"require": {
23
"php": "^7.4",
24
"ext-json": "^7.4",
25
- "guzzlehttp/guzzle": "^6.5",
+ "guzzlehttp/guzzle": "^7.3",
26
"illuminate/contracts": "^7.15|^8.0",
27
"illuminate/http": "^7.15|^8.0",
28
"illuminate/notifications": "^7.15|^8.0",
0 commit comments