-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
82 lines (82 loc) · 2.53 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
{
"name": "paulvanschayck/alberto",
"description": "AraBidopsis EmbRyonic Transcriptome brOwser",
"keywords": ["Arabidopsis", "Embryonic", "Transcriptome", "Browser"],
"homepage": "http://www.wageningenur.nl/en/Expertise-Services/Chair-groups/Agrotechnology-and-Food-Sciences/Laboratory-of-Biochemistry/Research/Plant-Development.htm",
"type": "project",
"license": "GNU GPL v2",
"support": {
"issues": "https://github.com/PaulVanSchayck/alberto/issues?state=open",
"source": "https://github.com/PaulVanSchayck/alberto"
},
"minimum-stability": "stable",
"require": {
"php": ">=7.3.0",
"yiisoft/yii2": "2.0.*",
"yiisoft/yii2-bootstrap": "*",
"bower-asset/datatables": "1.10.4",
"bower-asset/datatables-scroller" : "1.2.*",
"bower-asset/d3": "3.4.*",
"bower-asset/d3-tip": "v0.6.5",
"kartik-v/yii2-slider": "1.3.*",
"kartik-v/yii2-widget-typeahead": "1.0.*",
"vedmack/yadcf": "0.8.7",
"eligrey/FileSaver.js": "1.0",
"michelf/php-markdown": "1.4.*"
},
"require-dev": {
"yiisoft/yii2-debug": "2.0.*"
},
"config": {
"process-timeout": 1800
},
"scripts": {
"post-create-project-cmd": [
"yii\\composer\\Installer::postCreateProject"
]
},
"repositories": [
{
"type": "package",
"package": {
"name": "vedmack/yadcf",
"version": "0.8.7",
"source": {
"url": "https://github.com/vedmack/yadcf.git",
"type": "git",
"reference": "0.8.7"
}
}
},
{
"type": "package",
"package": {
"name": "eligrey/FileSaver.js",
"version": "1.0",
"source": {
"url": "https://github.com/eligrey/FileSaver.js.git",
"type": "git",
"reference": "master"
}
}
},
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"extra": {
"yii\\composer\\Installer::postCreateProject": {
"setPermission": [
{
"runtime": "0777",
"web/assets": "0777",
"yii": "0755"
}
],
"generateCookieValidationKey": [
"config/web.php"
]
}
}
}