Skip to content

Commit

Permalink
support for version 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
shunmugam committed Jul 21, 2020
1 parent d0da745 commit 704efff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<tr><td>5.6</td><td>>=2.1</td></tr>
<tr><td>5.7</td><td>>=2.1</td></tr>
<tr><td>5.8</td><td>>=2.2</td></tr>
<tr><td>6</td><td>>=2.3</td></tr>
<tr><td>7</td><td>>=2.3</td></tr>
</tbody>
</table>
<h1>Change Logs</h1>
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"files" : ["src/Helper.php"],
"minimum-stability": "stable",
"require": {
"laravelcollective/html": "~5.0",
"yajra/laravel-datatables-oracle": "~9.0",
"unisharp/laravel-filemanager": "^1.8"
"laravelcollective/html": "~6.0",
"yajra/laravel-datatables-oracle": "^9.10",
"unisharp/laravel-filemanager": "^2.1.0"
},
"require-dev": {

Expand Down

0 comments on commit 704efff

Please sign in to comment.