-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (42 loc) · 909 Bytes
/
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": "dpadjogja/survey",
"description": "Survey Module from OMMU for DPAD Yogyakarta",
"type": "ommu-module",
"keywords": [
"module",
"survey",
"instrumen",
"kuesioner",
"kepuasan-masyarakat",
"ommu",
"ommu-platform",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/dpadjogja-survey",
"support": {
"issues": "https://github.com/ommu/dpadjogja-survey/issues",
"wiki": "https://github.com/ommu/dpadjogja-survey/wiki",
"source": "https://github.com/ommu/dpadjogja-survey"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/dpadjogja-survey.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.id",
"homepage": "https://ommu.id",
"role": "Creator"
}
],
"require": {
"php": "~7.0"
},
"autoload": {
"psr-4": {
"dpadjogja\\survey\\": ""
}
}
}