Skip to content

Commit 48b6a6d

Browse files
committed
Updated to support Laravel 5.4
1 parent b649cbd commit 48b6a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"require": {
1414
"php": ">=5.6.4",
1515
"guzzlehttp/guzzle": "~6.0",
16-
"illuminate/notifications": "5.3.*",
17-
"illuminate/support": "5.1.*|5.2.*|5.3.*"
16+
"illuminate/notifications": "5.3.*|5.4.*",
17+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)