Skip to content

Commit

Permalink
Merge pull request #2457 from lloricode/patch-1
Browse files Browse the repository at this point in the history
Preparation for laravel 8 support
  • Loading branch information
yajra authored Sep 9, 2020
2 parents 7ccbc89 + 57e16b7 commit 1de8da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jQuery DataTables API for Laravel 4|5|6|7
# jQuery DataTables API for Laravel 4|5|6|7|8

[![Join the chat at https://gitter.im/yajra/laravel-datatables](https://badges.gitter.im/yajra/laravel-datatables.svg)](https://gitter.im/yajra/laravel-datatables?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/yajra)
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.1.3",
"illuminate/database": "5.8.*|^6|^7",
"illuminate/filesystem": "5.8.*|^6|^7",
"illuminate/http": "5.8.*|^6|^7",
"illuminate/support": "5.8.*|^6|^7",
"illuminate/view": "5.8.*|^6|^7"
"illuminate/database": "5.8.*|^6|^7|^8",
"illuminate/filesystem": "5.8.*|^6|^7|^8",
"illuminate/http": "5.8.*|^6|^7|^8",
"illuminate/support": "5.8.*|^6|^7|^8",
"illuminate/view": "5.8.*|^6|^7|^8"
},
"require-dev": {
"orchestra/testbench": "^3.8"
Expand Down

0 comments on commit 1de8da5

Please sign in to comment.