Skip to content

Commit

Permalink
Bump to Laravel 8. Drop support for Laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
unicodeveloper authored Sep 26, 2020
1 parent 378310f commit a6e8c79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unicodeveloper/laravel-paystack",
"description": "A Laravel Package for Paystack",
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5", "laravel 6"],
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 6", "laravel 7", "laravel 8"],
"license": "MIT",
"authors": [
{
Expand All @@ -15,9 +15,9 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.0",
"illuminate/support": "^5.8.15|^6.0|^7.0",
"guzzlehttp/guzzle": "5.*|6.*"
"php": "^7.2",
"illuminate/support": "~6|~7|~8",
"guzzlehttp/guzzle": "~6|~7"
},
"require-dev": {
"phpunit/phpunit" : "^8.4|^9.0",
Expand Down

0 comments on commit a6e8c79

Please sign in to comment.