Skip to content
Snippets Groups Projects
Commit 2cec555d authored by Demian Katz's avatar Demian Katz
Browse files

Fixed composer.json line endings; bumped up yaml dependency version.

parent c1e21447
Branches
Tags
No related merge requests found
{ {
"name": "vufind/vufind", "name": "vufind/vufind",
"description": "A flexible discovery layer.", "description": "A flexible discovery layer.",
"authors": [ "authors": [
{ {
"name": "Demian Katz", "name": "Demian Katz",
"email": "demian.katz@villanova.edu" "email": "demian.katz@villanova.edu"
} }
], ],
"license": "GPL-2.0", "license": "GPL-2.0",
"repositories": [ "repositories": [
{ {
"type": "composer", "type": "composer",
"url": "https://packages.zendframework.com/" "url": "https://packages.zendframework.com/"
} }
], ],
"require": { "require": {
"aferrandini/phpqrcode": "1.0.1", "aferrandini/phpqrcode": "1.0.1",
"jasig/phpcas": "1.3.3", "jasig/phpcas": "1.3.3",
"cap60552/php-sip2": "1.0.0", "cap60552/php-sip2": "1.0.0",
"los/losrecaptcha": "1.0.0", "los/losrecaptcha": "1.0.0",
"ahand/mobileesp": "dev-master", "ahand/mobileesp": "dev-master",
"ocramius/proxy-manager": "1.0.2", "ocramius/proxy-manager": "1.0.2",
"oyejorge/less.php": "1.7.0.9", "oyejorge/less.php": "1.7.0.9",
"pear/file_marc": "1.1.2", "pear/file_marc": "1.1.2",
"pear/validate_ispn": "dev-master", "pear/validate_ispn": "dev-master",
"serialssolutions/summon": "1.0.0", "serialssolutions/summon": "1.0.0",
"symfony/yaml": "2.7.6", "symfony/yaml": "3.0.4",
"vufind-org/vufindcode": "1.0.2", "vufind-org/vufindcode": "1.0.2",
"vufind-org/vufindhttp": "2.0.0", "vufind-org/vufindhttp": "2.0.0",
"zendframework/zendframework": "2.4.6", "zendframework/zendframework": "2.4.6",
"zendframework/zendrest": "2.0.2", "zendframework/zendrest": "2.0.2",
"zendframework/zendservice-amazon": "2.0.4", "zendframework/zendservice-amazon": "2.0.4",
"zf-commons/zfc-rbac": "2.5.2" "zf-commons/zfc-rbac": "2.5.2"
}, },
"require-dev": { "require-dev": {
"behat/mink": "1.7.0", "behat/mink": "1.7.0",
"behat/mink-selenium2-driver": "1.3.0", "behat/mink-selenium2-driver": "1.3.0",
"behat/mink-zombie-driver": "1.3.0" "behat/mink-zombie-driver": "1.3.0"
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment