dependencies-upgrade

This commit is contained in:
RafficMohammed
2023-01-08 02:20:59 +05:30
parent 7870479b18
commit 49021a4497
1711 changed files with 74994 additions and 70803 deletions

View File

@@ -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.",