From b812d1cd3654c7fc3f6d313f2fddf61444a2baa9 Mon Sep 17 00:00:00 2001 From: idoko Date: Tue, 1 Oct 2019 03:05:55 +0100 Subject: [PATCH] upgraded packages for Laravel 6.* compatibility --- README.md | 2 +- composer.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbc84f1..134ef7a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/composer.json b/composer.json index 9b4eb51..67e2c32 100644 --- a/composer.json +++ b/composer.json @@ -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": [ { @@ -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": {