Skip to content

Commit 84ad24e

Browse files
authored
Merge pull request #1 from idoqo/laravel-6
upgraded packages for Laravel 6.* compatibility
2 parents d741744 + b812d1c commit 84ad24e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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)