-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
61 lines (61 loc) · 1.31 KB
/
composer.json
File metadata and controls
61 lines (61 loc) · 1.31 KB
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
{
"name": "ommu/back3nd",
"description": "Backoffice Web Apps From OMMU",
"type": "ommu-apps",
"keywords": [
"apps",
"web-apps",
"backoffice",
"backoffice-web-apps",
"ommu2",
"yii2"
],
"license": "Apache-2.0",
"homepage": "https://github.com/ommu/app-back3nd",
"support": {
"issues": "https://github.com/ommu/app-back3nd/issues",
"wiki": "https://github.com/ommu/app-back3nd/wiki",
"source": "https://github.com/ommu/app-back3nd"
},
"repository": {
"type": "git",
"url": "https://github.com/ommu/app-back3nd.git"
},
"authors": [
{
"name": "Putra Sudaryanto",
"email": "putra@ommu.id",
"homepage": "https://ommu.id",
"role": "Creator"
}
],
"require": {
"php": "~7.0",
"ommu/gentelella": "dev-master"
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postInstall"
],
"post-install-cmd": [
"yii\\composer\\Installer::postInstall"
]
},
"extra": {
"yii\\composer\\Installer::postInstall": {
"copyFiles": [
{
"apps.json": "back3nd/apps.json"
}
],
"setPermission": [
{
"back3nd/assets": "0777",
"back3nd/cache": "0777",
"back3nd/app/runtime": "0777",
"back3nd/apps.json": "0777"
}
]
}
}
}