-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 869 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 869 Bytes
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
{
"name": "adminui/adminui-livewiretables",
"description": "A package for Admin UI GetAddress.io",
"type": "laravel",
"license": "MIT",
"authors": [
{
"name": "kennyturner",
"email": "k.turner@adminui.co.uk"
}
],
"require":{
"php": ">=7.2",
"laravel/framework": "^7.0",
"fico7489/laravel-eloquent-join": "^4.1",
"livewire/livewire": "^1.0"
},
"autoload": {
"psr-4": {
"AdminUI\\AdminUILivewireTables\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"AdminUI\\AdminUILivewireTables\\AdminUILivewireTablesServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}