Skip to content

Commit aba26be

Browse files
committed
Bump dependencies for Laravel 11
1 parent 4c50abd commit aba26be

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

composer.json

+62-62
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)