Skip to content

Commit 2f516da

Browse files
committed
Add support for Laravel 5.4
1 parent 7728893 commit 2f516da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"require": {
1919
"php": ">=5.6.4",
2020
"berkayk/onesignal-laravel": "^0.9.3",
21-
"illuminate/notifications": "5.3.*",
22-
"illuminate/support": "5.1.*|5.2.*|5.3.*"
21+
"illuminate/notifications": "5.3.*|5.4.*",
22+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)