-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathcomposer.json
73 lines (73 loc) · 2.49 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
{
"name": "collectiveaccess/pawtucket2",
"description": "Pawtucket improved.",
"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": "~7.0",
"ezyang/htmlpurifier": "~4.9",
"guzzlehttp/guzzle": "7.5.*",
"guzzlehttp/psr7": "2.4.*",
"james-heinrich/getid3": "^1.9.20",
"joshralph/password-policy": "~0.2",
"knplabs/github-api": "3.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.15",
"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.29.4",
"phpoffice/phpword": "v0.18.*",
"phpunit/phpunit": "^9.5",
"srmklive/flysystem-dropbox-v2": ">=1.0.0",
"webonyx/graphql-php": "^14.1",
"zendframework/zend-stdlib": "^3.2",
"ext-iconv": "*",
"ext-simplexml": "*",
"phpseclib/phpseclib": ">=2.0.47",
"ankitpokhrel/tus-php": "^2.0",
"tedivm/stash": "0.17.*",
"cache/predis-adapter": "^1.1",
"cache/filesystem-adapter": "^1.1",
"firebase/php-jwt": "^6.0",
"softonic/graphql-client": "^1.3",
"whikloj/bagittools": "^3.0",
"voku/stop-words": "^2.0",
"tecnickcom/tc-lib-barcode": "^1.17",
"symfony/process": "^5.4",
"deeplcom/deepl-php": "^1.3",
"google/cloud-translate": "^1.12",
"phpmailer/phpmailer": "^6.8"
},
"suggest": {
"binaryoung/jieba-php": "^0.1.0",
"league/oauth2-client": "Required to autheticate oauth2 for phpmailer. Already installed through softonic/graphql-client",
"greew/oauth2-azure-provider" : "Needed for Microsoft Azure XOAUTH2 authentication",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
},
"config": {
"discard-changes": true,
"allow-plugins" : {
"php-http/discovery": false
}
}
}