-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.5 KB
/
Copy pathcomposer.json
File metadata and controls
60 lines (60 loc) · 1.5 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
{
"name": "heruberuto/buzerlistek",
"description": "Webová aplikace pro tvorbu a vyplňování buzer-lístku",
"keywords": [
"osobní motivace",
"buzer-lístek",
"prokrastinace"
],
"homepage": "https://wa.toad.cz/~ullriher/",
"type": "project",
"license": "BSD-3-Clause",
"minimum-stability": "dev",
"require": {
"php": ">=7.0.0",
"yiisoft/yii2": "~2.0.5",
"FortAwesome/Font-Awesome": "*",
"npm-asset/bootstrap": "4.0.0-beta.3",
"yiisoft/yii2-bootstrap": "2.1.x-dev",
"yiisoft/yii2-swiftmailer": "~2.0.0",
"yiisoft/yii2-authclient": "*",
"kartik-v/yii2-date-range": "dev-master",
"himiklab/yii2-sortable-grid-view-widget": "*"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.0.0",
"yiisoft/yii2-gii": "~2.0.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/base": "^2.2.3",
"codeception/verify": "~0.3.1",
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
],
"generateCookieValidationKey": [
"config/web.php"
]
}
}
}