Skip to content

Commit 0f47a18

Browse files
authored
Added Laravel 5.7 support
1 parent 37bc2ad commit 0f47a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"illuminate/view": "~5.6.0",
22-
"illuminate/support": "~5.6.0",
23-
"illuminate/contracts": "~5.6.0",
21+
"illuminate/view": "~5.7.0",
22+
"illuminate/support": "~5.7.0",
23+
"illuminate/contracts": "~5.7.0",
2424
"php": "^7.1.3"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)