Skip to content

Commit 07ff666

Browse files
committed
feat: laravel 10 support
1 parent 8073cd2 commit 07ff666

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
],
1919
"require": {
2020
"php": ">=7.4|8.*",
21-
"yajra/laravel-datatables-buttons": "4.*|9.*",
21+
"yajra/laravel-datatables-buttons": "4.*|9.*|10.*",
2222
"livewire/livewire": "2.*|3.*",
2323
"openspout/openspout": "^3",
2424
"ext-json": "*"
2525
},
2626
"require-dev": {
27-
"maatwebsite/excel": "^3.1.40",
28-
"nunomaduro/larastan": "^1.0|^2.2",
29-
"orchestra/testbench": "6.*|^7.3"
27+
"maatwebsite/excel": "^3.1.47",
28+
"nunomaduro/larastan": "^1.0|^2.4.1",
29+
"orchestra/testbench": "6.*|^7.3|8.*"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)