Skip to content

Navigation Menu

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 3aafa89

Browse filesBrowse files
Merge pull request #184 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 4c50abd + aba26be commit 3aafa89
Copy full SHA for 3aafa89

File tree

1 file changed

+62
-62
lines changed
Filter options

1 file changed

+62
-62
lines changed

‎composer.json

Copy file name to clipboard
+62-62Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"name": "unicodeveloper/laravel-paystack",
3-
"description": "A Laravel Package for Paystack",
4-
"keywords": [
5-
"php",
6-
"github",
7-
"laravel",
8-
"Open Source",
9-
"payments",
10-
"subscription",
11-
"paystack",
12-
"paystack.co",
13-
"laravel 6",
14-
"laravel 7",
15-
"laravel 8"
16-
],
17-
"license": "MIT",
18-
"authors": [
19-
{
20-
"name": "unicodeveloper",
21-
"email": "prosperotemuyiwa@gmail.com"
22-
},
23-
{
24-
"name": "iamfunsho",
25-
"email": "info@devfunsho.com"
26-
}
27-
],
28-
"minimum-stability": "stable",
29-
"require": {
30-
"php": "^7.2|^8.0|^8.1",
31-
"illuminate/support": "~6|~7|~8|~9|^10.0",
32-
"guzzlehttp/guzzle": "~6|~7|~8|~9"
33-
},
34-
"require-dev": {
35-
"phpunit/phpunit": "^8.4|^9.0",
36-
"scrutinizer/ocular": "~1.1",
37-
"php-coveralls/php-coveralls": "^2.0",
38-
"mockery/mockery": "^1.3"
39-
},
40-
"autoload": {
41-
"files": [
42-
"src/Support/helpers.php"
2+
"name": "unicodeveloper/laravel-paystack",
3+
"description": "A Laravel Package for Paystack",
4+
"keywords": [
5+
"php",
6+
"github",
7+
"laravel",
8+
"Open Source",
9+
"payments",
10+
"subscription",
11+
"paystack",
12+
"paystack.co",
13+
"laravel 6",
14+
"laravel 7",
15+
"laravel 8"
4316
],
44-
"psr-4": {
45-
"Unicodeveloper\\Paystack\\": "src/"
46-
}
47-
},
48-
"autoload-dev": {
49-
"psr-4": {
50-
"Unicodeveloper\\Paystack\\Test\\": "tests"
51-
}
52-
},
53-
"scripts": {
54-
"test": "vendor/bin/phpunit"
55-
},
56-
"extra": {
57-
"laravel": {
58-
"providers": [
59-
"Unicodeveloper\\Paystack\\PaystackServiceProvider"
60-
],
61-
"aliases": {
62-
"Paystack": "Unicodeveloper\\Paystack\\Facades\\Paystack"
63-
}
17+
"license": "MIT",
18+
"authors": [
19+
{
20+
"name": "unicodeveloper",
21+
"email": "prosperotemuyiwa@gmail.com"
22+
},
23+
{
24+
"name": "iamfunsho",
25+
"email": "info@devfunsho.com"
26+
}
27+
],
28+
"minimum-stability": "stable",
29+
"require": {
30+
"php": "^7.2|^8.0|^8.1",
31+
"illuminate/support": "~6|~7|~8|~9|^10.0|^11.0",
32+
"guzzlehttp/guzzle": "~6|~7|~8|~9"
33+
},
34+
"require-dev": {
35+
"phpunit/phpunit": "^8.4|^9.0|^10.5",
36+
"scrutinizer/ocular": "~1.1",
37+
"php-coveralls/php-coveralls": "^2.0",
38+
"mockery/mockery": "^1.3"
39+
},
40+
"autoload": {
41+
"files": [
42+
"src/Support/helpers.php"
43+
],
44+
"psr-4": {
45+
"Unicodeveloper\\Paystack\\": "src/"
46+
}
47+
},
48+
"autoload-dev": {
49+
"psr-4": {
50+
"Unicodeveloper\\Paystack\\Test\\": "tests"
51+
}
52+
},
53+
"scripts": {
54+
"test": "vendor/bin/phpunit"
55+
},
56+
"extra": {
57+
"laravel": {
58+
"providers": [
59+
"Unicodeveloper\\Paystack\\PaystackServiceProvider"
60+
],
61+
"aliases": {
62+
"Paystack": "Unicodeveloper\\Paystack\\Facades\\Paystack"
63+
}
64+
}
6465
}
65-
}
6666
}

0 commit comments

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