-
-
Notifications
You must be signed in to change notification settings - Fork 223
/
composer.json
81 lines (79 loc) · 2.03 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"version": "3.0.0-alpha",
"name": "badaso/core",
"description": "The API & platform builder, build your apps 10x faster even more, it's open source & 100% free !",
"keywords": [
"laravel",
"admin",
"panel",
"dashboard",
"lcdp",
"ncdp",
"no code",
"low code",
"pwa",
"vue",
"generator"
],
"license": "proprietary",
"homepage": "https://badaso.uatech.co.id/",
"support": {
"issues": "https://github.com/uasoft-indonesia/badaso/issues",
"discussion": "https://github.com/uasoft-indonesia/badaso/discussions",
"source": "https://github.com/uasoft-indonesia/badaso"
},
"type": "library",
"require": {
"arcanedev/log-viewer": "~9.0 || ~10.0",
"darkaonline/l5-swagger": "8.5",
"doctrine/dbal": "2.13.9",
"larapack/doctrine-support": "0.1.9",
"laravel/sanctum": "2.15.1 || ^3.0",
"laravel/tinker": "2.8.1",
"laravel/ui": "4.2.2",
"league/flysystem": "3.15.1",
"league/flysystem-aws-s3-v3": "3.15.0",
"phpstan/phpstan": "1.10.15",
"predis/predis": "2.1.2",
"spatie/flysystem-dropbox": "3.0.0",
"spatie/laravel-activitylog": "4.7.3",
"spatie/laravel-backup": "8.1.11",
"symfony/var-exporter": "6.0.19",
"unisharp/laravel-filemanager": "2.6.0",
"webpatser/laravel-uuid": "4.0.1",
"zircote/swagger-php": "4.7.10",
"psr/http-message": "~1.1 || ~2.0",
"laravel/octane": "1.5.6",
"guzzlehttp/guzzle": "^7.2 || 7.5.1",
"google/apiclient": "2.13.2",
"masbug/flysystem-google-drive-ext": "2.2.2",
"php-open-source-saver/jwt-auth": "2.1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"authors": [
{
"name": "UASOFT",
"email": "hello@uatech.co.id"
}
],
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Uasoft\\Badaso\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Uasoft\\Badaso\\Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Uasoft\\Badaso\\Providers\\BadasoServiceProvider"
]
}
}
}