forked from collectiveaccess/providence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·62 lines (62 loc) · 1.87 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
{
"name": "collectiveaccess/providence",
"description": "Cataloguing and data/media management application.",
"type": "package",
"license": "GPL-3.0-only",
"bin" : [
"support/bin/caUtils",
"support/bin/caTools"
],
"require": {
"caseyamcl/phpoaipmh": "^3.0",
"collectiveaccess/service-wrapper": "v1.1.3",
"dompdf/dompdf": "~2.0.2",
"easyrdf/easyrdf": "0.9.*",
"elasticsearch/elasticsearch": "~8.0",
"ezyang/htmlpurifier": "~4.9",
"guzzlehttp/guzzle": "7.4.*",
"php-http/guzzle7-adapter": "^1.0",
"guzzlehttp/psr7": "2.3.*",
"james-heinrich/getid3": "^1.9.20",
"joshralph/password-policy": "~0.2",
"knplabs/github-api": "~2.7",
"laminas/laminas-stdlib": "*",
"laminas/laminas-escaper": "*",
"league/climate": ">=1.0.0",
"league/flysystem": ">=1.1.4",
"league/flysystem-aws-s3-v3": ">=1.0.0",
"league/flysystem-cached-adapter": ">=1.0.0",
"league/flysystem-webdav": ">=1.0.0",
"league/flysystem-ziparchive": ">=1.0.0",
"magento/zendframework1": "~1.14",
"maximebf/debugbar": ">=1.0.0",
"monolog/monolog": "~1.0",
"opis/json-schema": "^1.0",
"pear/file_marc": "~1.2",
"phpoffice/phppresentation": "1.0.0",
"phpoffice/phpspreadsheet": "v1.22",
"phpoffice/phpword": "v0.18.*",
"zendframework/zend-stdlib": "^3.2",
"ext-iconv": "*",
"ext-simplexml": "*",
"phpseclib/phpseclib": "^2.0",
"ankitpokhrel/tus-php": "^2.0",
"tedivm/stash": "0.15.*",
"cache/predis-adapter": "^1.1",
"cache/filesystem-adapter": "^1.1",
"whikloj/bagittools": "^3.0",
"voku/stop-words": "^2.0",
"tecnickcom/tc-lib-barcode": "^1.17",
"symfony/process": "^5.4",
"phpmailer/phpmailer": "^6.8"
},
"suggest": {
"binaryoung/jieba-php": "^0.1.0"
},
"config": {
"discard-changes": true,
"allow-plugins" : {
"php-http/discovery": false
}
}
}