We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176b7bf commit 8986022Copy full SHA for 8986022
composer.json
@@ -18,9 +18,9 @@
18
],
19
"require": {
20
"php": ">=7.4|8.*",
21
- "yajra/laravel-datatables-buttons": "4.*",
22
- "yajra/laravel-datatables-html": "^4.40",
23
- "livewire/livewire": "2.*",
+ "yajra/laravel-datatables-buttons": "4.*|9.*",
+ "yajra/laravel-datatables-html": "^4.40|9.*",
+ "livewire/livewire": "2.*|3.*",
24
"box/spout": "^3.3"
25
},
26
"require-dev": {
0 commit comments