dependencies-upgrade
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yajra/laravel-datatables-oracle",
|
||||
"description": "jQuery DataTables API for Laravel 4|5",
|
||||
"description": "jQuery DataTables API for Laravel 5|6|7|8|9",
|
||||
"keywords": [
|
||||
"laravel",
|
||||
"dataTables",
|
||||
@@ -14,15 +14,15 @@
|
||||
}
|
||||
],
|
||||
"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"
|
||||
"php": "^7.1.3|^8",
|
||||
"illuminate/database": "5.8.*|^6|^7|^8|^9",
|
||||
"illuminate/filesystem": "5.8.*|^6|^7|^8|^9",
|
||||
"illuminate/http": "5.8.*|^6|^7|^8|^9",
|
||||
"illuminate/support": "5.8.*|^6|^7|^8|^9",
|
||||
"illuminate/view": "5.8.*|^6|^7|^8|^9"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^3.8"
|
||||
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0|^7.0"
|
||||
},
|
||||
"suggest": {
|
||||
"yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.",
|
||||
|
Reference in New Issue
Block a user