Skip to content

Commit

Permalink
Laravel 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aginev committed Jul 30, 2020
1 parent c819f35 commit d6c6710
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Datagrid package for Laravel v5",
"keywords": [
"Datagrid",
"Datagrid Package for Laravel v5"
"Datagrid Package for Laravel v5+"
],
"homepage": "http://aginev.com",
"license": "MIT",
Expand All @@ -19,10 +19,10 @@
}
},
"require": {
"php": "^7.2",
"illuminate/support": "^6.0",
"illuminate/contracts": "^6.0",
"illuminate/view": "^6.0",
"php": "^7.2.5",
"illuminate/support": "^7.0",
"illuminate/contracts": "^7.0",
"illuminate/view": "^7.0",
"laravelcollective/html": "^6.0"
}
}

0 comments on commit d6c6710

Please sign in to comment.