forked from OpenSILEX/phis-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·96 lines (95 loc) · 3.18 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "yiisoft/yii2-app-basic",
"description": "Yii 2 Basic Project Template",
"keywords": ["yii2", "framework", "basic", "project template"],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2/issues?state=open",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/yii2"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "2.0.16",
"yiisoft/yii2-bootstrap": "2.0.9",
"yiisoft/yii2-swiftmailer": "2.0.7",
"guzzlehttp/guzzle": "6.3.3",
"kartik-v/yii2-icons": "v1.4.4",
"kartik-v/yii2-sortable": "v1.2.1",
"kartik-v/yii2-widget-datetimepicker": "v1.4.7",
"kartik-v/yii2-widget-datepicker": "v1.4.6",
"kartik-v/yii2-date-range": "v1.6.9",
"kartik-v/yii2-widget-select2": " v2.1.3",
"kartik-v/yii2-widget-activeform": "v1.5.4",
"kartik-v/yii2-widget-fileinput": "v1.0.8",
"kartik-v/yii2-nav-x": "v1.2.1",
"borales/yii2-phone-input": "0.1.2",
"unclead/yii2-multiple-input": "2.19.0",
"miloschuman/yii2-highcharts-widget": "v7.0",
"opensilex/guzzle-model-client": "dev-master",
"opensilex/handsontable-php": "dev-master",
"phpoffice/phpspreadsheet": "1.6.0",
"fxp/composer-asset-plugin": "v1.4.4",
"lavrentiev/yii2-toastr": "2.0.2",
"webtoucher/yii2-js-cookie": "1.0.0",
"fortawesome/font-awesome": "v4.7.0",
"opensilex/opencpu-client-php": "dev-master",
"himiklab/yii2-handsontable-widget" : "v1.1.1",
"phayes/geophp": "1.2"
},
"require-dev": {
"yiisoft/yii2-debug": "2.0.14",
"yiisoft/yii2-gii": "2.0.8",
"yiisoft/yii2-faker": "2.0.4",
"codeception/base": "2.5.3",
"codeception/verify": "0.3.3",
"codeception/specify": "0.4.6"
},
"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"
]
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/opensilex/guzzle-model-client"
},
{
"type": "vcs",
"url": "https://github.com/niio972/handsontable-php"
},
{
"type": "vcs",
"url": "https://github.com/opensilex/opencpu-client-php"
}
]
}