Skip to content

Commit a6e8c79

Browse files
Bump to Laravel 8. Drop support for Laravel 5
1 parent 378310f commit a6e8c79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unicodeveloper/laravel-paystack",
33
"description": "A Laravel Package for Paystack",
4-
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5", "laravel 6"],
4+
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 6", "laravel 7", "laravel 8"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -15,9 +15,9 @@
1515
],
1616
"minimum-stability": "stable",
1717
"require": {
18-
"php": "^7.0",
19-
"illuminate/support": "^5.8.15|^6.0|^7.0",
20-
"guzzlehttp/guzzle": "5.*|6.*"
18+
"php": "^7.2",
19+
"illuminate/support": "~6|~7|~8",
20+
"guzzlehttp/guzzle": "~6|~7"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit" : "^8.4|^9.0",

0 commit comments

Comments
 (0)