|
1 | 1 | { |
2 | 2 | "name": "yajra/laravel-datatables-oracle", |
3 | | - "description": "jQuery DataTables API for Laravel 4|5|6|7|8|9", |
| 3 | + "description": "jQuery DataTables API for Laravel 4|5|6|7|8|9|10", |
4 | 4 | "keywords": [ |
5 | 5 | "laravel", |
6 | 6 | "dataTables", |
|
15 | 15 | ], |
16 | 16 | "require": { |
17 | 17 | "php": "^8.0.2", |
18 | | - "illuminate/database": "^9", |
19 | | - "illuminate/filesystem": "^9", |
20 | | - "illuminate/http": "^9", |
21 | | - "illuminate/support": "^9", |
22 | | - "illuminate/view": "^9" |
| 18 | + "illuminate/database": "^9|^10", |
| 19 | + "illuminate/filesystem": "^9|^10", |
| 20 | + "illuminate/http": "^9|^10", |
| 21 | + "illuminate/support": "^9|^10", |
| 22 | + "illuminate/view": "^9|^10" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | | - "nunomaduro/larastan": "^2.1", |
26 | | - "orchestra/testbench": "^7.3", |
27 | | - "yajra/laravel-datatables-html": "^9.0" |
| 25 | + "nunomaduro/larastan": "^2.4", |
| 26 | + "orchestra/testbench": "^7.21", |
| 27 | + "yajra/laravel-datatables-html": "^9.3.4|^10" |
28 | 28 | }, |
29 | 29 | "suggest": { |
30 | 30 | "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.", |
|
0 commit comments