forked from basoro/mlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 720 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 720 Bytes
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
{
"name": "basoro/mlite",
"description": "SIM Kesehatan Aman, Ringan & Modular. Jalan di sisi server sebagai aplikasi web (PWA Ready) dan bersifat mobile first (responsive).",
"type": "project",
"autoload": {
"psr-4": {
"SatuSehat\\": "plugins/satu_sehat/"
}
},
"require": {
"php": ">=8.0",
"nullpunkt/lz-string-php": "^1.3",
"phpseclib/phpseclib": "~3.0.36",
"phpmailer/phpmailer": "^6.9.1",
"mpdf/mpdf": "^8.2",
"workerman/workerman": "^4.0",
"mpdf/qrcode": "^1.2"
},
"license": "MIT",
"authors": [
{
"name": "basoro",
"email": "dentix.id@gmail.com"
}
]
}