Skip to content

Commit 8a6437a

Browse files
committed
BUG: yajra datatables 9.* is required with Laravel 5.8
1 parent e202a94 commit 8a6437a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"laravelcollective/html": "^5.1",
99
"illuminate/support": "^5.1",
1010
"intervention/image": "^2.4",
11-
"yajra/laravel-datatables-oracle": "^6.0|^8.0",
11+
"yajra/laravel-datatables-oracle": "^6.0 || ^7.0 || ^8.0 || ^9.0",
1212
"jenssegers/date": "^3.0",
1313
"mews/purifier": "^2.0",
1414
"doctrine/dbal": "^2.5"

0 commit comments

Comments
 (0)