-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (39 loc) · 1011 Bytes
/
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
{
"name": "moman12/form_builder",
"homepage": "https://github.com/moman12/form_builder",
"description": "Laravel Ui",
"license": "MIT",
"authors": [
{
"name": "Moman12",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.3|^8.0",
"haruncpi/laravel-user-activity": "^1.0",
"laravel/framework": "^8.12",
"arcanedev/log-viewer": "^8.0",
"laravel/jetstream": "^2.1",
"laravel/sanctum": "^2.6",
"laravel/tinker": "^2.5",
"livewire/livewire": "^2.0",
"spatie/laravel-translatable": "^4.6"
},
"require-dev": {
"spatie/laravel-web-tinker": "^1.7"
},
"autoload": {
"psr-4": {
"Moman12\\FormBuilder\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Moman12\\FormBuilder\\Providers\\FormBuilderProvider"
]
}
}
}