-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
49 lines (48 loc) · 1.12 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
{
"version": "0.1.0",
"name": "badaso/comfree-theme",
"description": "Official free theme for commerce module system on badaso",
"keywords": [
"laravel",
"admin",
"panel",
"dashboard",
"pwa",
"generator",
"blog",
"badaso",
"news"
],
"license": "proprietary",
"homepage": "https://badaso.uatech.co.id/",
"support": {
"issues": "https://github.com/uasoft-indonesia/badaso-comfree-theme/issues",
"discussion": "https://github.com/uasoft-indonesia/badaso-comfree-theme/discussions",
"source": "https://github.com/uasoft-indonesia/badaso-comfree-theme"
},
"type": "library",
"require": {
"badaso/core": "^2.9",
"badaso/content-module": "^2.1.1",
"badaso/commerce-module": "dev-main"
},
"authors": [
{
"name": "UASOFT",
"email": "hello@uatech.co.id"
}
],
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Uasoft\\Badaso\\Theme\\ComfreeTheme\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Uasoft\\Badaso\\Theme\\ComfreeTheme\\Providers\\ComfreeThemeServiceProvider"
]
}
}
}