-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
43 lines (43 loc) · 1.14 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
{
"name": "ajifatur/faturcms",
"description": "Solusi CMS dengan Fitur Referral Terbaik",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "ajifatur",
"email": "[email protected]"
},
{
"name": "praseetyaa",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"Ajifatur\\FaturCMS\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Ajifatur\\FaturCMS\\FaturCMSServiceProvider"
]
}
},
"require": {
"php": "^7.3",
"ajifatur/faturhelper": "^2.0",
"barryvdh/laravel-dompdf": "^0.8.5",
"hisorange/browser-detect": "^4.4",
"jorenvanhocht/laravel-share": "^4.0",
"laravel/ui": "^3.0",
"maatwebsite/excel": "^3.1",
"nao-pon/flysystem-google-drive": "~1.1",
"simplesoftwareio/simple-qrcode": "^4.2",
"spatie/laravel-backup": "^6.0",
"stevebauman/location": "^6.1",
"yajra/laravel-datatables-oracle": "~9.0"
}
}