Skip to content

Commit 13e6f97

Browse files
author
Alexey Plekhanov
committed
Allow auto discover for Laravel 5.5
1 parent dbcb779 commit 13e6f97

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"require": {
1515
"php": ">=5.6.4",
1616
"guzzlehttp/guzzle": "^6.2",
17-
"illuminate/notifications": "5.3.*|5.4.*",
18-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
17+
"illuminate/notifications": "5.3.*|5.4.*|5.5.*",
18+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
1919
},
2020
"require-dev": {
2121
"mockery/mockery": "^0.9.5",
@@ -35,6 +35,14 @@
3535
"test": "vendor/bin/phpunit"
3636
},
3737
"config": {
38+
"preferred-install": "dist",
3839
"sort-packages": true
40+
},
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"NotificationChannels\\Pushbullet\\PushbulletServiceProvider"
45+
]
46+
}
3947
}
4048
}

0 commit comments

Comments
 (0)