Skip to content

Commit

Permalink
Add support for Laravel 5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Sep 5, 2018
1 parent bb53098 commit 9500744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -18,10 +18,10 @@
],
"require": {
"php": ">=7.0",
"illuminate/console": "5.5.*|5.6.*",
"illuminate/database": "5.5.*|5.6.*",
"illuminate/http": "5.5.*|5.6.*",
"illuminate/validation": "5.5.*|5.6.*",
"illuminate/console": "5.5.*|5.6.*|5.7.*",
"illuminate/database": "5.5.*|5.6.*|5.7.*",
"illuminate/http": "5.5.*|5.6.*|5.7.*",
"illuminate/validation": "5.5.*|5.6.*|5.7.*",
"yajra/laravel-datatables-buttons": "3.*|4.*"
},
"require-dev": {
Expand Down

0 comments on commit 9500744

Please sign in to comment.