We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcb779 commit 13e6f97Copy full SHA for 13e6f97
composer.json
@@ -14,8 +14,8 @@
14
"require": {
15
"php": ">=5.6.4",
16
"guzzlehttp/guzzle": "^6.2",
17
- "illuminate/notifications": "5.3.*|5.4.*",
18
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
+ "illuminate/notifications": "5.3.*|5.4.*|5.5.*",
+ "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
19
},
20
"require-dev": {
21
"mockery/mockery": "^0.9.5",
@@ -35,6 +35,14 @@
35
"test": "vendor/bin/phpunit"
36
37
"config": {
38
+ "preferred-install": "dist",
39
"sort-packages": true
40
+ },
41
+ "extra": {
42
+ "laravel": {
43
+ "providers": [
44
+ "NotificationChannels\\Pushbullet\\PushbulletServiceProvider"
45
+ ]
46
+ }
47
}
48
0 commit comments