|
3 | 3 | "description": "OneSignal Notifications driver", |
4 | 4 | "homepage": "https://github.com/laravel-notification-channels/onesignal", |
5 | 5 | "license": "MIT", |
6 | | - "authors": [{ |
| 6 | + "authors": [ |
| 7 | + { |
7 | 8 | "name": "Marcel Pociot", |
8 | 9 | |
9 | 10 | "homepage": "http://marcelpociot.com" |
|
14 | 15 | "homepage": "https://spatie.be" |
15 | 16 | }, |
16 | 17 | { |
17 | | - "name": "Lukas Kämmerling", |
18 | | - |
19 | | - "homepage": "https://lukas-kaemmerling.de" |
| 18 | + "name": "Lukas Kämmerling", |
| 19 | + |
| 20 | + "homepage": "https://lukas-kaemmerling.de" |
20 | 21 | }, |
21 | 22 | { |
22 | | - "name": "David Llop", |
23 | | - |
24 | | - "homepage": "http://davidllop.com" |
| 23 | + "name": "David Llop", |
| 24 | + |
| 25 | + "homepage": "http://davidllop.com" |
25 | 26 | } |
26 | 27 | ], |
27 | 28 | "require": { |
28 | 29 | "php": "^7.2.0|^8.0", |
29 | 30 | "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" |
32 | 33 | }, |
33 | 34 | "require-dev": { |
34 | 35 | "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" |
37 | 38 | }, |
38 | 39 | "autoload": { |
39 | 40 | "psr-4": { |
|
0 commit comments