-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
58 lines (58 loc) · 1.58 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
{
"name": "brookeslab/cafevariome",
"type": "project",
"description": "Cafe Variome - Health Data Discovery",
"homepage": "https://cafevariome.org/",
"license": "MIT",
"require": {
"php": "^8.0",
"ext-sockets": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-bcmath": "*",
"ext-sodium": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"codeigniter4/framework": "4.4.x",
"components/font-awesome": "6.4.x",
"twbs/bootstrap": "5.3.x",
"elasticsearch/elasticsearch": "7.17.x",
"select2/select2": "^4.0",
"phpoffice/phpspreadsheet": "^1.29",
"box/spout": "^3.3.0",
"components/jqueryui": "^1.12",
"vakata/jstree": "^3.3",
"tinymce/tinymce": "^6.4.0",
"laudis/neo4j-php-client": "^2.8",
"psr18-adapter/guzzle": "^0.1",
"guzzlehttp/psr7": "^2.6.1"
},
"require-dev": {
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "9.x"
},
"autoload": {
"psr-4": {
"CodeIgniter\\": "system/",
"CafeVariomeSetup\\": "Install/",
"App\\": "app/"
}
},
"scripts": {
"CVInstall": [
"@composer dump-autoload",
"bash Install/install.sh",
"CafeVariomeSetup\\CVInstaller::InstallDB"
]
},
"support": {
"source": "https://github.com/Cafe-Variome/CafeVariome"
},
"config": {
"allow-plugins": false
},
"minimum-stability": "stable"
}