-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
43 lines (43 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "emmanuel/livewire-datatable-bs4",
"description": "Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4",
"keywords": [
"mediconesystems",
"livewire",
"datatables",
"tables",
"laravel",
"bootstrap",
"bootstrap4",
"bs",
"bs4"
],
"type": "library",
"require": {
"mediconesystems/livewire-datatables": "^0.6.6|^0.5.4|^0.4.3|dev-master",
"league/flysystem": "^1.1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^6.17"
},
"license": "MIT",
"authors": [
{
"name": "EmmanuelAyTuz"
}
],
"autoload": {
"psr-4": {
"Emmanuel\\LivewireDatatableBs4\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Emmanuel\\LivewireDatatableBs4\\LivewireDatatableServiceProvider"
]
}
},
"minimum-stability": "stable"
}