-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.11 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
{
"version": "0.1.0",
"name": "badaso/postfree-theme",
"description": "Official free theme for post 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-postfree-theme/issues",
"discussion": "https://github.com/uasoft-indonesia/badaso-postfree-theme/discussions",
"source": "https://github.com/uasoft-indonesia/badaso-postfree-theme"
},
"type": "library",
"require": {
"badaso/content-module": "^2.1.1",
"badaso/core": "^2.9",
"badaso/post-module": "^2.3.0"
},
"authors": [
{
"name": "UASOFT",
"email": "hello@uatech.co.id"
}
],
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Uasoft\\Badaso\\Theme\\PostfreeTheme\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Uasoft\\Badaso\\Theme\\PostfreeTheme\\Providers\\PostfreeThemeServiceProvider"
]
}
}
}