-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
46 lines (46 loc) · 1.04 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
{
"name": "badaso/content-module",
"version": "2.1.1",
"description": "Manage website content through badaso",
"keywords": [
"laravel",
"admin",
"panel",
"dashboard",
"pwa",
"vue",
"generator",
"blog",
"badaso"
],
"license": "proprietary",
"homepage": "https://badaso.uatech.co.id/",
"support": {
"issues": "https://github.com/uasoft-indonesia/badaso-content-module/issues",
"discussion": "https://github.com/uasoft-indonesia/badaso-content-module/discussions",
"source": "https://github.com/uasoft-indonesia/badaso-content-module"
},
"type": "library",
"require": {
"symfony/var-exporter": "^5.2.0|^6.0"
},
"authors": [
{
"name": "UASOFT",
"email": "[email protected]"
}
],
"minimum-stability": "alpha",
"autoload": {
"psr-4": {
"Uasoft\\Badaso\\Module\\Content\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Uasoft\\Badaso\\Module\\Content\\Providers\\BadasoContentModuleServiceProvider"
]
}
}
}