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 a6e8c79

Browse filesBrowse files
Bump to Laravel 8. Drop support for Laravel 5
1 parent 378310f commit a6e8c79
Copy full SHA for a6e8c79

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unicodeveloper/laravel-paystack",
33
"description": "A Laravel Package for Paystack",
4-
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 5", "laravel 6"],
4+
"keywords": ["php","github", "laravel","Open Source","payments", "subscription", "paystack", "paystack.co","laravel 6", "laravel 7", "laravel 8"],
55
"license": "MIT",
66
"authors": [
77
{
@@ -15,9 +15,9 @@
1515
],
1616
"minimum-stability": "stable",
1717
"require": {
18-
"php": "^7.0",
19-
"illuminate/support": "^5.8.15|^6.0|^7.0",
20-
"guzzlehttp/guzzle": "5.*|6.*"
18+
"php": "^7.2",
19+
"illuminate/support": "~6|~7|~8",
20+
"guzzlehttp/guzzle": "~6|~7"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit" : "^8.4|^9.0",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.