Skip to content

Commit a79a273

Browse files
committed
trying to fix phpstan errors v2
1 parent 3ad9597 commit a79a273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
},
2424
"require-dev": {
2525
"nunomaduro/larastan": "^2.1",
26-
"orchestra/testbench": "^7.3"
26+
"orchestra/testbench": "^7.3",
27+
"yajra/laravel-datatables-html": "^9.0"
2728
},
2829
"suggest": {
2930
"yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTables.",

0 commit comments

Comments
 (0)