Skip to content

Commit 9db4e0e

Browse files
Bump dependencies for Laravel 9 (#137)
1 parent 882d842 commit 9db4e0e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

composer.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"description": "OneSignal Notifications driver",
44
"homepage": "https://github.com/laravel-notification-channels/onesignal",
55
"license": "MIT",
6-
"authors": [{
6+
"authors": [
7+
{
78
"name": "Marcel Pociot",
89
"email": "[email protected]",
910
"homepage": "http://marcelpociot.com"
@@ -14,26 +15,26 @@
1415
"homepage": "https://spatie.be"
1516
},
1617
{
17-
"name": "Lukas Kämmerling",
18-
"email": "[email protected]",
19-
"homepage": "https://lukas-kaemmerling.de"
18+
"name": "Lukas Kämmerling",
19+
"email": "[email protected]",
20+
"homepage": "https://lukas-kaemmerling.de"
2021
},
2122
{
22-
"name": "David Llop",
23-
"email": "[email protected]",
24-
"homepage": "http://davidllop.com"
23+
"name": "David Llop",
24+
"email": "[email protected]",
25+
"homepage": "http://davidllop.com"
2526
}
2627
],
2728
"require": {
2829
"php": "^7.2.0|^8.0",
2930
"berkayk/onesignal-laravel": "^1.0.0",
30-
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0",
31-
"illuminate/support": "5.*|^6.0|^7.0|^8.0"
31+
"illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0",
32+
"illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0"
3233
},
3334
"require-dev": {
3435
"mockery/mockery": "^1.3",
35-
"orchestra/testbench": "^4.0|^5.0",
36-
"phpunit/phpunit": "^8.0"
36+
"orchestra/testbench": "^4.0|^5.0|^7.0",
37+
"phpunit/phpunit": "^8.0|^9.5.10"
3738
},
3839
"autoload": {
3940
"psr-4": {

0 commit comments

Comments
 (0)