Skip to content

Commit bb416e1

Browse files
Updated Laravel dependencies to 5.6
1 parent 307736c commit bb416e1

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.*|5.4.*|5.5.*",
17-
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
16+
"illuminate/notifications": "5.3.*|5.4.*|5.5.*|5.6.*",
17+
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)