Skip to content

Commit cf94c0d

Browse files
Merge pull request #83 from idoqo/master
Adds Laravel 6.* Compatibility
2 parents d741744 + 84ad24e commit cf94c0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Quality Score](https://img.shields.io/scrutinizer/g/unicodeveloper/laravel-paystack.svg?style=flat-square)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-paystack)
77
[![Total Downloads](https://img.shields.io/packagist/dt/unicodeveloper/laravel-paystack.svg?style=flat-square)](https://packagist.org/packages/unicodeveloper/laravel-paystack)
88

9-
> A Laravel 5 Package for working with Paystack seamlessly
9+
> A Laravel Package for working with Paystack seamlessly
1010
1111
## Installation
1212

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unicodeveloper/laravel-paystack",
3-
"description": "A Laravel 5 Package for Paystack",
4-
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5"],
3+
"description": "A Laravel Package for Paystack",
4+
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5", "laravel 6"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -16,7 +16,7 @@
1616
"minimum-stability": "stable",
1717
"require": {
1818
"php": "^5.4.0|^7.0",
19-
"illuminate/support": "5.*",
19+
"illuminate/support": "5.*|6.*",
2020
"guzzlehttp/guzzle": "5.*|6.*"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)