This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
59 lines (59 loc) · 2.12 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
{
"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/"
},
{
"type": "git",
"url": "https://github.com/moravianlibrary/ziskej-api-php-client"
}
],
"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",
"swagger-api/swagger-ui": "2.2.4",
"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",
"sentry/sentry": "1.6.2",
"nullpunkt/lz-string-php": "1.2.0",
"monolog/monolog": "^1.24",
"php-http/guzzle6-adapter": "^2.0",
"colinmollenhour/credis": "^1.10",
"moravianlibrary/ziskej-api-php-client": "^2.1",
"lcobucci/jwt": "^3.3"
},
"require-dev": {
"behat/mink": "1.7.0",
"behat/mink-selenium2-driver": "1.3.0",
"behat/mink-zombie-driver": "1.3.0"
},
"replace": {
"jschaedl/iban-validation": "*"
},
"scripts": {
"post-update-cmd": "rm -rf public/swagger-ui; cp -r vendor/swagger-api/swagger-ui/dist public/swagger-ui; sed -i.orig \"s/defaultModelRendering: 'schema'/defaultModelRendering: 'model'/\" public/swagger-ui/index.html; sed -i.orig 's/url = \".*\"/url = \"..\\/api\\/v1\\?swagger\"/' public/swagger-ui/index.html"
}
}