This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
executable file
·75 lines (75 loc) · 1.62 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ommu/ommu",
"description": "Ommu Platform",
"keywords": [
"cms",
"module",
"backoffice-theme",
"gii",
"core",
"users",
"report",
"support",
"ommu",
"ommu-platform",
"yii"
],
"homepage": "https://github.com/PutraSudaryanto/OmmuFirstSource",
"type": "project",
"license": "Apache-2.0",
"support": {
"issues": "https://github.com/PutraSudaryanto/OmmuFirstSource/issues",
"wiki": "https://github.com/PutraSudaryanto/OmmuFirstSource/wiki",
"source": "https://github.com/PutraSudaryanto/OmmuFirstSource"
},
"repository": {
"type": "git",
"url": "https://github.com/PutraSudaryanto/OmmuFirstSource.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.co",
"homepage": "https://ommu.co",
"role": "Creator"
}
],
"require": {
"php": ">=5.3.2",
"oomphinc/composer-installers-extender": "^1.0",
"yiisoft/yii": ">=1.1.14",
"ommu/yii-traits": "~1.0",
"ommu/core": "~1.3",
"ommu/gii": "~1.0",
"ommu/backoffice": "~1.0",
"ommu/users": "~1.0",
"ommu/support": "~1.0",
"ommu/report": "~1.1",
"ommu/dora": "~0.2"
},
"config": {
"process-timeout": 1800,
"preferred-install": "dist",
"vendor-dir": "protected/vendor"
},
"extra": {
"process-timeout": 1800,
"installer-types": [
"ommu-module",
"ommu-library",
"ommu-theme",
"ommu-extension"
],
"installer-paths": {
"protected/libraries/{$name}/": [
"type:ommu-library"
],
"themes/{$name}/": [
"type:ommu-theme"
],
"protected/extensions/{$name}/": [
"type:ommu-extension"
]
}
}
}