Skip to content

Commit 165f9b9

Browse files
authored
Merge pull request #30 from jackcolley/master
Adding support for Laravel 5.6
2 parents 88ab5bc + eb22bfb commit 165f9b9

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
@@ -21,8 +21,8 @@
2121
"require": {
2222
"php": ">=5.6.4",
2323
"guzzlehttp/guzzle": "^6.2",
24-
"illuminate/notifications": "5.3.* || 5.4.* || 5.5.*",
25-
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.*"
24+
"illuminate/notifications": "5.3.* || 5.4.* || 5.5.* || 5.6.*",
25+
"illuminate/support": "5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.*"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)