Skip to content

Commit

Permalink
Merge pull request #83 from idoqo/master
Browse files Browse the repository at this point in the history
Adds Laravel 6.* Compatibility
  • Loading branch information
unicodeveloper authored Jan 27, 2020
2 parents d741744 + 84ad24e commit cf94c0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-paystack.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-paystack)
[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-paystack.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-paystack)

> A Laravel 5 Package for working with Paystack seamlessly
> A Laravel Package for working with Paystack seamlessly
## Installation

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unicodeveloper/laravel-paystack",
"description": "A Laravel 5 Package for Paystack",
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5"],
"description": "A Laravel Package for Paystack",
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5", "laravel 6"],
"license": "MIT",
"authors": [
{
Expand All @@ -16,7 +16,7 @@
"minimum-stability": "stable",
"require": {
"php": "^5.4.0|^7.0",
"illuminate/support": "5.*",
"illuminate/support": "5.*|6.*",
"guzzlehttp/guzzle": "5.*|6.*"
},
"require-dev": {
Expand Down

0 comments on commit cf94c0d

Please sign in to comment.