Skip to content

Commit ed38e0b

Browse files
committed
Updated Laravel dependencies to support v5.6
1 parent ff979e4 commit ed38e0b

File tree

2 files changed

+1659
-1657
lines changed

2 files changed

+1659
-1657
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=7.0",
14-
"illuminate/support": "5.4.* || 5.5.*",
15-
"illuminate/http": "5.4.* || 5.5.*",
14+
"illuminate/support": "5.4.* || 5.5.* || 5.6.*",
15+
"illuminate/http": "5.4.* || 5.5.* || 5.6.*",
1616
"intervention/image": "^2.4"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)