Skip to content

Commit ef4dcd8

Browse files
committed
Set minimum version to Laravel 5.5+
Add support for Laravel 5.7
1 parent e94760f commit ef4dcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yajra/laravel-datatables-oracle": "8.*",
2020
"yajra/laravel-datatables-html": "3.*",
2121
"maatwebsite/excel": "^3.0",
22-
"illuminate/console": "5.5.*|5.6.*"
22+
"illuminate/console": "^5.5"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)