forked from vufind-org/vufind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
82 lines (82 loc) · 3.13 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
{
"name": "vufind/vufind",
"description": "A flexible discovery layer.",
"authors": [
{
"name": "Demian Katz",
"email": "demian.katz@villanova.edu"
}
],
"license": "GPL-2.0",
"require": {
"php": ">=5.6",
"aferrandini/phpqrcode": "1.0.1",
"jasig/phpcas": "1.3.5",
"cap60552/php-sip2": "1.0.0",
"ahand/mobileesp": "dev-master",
"matthiasmullie/minify": "1.3.45",
"ocramius/proxy-manager": "1.0.2",
"oyejorge/less.php": "1.7.0.14",
"pear/file_marc": "1.1.5",
"pear/http_request2": "2.3.0",
"pear/validate_ispn": "dev-master",
"phing/phing": "2.16.0",
"serialssolutions/summon": "1.1.0",
"symfony/yaml": "3.3.2",
"swagger-api/swagger-ui": "2.2.10",
"vufind-org/vufindcode": "1.0.3",
"vufind-org/vufindharvest": "2.3.0",
"vufind-org/vufindhttp": "2.1.1",
"yajra/laravel-pdo-via-oci8": "1.3.1",
"zendframework/zend-cache": "2.7.2",
"zendframework/zend-captcha": "2.7.1",
"zendframework/zend-code": "2.6.3",
"zendframework/zend-config": "2.6.0",
"zendframework/zend-console": "2.6.0",
"zendframework/zend-crypt": "3.2.0",
"zendframework/zend-db": "2.8.2",
"zendframework/zend-dom": "2.6.0",
"zendframework/zend-escaper": "2.5.2",
"zendframework/zend-eventmanager": "3.1.0",
"zendframework/zend-feed": "2.8.0",
"zendframework/zend-http": "2.6.0",
"zendframework/zend-i18n": "2.7.4",
"zendframework/zend-loader": "2.5.1",
"zendframework/zend-log": "2.9.2",
"zendframework/zend-mail": "2.8.0",
"zendframework/zend-modulemanager": "2.7.2",
"zendframework/zend-mvc": "2.7.8",
"zendframework/zend-paginator": "2.7.0",
"zendframework/zend-serializer": "2.8.0",
"zendframework/zend-servicemanager": "2.7.5",
"zendframework/zend-session": "2.8.0",
"zendframework/zend-soap": "2.6.0",
"zendframework/zend-stdlib": "2.7.7",
"zendframework/zend-text": "2.6.0",
"zendframework/zend-validator": "2.9.1",
"zendframework/zend-view": "2.9.0",
"zendframework/zendrest": "2.0.2",
"zendframework/zendservice-amazon": "2.3.0",
"zendframework/zendservice-recaptcha": "3.0.0",
"zf-commons/zfc-rbac": "2.6.3",
"ghislainf/zf2-whoops": "dev-master#2649cf7caf400409942ddc3f8fe15b89381fc74e",
"pear/archive_tar": "^1.4"
},
"require-dev": {
"behat/mink": "1.7.1",
"behat/mink-selenium2-driver": "1.3.1",
"friendsofphp/php-cs-fixer": "1.11.6",
"phpdocumentor/phpdocumentor": "2.9.0",
"phploc/phploc": "3.0.1",
"phpmd/phpmd": "2.6.0",
"phpunit/phpunit": "5.7.15",
"sebastian/phpcpd": "2.0.4",
"squizlabs/php_codesniffer": "2.8.1",
"twig/twig": "1.27"
},
"scripts": {
"phing-install-dependencies": "phing installsolr installswaggerui",
"post-install-cmd": "@phing-install-dependencies",
"post-update-cmd": "@phing-install-dependencies"
}
}