Skip to content

Commit 29280b6

Browse files
committed
Add Laravel 9 Support
1 parent e6c9b2c commit 29280b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"authors": [
77
{
8-
"name": "Syed Irfaq R.",
8+
"name": "Irfaq Syed",
99
"email": "[email protected]",
1010
"homepage": "https://lukonet.com",
1111
"role": "Developer"
@@ -14,12 +14,12 @@
1414
"require": {
1515
"php": "^7.2 || ^8.0",
1616
"guzzlehttp/guzzle": "^6.2 || ^7.0",
17-
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
18-
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0"
17+
"illuminate/notifications": "5.5 - 9",
18+
"illuminate/support": "5.5 - 9"
1919
},
2020
"require-dev": {
21-
"mockery/mockery": "^1.0",
22-
"phpunit/phpunit": "^7.5 || ^8.0"
21+
"mockery/mockery": "^1.3",
22+
"phpunit/phpunit": "^7.5 || ^8.5.21 || ^9.0"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"scripts": {
35-
"test": "vendor/bin/phpunit"
35+
"test": "phpunit"
3636
},
3737
"config": {
3838
"sort-packages": true

0 commit comments

Comments
 (0)