File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " yajra/laravel-datatables-html" ,
3- "description" : " Laravel DataTables HTML builder plugin for Laravel 5.4+. " ,
3+ "description" : " Laravel DataTables HTML builder plugin" ,
44 "keywords" : [
5+ " yajra" ,
56 " laravel" ,
67 " dataTables" ,
78 " jquery" ,
1617 }
1718 ],
1819 "require" : {
19- "php" : " ^8.1 " ,
20+ "php" : " ^8.2 " ,
2021 "ext-json" : " *" ,
21- "yajra/laravel-datatables-oracle" : " ^10 .0"
22+ "yajra/laravel-datatables-oracle" : " ^11 .0"
2223 },
2324 "require-dev" : {
24- "nunomaduro /larastan" : " ^2.4 " ,
25- "orchestra/testbench" : " ^7.21 "
25+ "larastan /larastan" : " ^2.9.1 " ,
26+ "orchestra/testbench" : " ^9 "
2627 },
2728 "autoload" : {
2829 "psr-4" : {
Original file line number Diff line number Diff line change 11includes:
2- - ./vendor/nunomaduro /larastan/extension.neon
2+ - ./vendor/larastan /larastan/extension.neon
33
44parameters:
55
@@ -15,4 +15,4 @@ parameters:
1515
1616 checkMissingIterableValueType: false
1717
18- checkGenericClassInNonGenericObjectType: false
18+ checkGenericClassInNonGenericObjectType: false
You can’t perform that action at this time.
0 commit comments