-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.08 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
{
"name": "ommu/analog-directory",
"description": "Analog Directory Listing Multipurpose Responsive + RTL Website",
"type": "ommu-theme",
"keywords": [
"theme",
"analog-directory",
"front-template",
"bootstrap4",
"directory",
"maps",
"ommu",
"ommu-platform",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/theme-analog-directory",
"support": {
"issues": "https://github.com/ommu/theme-analog-directory/issues",
"wiki": "https://github.com/ommu/theme-analog-directory/wiki",
"source": "https://github.com/ommu/theme-analog-directory"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/theme-analog-directory.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.id",
"homepage": "https://ommu.id",
"role": "Developer"
},
{
"name": "AnalogLife",
"homepage": "https://www.templatemonster.com/authors/59e9fb14d8c1c/",
"role": "Creator"
}
],
"require": {
"php": "~7.0",
"composer/installers": "~1.0",
"yiisoft/yii2": "~2.0.14"
}
}