Skip to content

Commit c308846

Browse files
authored
Merge pull request #114 from yajra/patch1
Add support for Laravel 8.
2 parents 0ba6c5e + 2ac6907 commit c308846

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.*|9.*",
2020
"yajra/laravel-datatables-html": "3.*|4.*",
2121
"maatwebsite/excel": "^3.0",
22-
"illuminate/console": "^5.5|^6|^7"
22+
"illuminate/console": "*"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)