forked from moravianlibrary/VuFind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.26 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
{
"name": "vufind/vufind",
"description": "A flexible discovery layer.",
"authors": [
{
"name": "Demian Katz",
"email": "[email protected]"
}
],
"license": "GPL-2.0",
"repositories": [
{
"type": "composer",
"url": "https://packages.zendframework.com/"
}
],
"require": {
"aferrandini/phpqrcode": "1.0.1",
"jasig/phpcas": "1.3.3",
"cap60552/php-sip2": "1.0.0",
"los/losrecaptcha": "1.0.0",
"ahand/mobileesp": "dev-master",
"ocramius/proxy-manager": "1.0.2",
"oyejorge/less.php": "1.7.0.9",
"pear/file_marc": "1.1.2",
"pear/validate_ispn": "dev-master",
"serialssolutions/summon": "1.0.0",
"symfony/yaml": "2.7.6",
"vufind-org/vufindcode": "1.0.2",
"vufind-org/vufindhttp": "2.0.0",
"zendframework/zendframework": "2.4.6",
"zendframework/zendrest": "2.0.2",
"zendframework/zendservice-amazon": "2.0.4",
"zf-commons/zfc-rbac": "2.5.2"
},
"require-dev": {
"behat/mink": "1.7.0",
"behat/mink-selenium2-driver": "1.3.0",
"behat/mink-zombie-driver": "1.3.0"
}
}