forked from OpenSID/OpenSID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.02 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
{
"name": "opendesa/opensid",
"type": "project",
"description": "OpenSID adalah Sistem Informasi Desa (SID) yang sengaja dirancang supaya terbuka dan dapat dikembangkan bersama-sama oleh komunitas peduli SID. OpenSID awalnya dikembangkan menggunakan SID dari Combine Resource Institution (CRI). SID CRI terakhir yang telah digabung dengan OpenSID adalah SID 3.10 yang diperoleh dari teman-teman di https://www.facebook.com/groups/OpenSID pada tanggal 15 Pebruari 2017.",
"keywords": [
"opensid",
"sistem-informasi-desa"
],
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.3",
"codeigniter/framework": "^3.1",
"mike42/escpos-php": "^3.0",
"spipu/html2pdf": "^5.2",
"google/apiclient": "^2.11",
"box/spout": "^3.3",
"simplehtmldom/simplehtmldom": "^2.0@RC"
},
"require-dev": {
"mikey179/vfsstream": "1.1.*"
},
"scripts": {
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
},
"extra": {
"google/apiclient-services": [
"Script",
"Drive"
]
}
}