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 ca037d6 commit a3b5affCopy full SHA for a3b5aff
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
All notable changes to `laravel-paystack-subscription` will be documented in this file
4
+## 1.2.3 - 2021-05-08
5
+- Updated `illuminate/database` as fix for the potential SQL injection vulnerability.
6
7
## 1.2.2 - 2021-04-27
8
- Fixed issue with creating new subscription due to changes in the Paystack API
composer.json
@@ -27,7 +27,7 @@
27
"dompdf/dompdf": "^0.8.5",
28
"guzzlehttp/guzzle": "^6.5",
29
"illuminate/contracts": "^7.15|^8.0",
30
- "illuminate/database": "^7.15|^8.0",
+ "illuminate/database": "^7.15|^8.40",
31
"illuminate/http": "^7.15|^8.0",
32
"illuminate/notifications": "^7.15|^8.0",
33
"illuminate/routing": "^7.15|^8.0",
0 commit comments