forked from NatLibFi/RecordManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 696 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 696 Bytes
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
{
"name": "natlibfi/recordmanager",
"description": "Record management utility for VuFind",
"authors": [
{
"name": "Ere Maijala",
"email": "ere.maijala@helsinki.fi"
}
],
"license": "GPL-2.0",
"config": {
"platform": {
"php": "7.2"
}
},
"require": {
"mongodb/mongodb": "1.4.3",
"pear/http_request2": "^2.3.0",
"phayes/geophp": "^1.2",
"laminas/laminas-xml": "^1.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16.3",
"phing/phing": "^2.16",
"phpunit/phpunit": "^8.5.5",
"squizlabs/php_codesniffer": "^3.5.5"
}
}