Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf94c0d

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

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines 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

Copy file name to clipboardExpand all lines: composer.json
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.