Skip to content

Commit d7f7d26

Browse files
committed
build: Laravel 10 compatibility
1 parent ad60c4a commit d7f7d26

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
44
"keywords": [
55
"laravel",
66
"dataTables",
@@ -15,16 +15,16 @@
1515
],
1616
"require": {
1717
"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"
2323
},
2424
"require-dev": {
2525
"nunomaduro/larastan": "^2.1",
2626
"orchestra/testbench": "^7.3",
27-
"yajra/laravel-datatables-html": "^9.0"
27+
"yajra/laravel-datatables-html": "^9|^10"
2828
},
2929
"suggest": {
3030
"yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.",

0 commit comments

Comments
 (0)