-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
92 lines (92 loc) · 3.47 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "vufind/vufind",
"description": "A flexible discovery layer.",
"authors": [
{
"name": "Demian Katz",
"email": "[email protected]"
}
],
"license": "GPL-2.0",
"config": {
"platform": {
"php": "7.0.8"
}
},
"require": {
"php": ">=7.0.8",
"ahand/mobileesp": "dev-master",
"cap60552/php-sip2": "1.0.0",
"endroid/qr-code": "2.5.0",
"ghislainf/zf2-whoops": "dev-master#2649cf7caf400409942ddc3f8fe15b89381fc74e",
"jasig/phpcas": "1.3.5",
"matthiasmullie/minify": "1.3.60",
"ocramius/proxy-manager": "2.0.4",
"oyejorge/less.php": "1.7.0.14",
"pear/archive_tar": "^1.4",
"pear/file_marc": "1.2.0",
"pear/http_request2": "2.3.0",
"pear/validate_ispn": "dev-master",
"phing/phing": "2.16.1",
"serialssolutions/summon": "1.2.0",
"symfony/yaml": "3.4.10",
"swagger-api/swagger-ui": "2.2.10",
"vufind-org/vufindcode": "1.1.0",
"vufind-org/vufinddate": "1.0.0",
"vufind-org/vufindharvest": "2.4.0",
"vufind-org/vufindhttp": "2.2.0",
"yajra/laravel-pdo-via-oci8": "1.3.6",
"zendframework/zend-cache": "2.8.2",
"zendframework/zend-captcha": "2.8.0",
"zendframework/zend-code": "3.1.0",
"zendframework/zend-config": "3.2.0",
"zendframework/zend-console": "2.7.0",
"zendframework/zend-crypt": "3.3.0",
"zendframework/zend-db": "2.9.3",
"zendframework/zend-dom": "2.7.1",
"zendframework/zend-escaper": "2.6.0",
"zendframework/zend-eventmanager": "3.2.1",
"zendframework/zend-feed": "2.10.3",
"zendframework/zend-filter": "2.8.0",
"zendframework/zend-http": "2.8.2",
"zendframework/zend-i18n": "2.9.0",
"zendframework/zend-loader": "2.6.0",
"zendframework/zend-log": "2.10.0",
"zendframework/zend-mail": "2.8.0",
"zendframework/zend-modulemanager": "2.8.2",
"zendframework/zend-mvc": "3.1.1",
"zendframework/zend-mvc-console": "1.2.0",
"zendframework/zend-mvc-i18n": "1.1.0",
"zendframework/zend-mvc-plugin-flashmessenger": "1.1.0",
"zendframework/zend-paginator": "2.8.1",
"zendframework/zend-serializer": "2.9.0",
"zendframework/zend-servicemanager": "3.3.2",
"zendframework/zend-session": "2.8.5",
"zendframework/zend-soap": "2.7.0",
"zendframework/zend-stdlib": "3.2.0",
"zendframework/zend-text": "2.7.0",
"zendframework/zend-validator": "2.10.2",
"zendframework/zend-view": "2.10.0",
"zendframework/zendrest": "2.0.2",
"zendframework/zendservice-amazon": "2.3.0",
"zendframework/zendservice-recaptcha": "3.1.0",
"zf-commons/zfc-rbac": "2.6.3",
"picqer/php-barcode-generator": "^0.3.0",
"sabberworm/php-css-parser": "*"
},
"require-dev": {
"behat/mink": "1.7.1",
"behat/mink-selenium2-driver": "1.3.1",
"friendsofphp/php-cs-fixer": "2.11.1",
"phploc/phploc": "4.0.1",
"phpmd/phpmd": "2.6.0",
"phpunit/phpunit": "6.5.8",
"sebastian/phpcpd": "3.0.1",
"squizlabs/php_codesniffer": "3.2.3"
},
"scripts": {
"phing-install-dependencies": "phing installsolr installswaggerui",
"post-install-cmd": "@phing-install-dependencies",
"post-update-cmd": "@phing-install-dependencies"
}
}