Newer
Older
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
{
"name": "finc/rvk-tree",
"description": "Module for RVK tree",
"license": "GPL-2.0",
"authors": [
{
"name": "Gregor Gawol",
"email": "gawol@ub.uni-leipzig.de"
}
],
"require": {
"php": ">=7.1",
"finc/vufindhttp-psrcompat": "^0.0.2",
"psr/http-client": "^1.0",
"guzzlehttp/psr7": "^1.4",
"ext-json": "*",
"finc/symfony-serializer-zend-bridge": "^0.0.1",
"symfony/property-info": "^3.4"
},
"autoload": {
"psr-4": {
"finc\\Rvktree\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"finc\\Rvktree\\tests": "tests/"
}
},
"scripts": {
"test": "phpunit --bootstrap vendor/autoload.php tests"
},
"extra": {
"vufind": {
"themes": {
"res/theme": "rvktree"
}
}
}
}