Skip to content
Snippets Groups Projects
composer.lock 294 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "6657593484feff7f6327c709fd666e8b",
    "packages": [
        {
            "name": "aferrandini/phpqrcode",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/aferrandini/PHPQRCode.git",
                "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
                "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PHPQRCode": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ariel Ferrandini",
                    "email": "arielferrandini@gmail.com",
                    "homepage": "http://www.ferrandini.com/",
                    "role": "Developer"
                }
            ],
            "description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
            "homepage": "https://github.com/aferrandini/PHPQRCode",
            "keywords": [
                "barcode",
                "php",
                "qrcode"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2013-07-08T09:39:08+00:00"
        },
        {
            "name": "ahand/mobileesp",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ahand/mobileesp.git",
                "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347"
                "url": "https://api.github.com/repos/ahand/mobileesp/zipball/c02055dbe9baee63aab11438f4d7b5d25075d347",
                "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Anthony Hand",
                    "email": "anthony.hand@gmail.com",
                    "role": "Maintainer"
                }
            ],
            "description": "Since 2008, MobileESP provides web site developers an easy-to-use and lightweight API for detecting whether visitors are using a mobile device, and if so, what kind. The APIs provide simple boolean results ('true' or 'false') for identifying individual device categories (such as iPhone, BlackBerry, Android, and Windows Mobile), device capabilities (e.g., J2ME), and broad classes of devices, such as 'iPhone Tier' (iPhone/Android/Tizen) or 'Tablet Tier.' APIs are available in PHP, JavaScript, Java, C#, Ruby Python, and more.",
            "homepage": "http://www.mobileesp.org",
            "keywords": [
                "Mobile-Detect",
                "browser",
                "detect android",
                "detect ipad",
                "detect iphone",
                "detect tablet",
                "mobile",
                "mobile detect",
                "mobile detector",
                "mobile device",
                "mobile esp",
                "mobile redirect",
                "mobile view managing",
                "mobiledetect",
                "responsive web",
                "user agent",
                "useragent"
            ],
            "time": "2017-06-06 22:20:56"
        },
        {
            "name": "cap60552/php-sip2",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cap60552/php-sip2.git",
                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cap60552/php-sip2/zipball/9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "John Wohlers",
                    "email": "john@wohlershome.net",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
            "homepage": "https://github.com/cap60552/php-sip2",
Demian Katz's avatar
Demian Katz committed
            "time": "2015-11-03T04:42:39+00:00"
        },
        {
            "name": "container-interop/container-interop",
Demian Katz's avatar
Demian Katz committed
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
Demian Katz's avatar
Demian Katz committed
            "require": {
                "psr/container": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Interop\\Container\\": "src/Interop/Container/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
Demian Katz's avatar
Demian Katz committed
            "homepage": "https://github.com/container-interop/container-interop",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-14T19:40:03+00:00"
        {
            "name": "filp/whoops",
            "version": "2.1.9",
            "source": {
                "type": "git",
                "url": "https://github.com/filp/whoops.git",
                "reference": "b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/filp/whoops/zipball/b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f",
                "reference": "b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9 || ^7.0",
                "psr/log": "^1.0.1"
            },
            "require-dev": {
                "mockery/mockery": "0.9.*",
                "phpunit/phpunit": "^4.8 || ^5.0",
                "symfony/var-dumper": "^2.6 || ^3.0"
            },
            "suggest": {
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
                "whoops/soap": "Formats errors as SOAP responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Whoops\\": "src/Whoops/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Filipe Dobreira",
                    "homepage": "https://github.com/filp",
                    "role": "Developer"
                }
            ],
            "description": "php error handling for cool kids",
            "homepage": "https://filp.github.io/whoops/",
            "keywords": [
                "error",
                "exception",
                "handling",
                "library",
                "whoops",
                "zf2"
            ],
            "time": "2017-06-03T18:33:07+00:00"
        },
        {
            "name": "ghislainf/zf2-whoops",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ghislainf/zf2-whoops.git",
                "reference": "2649cf7caf400409942ddc3f8fe15b89381fc74e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ghislainf/zf2-whoops/zipball/2649cf7caf400409942ddc3f8fe15b89381fc74e",
                "reference": "2649cf7caf400409942ddc3f8fe15b89381fc74e",
                "shasum": ""
            },
            "require": {
                "filp/whoops": "2.*",
                "php": ">=5.3.3",
                "zendframework/zend-config": "*",
                "zendframework/zend-console": "*",
                "zendframework/zend-eventmanager": "*",
                "zendframework/zend-mvc": "*"
            },
            "type": "module",
            "autoload": {
                "psr-0": {
                    "zf2-whoops": "src/"
                },
                "classmap": [
                    "./Module.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Balázs Németh",
                    "email": "zsilbi@zsilbi.hu"
                },
                {
                    "name": "Ghislain de Fontenay",
                    "homepage": "http://www.ghislainf.me/",
                    "role": "Developer"
                },
                {
                    "name": "Filipe Dobreira",
                    "homepage": "https://github.com/filp"
                },
                {
                    "name": "Andreas Frömer",
                    "homepage": "https://github.com/icanhazstring"
                }
            ],
            "description": "PHP whoops error on ZF2 framework",
            "homepage": "https://github.com/ghislainf/zf2-whoops",
            "time": "2016-06-06 08:41:08"
        },
Demian Katz's avatar
Demian Katz committed
            "version": "1.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/Jasig/phpCAS.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/Jasig/phpCAS/zipball/61c8899c8f91204e8b9135d795461e50fe5c2db0",
                "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
Demian Katz's avatar
Demian Katz committed
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7.10"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "source/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joachim Fritschi",
                    "homepage": "https://wiki.jasig.org/display/~fritschi"
                },
                {
                    "name": "Adam Franco",
                    "homepage": "https://wiki.jasig.org/display/~adamfranco"
                }
            ],
            "description": "Provides a simple API for authenticating users against a CAS server",
            "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
            "keywords": [
                "cas",
                "jasig"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-04-10T19:12:45+00:00"
        },
        {
            "name": "matthiasmullie/minify",
Demian Katz's avatar
Demian Katz committed
            "version": "1.3.45",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/minify.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "09b83e9dbdc50cf6734c6a9652a54891c0651998"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/09b83e9dbdc50cf6734c6a9652a54891c0651998",
                "reference": "09b83e9dbdc50cf6734c6a9652a54891c0651998",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "matthiasmullie/path-converter": "~1.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~1.0",
                "matthiasmullie/scrapbook": "~1.0",
                "phpunit/phpunit": "~4.8"
            },
Demian Katz's avatar
Demian Katz committed
            "suggest": {
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
            },
            "bin": [
                "bin/minifycss",
                "bin/minifyjs"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\Minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "minify@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "CSS & JS minifier",
            "homepage": "http://www.minifier.org",
            "keywords": [
                "JS",
                "css",
                "javascript",
                "minifier",
                "minify"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-06-13T15:54:31+00:00"
        },
        {
            "name": "matthiasmullie/path-converter",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/path-converter.git",
                "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/08551ec1b156e923c242a10ab484bd4d6ead6631",
                "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\PathConverter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http://github.com/matthiasmullie/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-01-26T08:54:49+00:00"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-code": ">2.2.5,<3.0"
            },
            "require-dev": {
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "1.5.*"
            },
            "suggest": {
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                "zendframework/zend-stdlib": "To use the hydrator proxy",
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
            "homepage": "https://github.com/Ocramius/ProxyManager",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2015-08-09T04:28:19+00:00"
        },
        {
            "name": "oyejorge/less.php",
Demian Katz's avatar
Demian Katz committed
            "version": "v1.7.0.14",
            "source": {
                "type": "git",
                "url": "https://github.com/oyejorge/less.php.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "~4.8.24"
            },
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                },
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                }
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
            "homepage": "http://lessphp.gpeasy.com",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-03-28T22:19:25+00:00"
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2017-03-13T16:27:32+00:00"
        },
        {
            "name": "pear/archive_tar",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Archive_Tar.git",
                "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
                "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb",
                "shasum": ""
            },
            "require": {
                "pear/pear-core-minimal": "^1.10.0alpha2",
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-bz2": "bz2 compression support.",
                "ext-xz": "lzma2 compression support.",
                "ext-zlib": "Gzip compression support."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Archive_Tar": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Vincent Blavet",
                    "email": "vincent@phpconcept.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "greg@chiaraquartet.net"
                },
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                }
            ],
            "description": "Tar file management class",
            "homepage": "https://github.com/pear/Archive_Tar",
            "keywords": [
                "archive",
                "tar"
            ],
            "time": "2017-06-11T17:28:11+00:00"
        },
        {
            "name": "pear/console_getopt",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Console_Getopt.git",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Console": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net",
                    "role": "Helper"
                },
                {
                    "name": "Andrei Zmievski",
                    "email": "andrei@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Stig Bakken",
                    "email": "stig@php.net",
                    "role": "Developer"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Console_Getopt",
            "time": "2015-07-20T20:28:12+00:00"
        },
        {
            "name": "pear/file_marc",
            "version": "1.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/File_MARC.git",
                "reference": "ecf5a79661595e3804ad4c0ede984757b4fe8d8f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/File_MARC/zipball/ecf5a79661595e3804ad4c0ede984757b4fe8d8f",
                "reference": "ecf5a79661595e3804ad4c0ede984757b4fe8d8f",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "1.*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "pear/validate_ispn": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "File": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Dan Scott",
                    "email": "dbs@php.net",
                    "homepage": "https://coffeecode.net",
                    "role": "Lead"
                }
            ],
            "description": "Supports the MAchine Readable Cataloging (MARC) file format documented at http://loc.gov/marc/",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-01-23T16:49:13+00:00"
        },
        {
            "name": "pear/http_request2",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/HTTP_Request2.git",
                "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
                "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
                "shasum": ""
            },
            "require": {
                "pear/net_url2": "^2.2.0",
                "pear/pear_exception": "^1.0.0",
                "php": ">=5.2.0"
            },
            "suggest": {
                "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
                "ext-zlib": "Allows handling gzip compressed responses.",
                "lib-curl": "Allows using cURL as a request backend.",
                "lib-openssl": "Allows handling SSL requests when not using cURL."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-trunk": "2.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "HTTP_Request2": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Alexey Borzov",
                    "email": "avb@php.net"
                }
            ],
            "description": "Provides an easy way to perform HTTP requests.",
            "homepage": "http://pear.php.net/package/HTTP_Request2",
            "keywords": [
                "PEAR",
                "curl",
                "http",
                "request"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-02-13T20:20:39+00:00"
        },
        {
            "name": "pear/net_url2",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_URL2.git",
                "reference": "43a87606daf52efe6685c92131be083143108e37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_URL2/zipball/43a87606daf52efe6685c92131be083143108e37",
                "reference": "43a87606daf52efe6685c92131be083143108e37",
                "shasum": ""
            },
            "require": {
                "php": ">=5.1.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "Net/URL2.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Coallier",
                    "email": "davidc@php.net"
                },
                {
                    "name": "Tom Klingenberg",
                    "email": "tkli@php.net"
                },
                {
                    "name": "Christian Schmidt",
                    "email": "chmidt@php.net"
                }
            ],
            "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
            "homepage": "https://github.com/pear/Net_URL2",
            "keywords": [
                "PEAR",
                "net",
                "networking",
                "rfc3986",
                "uri",
                "url"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-04-18T22:24:01+00:00"
        {
            "name": "pear/pear-core-minimal",
            "version": "v1.10.3",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/pear-core-minimal.git",
                "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115",
                "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115",
                "shasum": ""
            },
            "require": {
                "pear/console_getopt": "~1.4",
                "pear/pear_exception": "~1.0"
            },
            "replace": {
                "rsky/pear-core-min": "self.version"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "src/"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@php.net",
                    "role": "Lead"
                }
            ],
            "description": "Minimal set of PEAR core files to be used as composer dependency",
            "time": "2017-02-28T16:46:11+00:00"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
                "shasum": ""
            },
            "require": {
                "php": ">=4.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PEAR": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2015-02-10T20:07:52+00:00"
        },
        {
            "name": "pear/validate",
            "version": "v0.8.5",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Validate.git",
                "reference": "d055541ee2d7165329d5e5b8e91907d7fae1cff2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Validate/zipball/d055541ee2d7165329d5e5b8e91907d7fae1cff2",
                "reference": "d055541ee2d7165329d5e5b8e91907d7fae1cff2",
                "shasum": ""
            },
            "suggest": {
                "pear/date": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Validate": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "New BSD"
            ],
            "authors": [
                {
                    "name": "Pierre-Alain Joye",
                    "email": "pierre.php@gmail.com",
                    "role": "Lead"
                },
                {
                    "name": "Thomas V.V.Cox",
                    "email": "cox@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Helgi Þormar Þorbjörnsson",
                    "email": "dufuz@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Amir Mohammad Saied",
                    "email": "amirsaied@gmail.com",
                    "role": "Lead"
                },
                {
                    "name": "David Coallier",
                    "email": "david@echolibre.com",
                    "role": "Lead"
                },
                {
                    "name": "bertrand Gugger",
                    "email": "bertrand@toggg.com",
                    "role": "Lead"
                },
                {
                    "name": "Stefan Neufeind",
                    "email": "pear.neufeind@speedpartner.de",
                    "role": "Developer"
                }
            ],
            "description": "Validate numbers, email, strings, dates, URIs and more",
            "homepage": "http://pear.php.net/package/Validate",
Demian Katz's avatar
Demian Katz committed
            "time": "2015-02-20T09:16:13+00:00"
        },
        {
            "name": "pear/validate_ispn",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Validate_ISPN.git",
                "reference": "9ea9312a0841b5d745742c737772aeffa6d06e96"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Validate_ISPN/zipball/9ea9312a0841b5d745742c737772aeffa6d06e96",
                "reference": "9ea9312a0841b5d745742c737772aeffa6d06e96",
                "shasum": ""
            },
            "require": {
                "pear/validate": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Validate": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Þormar",
                    "email": "dufuz@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Piotr Klaban",
                    "email": "makler@man.torun.pl",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Validate_ISPN",
            "time": "2015-04-14 04:17:31"
        },
        {
            "name": "phing/phing",
            "version": "2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phingofficial/phing.git",
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0",
                "symfony/yaml": "^3.1"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "mikey179/vfsstream": "^1.6",
                "pdepend/pdepend": "2.x",
                "pear/archive_tar": "1.4.x",
                "pear/http_request2": "dev-trunk",
                "pear/net_growl": "dev-trunk",
                "pear/pear-core-minimal": "1.10.1",
                "pear/versioncontrol_git": "@dev",
                "pear/versioncontrol_svn": "~0.5",
                "phpdocumentor/phpdocumentor": "2.x",
                "phploc/phploc": "~2.0.6",
                "phpmd/phpmd": "~2.2",
                "phpunit/phpunit": ">=3.7",
                "sebastian/git": "~1.0",
                "sebastian/phpcpd": "2.x",
                "siad007/versioncontrol_hg": "^1.0",
                "simpletest/simpletest": "^1.1",
                "squizlabs/php_codesniffer": "~2.2"
            },
            "suggest": {
                "pdepend/pdepend": "PHP version of JDepend",
                "pear/archive_tar": "Tar file management class",
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
                "phpmd/phpmd": "PHP version of PMD tool",
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
                "phpunit/phpunit": "The PHP Unit Testing Framework",
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
                "tedivm/jshrink": "Javascript Minifier built in PHP"
            },
            "bin": [
                "bin/phing"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.16.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "classes/phing/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "classes"
            ],
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                },
                {
                    "name": "Phing Community",
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
                }
            ],
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
            "homepage": "https://www.phing.info/",
            "keywords": [
                "build",
                "phing",
                "task",
                "tool"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-12-22T20:16:33+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "psr/container",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-14T16:28:37+00:00"
Demian Katz's avatar
Demian Katz committed
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-08-06T14:39:51+00:00"
Demian Katz's avatar
Demian Katz committed
        },
        {
            "name": "psr/log",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-10-10T12:19:37+00:00"
        },
        {
            "name": "serialssolutions/summon",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/summon/Summon.php.git",
                "reference": "170beb3b0505f2047613b101213379537e651ea2"
                "url": "https://api.github.com/repos/summon/Summon.php/zipball/170beb3b0505f2047613b101213379537e651ea2",
                "reference": "170beb3b0505f2047613b101213379537e651ea2",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SerialsSolutions": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu"
                }
            ],
            "description": "Library for interacting with Serials Solutions' Summon API.",
            "time": "2017-05-17T20:36:35+00:00"
        },
        {
            "name": "swagger-api/swagger-ui",
            "version": "v2.2.10",
            "source": {
                "type": "git",
                "url": "https://github.com/swagger-api/swagger-ui.git",
                "reference": "64dc3060b3700b12e466f8d67b7d7ec3574b015f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/64dc3060b3700b12e466f8d67b7d7ec3574b015f",
                "reference": "64dc3060b3700b12e466f8d67b7d7ec3574b015f",
                "shasum": ""
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Tony Tam",
                    "email": "fehguy@gmail.com"
                },
                {
                    "name": "Mohsen Azimi",
                    "email": "me@azimi.me"
                }
            ],
            "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
            "homepage": "http://swagger.io",
            "keywords": [
                "api",
                "documentation",
                "openapi",
                "specification",
                "swagger",
                "ui"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-01-05T08:57:09+00:00"
Demian Katz's avatar
Demian Katz committed
            "version": "v3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
                "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "symfony/console": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "https://symfony.com",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-06-02T22:05:06+00:00"
        },
        {
            "name": "vufind-org/vufindcode",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindcode.git",
                "reference": "f50091c35f50865b926bac549e671347c4d4389d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vufind-org/vufindcode/zipball/f50091c35f50865b926bac549e671347c4d4389d",
                "reference": "f50091c35f50865b926bac549e671347c4d4389d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "1.11.3",
                "phploc/phploc": "2.0.6",
                "phpmd/phpmd": "1.5.0",
                "phpunit/phpunit": "4.8.4",
                "sebastian/phpcpd": "1.4.3",
                "squizlabs/php_codesniffer": "2.6.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "VuFindCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu"
                }
            ],
            "description": "Class for representing ISBNs (a VuFind support library)",
            "homepage": "https://vufind.org/",
Demian Katz's avatar
Demian Katz committed
            "time": "2016-06-06T19:12:16+00:00"
        },
        {
            "name": "vufind-org/vufindharvest",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindharvest.git",
                "reference": "c59e0a64b59873120c5cda32cbb8654629a8320e"
                "url": "https://api.github.com/repos/vufind-org/vufindharvest/zipball/c59e0a64b59873120c5cda32cbb8654629a8320e",
                "reference": "c59e0a64b59873120c5cda32cbb8654629a8320e",
                "php": ">=5.6",
                "zendframework/zend-console": ">=2.2",
                "zendframework/zend-http": ">=2.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "1.11.6",
                "phing/phing": "2.16.0",
                "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"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "VuFindHarvest\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu",
                    "role": "Maintainer"
                }
            ],
            "description": "VuFind Harvest Tools",
            "homepage": "https://vufind.org/",
            "time": "2017-04-06T18:31:39+00:00"
        },
        {
            "name": "vufind-org/vufindhttp",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindhttp.git",
                "reference": "b1b7dcd5f2c87a199fd3d6d439898cc7ddd0d7ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vufind-org/vufindhttp/zipball/b1b7dcd5f2c87a199fd3d6d439898cc7ddd0d7ca",
                "reference": "b1b7dcd5f2c87a199fd3d6d439898cc7ddd0d7ca",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "zendframework/zend-http": ">=2.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "1.11.3",
                "phploc/phploc": "2.0.6",
                "phpmd/phpmd": "1.5.0",
                "phpunit/phpunit": "4.8.4",
                "sebastian/phpcpd": "2.0.0",
                "squizlabs/php_codesniffer": "2.6.0",
                "zendframework/zend-uri": ">=2.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "VuFindHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "David Maus",
                    "email": "maus@hab.de",
                    "role": "developer"
                },
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu",
                    "role": "Maintainer"
                }
            ],
            "description": "VuFind HTTP service library",
            "homepage": "https://vufind.org/",
Demian Katz's avatar
Demian Katz committed
            "time": "2016-09-23T12:51:36+00:00"
        },
        {
            "name": "yajra/laravel-pdo-via-oci8",
Demian Katz's avatar
Demian Katz committed
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/pdo-via-oci8.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "b3e52482af67770a0b3ea620f11ba0a1b38b4afd"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/yajra/pdo-via-oci8/zipball/b3e52482af67770a0b3ea620f11ba0a1b38b4afd",
                "reference": "b3e52482af67770a0b3ea620f11ba0a1b38b4afd",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "4.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Yajra\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arjay Angeles",
                    "email": "aqangeles@gmail.com"
                }
            ],
            "description": "PDO userspace driver proxying calls to PHP OCI8 driver",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-02T02:51:53+00:00"
        },
        {
            "name": "zendframework/zend-cache",
            "version": "2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-cache.git",
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
                "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "phpbench/phpbench": "^0.10.0",
                "phpunit/phpunit": "^4.8",
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-serializer": "^2.6",
                "zendframework/zend-session": "^2.6.2"
            },
            "suggest": {
                "ext-apc": "APC or compatible extension, to use the APC storage adapter",
                "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
                "ext-dba": "DBA, to use the DBA storage adapter",
                "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
                "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
                "ext-mongo": "Mongo, to use MongoDb storage adapter",
                "ext-redis": "Redis, to use Redis storage adapter",
                "ext-wincache": "WinCache, to use the WinCache storage adapter",
                "ext-xcache": "XCache, to use the XCache storage adapter",
                "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-session": "Zend\\Session component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev",
                    "dev-develop": "2.8-dev"
                },
                "zf": {
                    "component": "Zend\\Cache",
                    "config-provider": "Zend\\Cache\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a generic way to cache any data",
            "homepage": "https://github.com/zendframework/zend-cache",
            "keywords": [
                "cache",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-12-16T11:35:47+00:00"
        },
        {
            "name": "zendframework/zend-captcha",
Demian Katz's avatar
Demian Katz committed
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-captcha.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "2d56293a5ae3e45e7c8ee7030aa8b305768d8014"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/2d56293a5ae3e45e7c8ee7030aa8b305768d8014",
                "reference": "2d56293a5ae3e45e7c8ee7030aa8b305768d8014",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0",
                "zendframework/zend-math": "^2.6 || ^3.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-session": "^2.6",
                "zendframework/zend-text": "^2.6",
                "zendframework/zend-validator": "^2.6",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zendservice-recaptcha": "^3.0"
            },
            "suggest": {
                "zendframework/zend-i18n-resources": "Translations of captcha messages",
                "zendframework/zend-session": "Zend\\Session component",
                "zendframework/zend-text": "Zend\\Text component",
                "zendframework/zend-validator": "Zend\\Validator component",
                "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "2.7-dev",
                    "dev-develop": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Captcha\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-captcha",
            "keywords": [
                "captcha",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-23T08:09:44+00:00"
        },
        {
            "name": "zendframework/zend-code",
            "version": "2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-code.git",
                "reference": "95033f061b083e16cdee60530ec260d7d628b887"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
                "reference": "95033f061b083e16cdee60530ec260d7d628b887",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
            },
            "require-dev": {
                "doctrine/annotations": "~1.0",
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "^4.8.21",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "suggest": {
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev",
                    "dev-develop": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides facilities to generate arbitrary code using an object oriented interface",
            "homepage": "https://github.com/zendframework/zend-code",
            "keywords": [
                "code",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-04-20T17:26:42+00:00"
        },
        {
            "name": "zendframework/zend-config",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-config.git",
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
                "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "zendframework/zend-filter": "^2.6",
                "zendframework/zend-i18n": "^2.5",
                "zendframework/zend-json": "^2.6.1",
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
            },
            "suggest": {
                "zendframework/zend-filter": "Zend\\Filter component",
                "zendframework/zend-i18n": "Zend\\I18n component",
                "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev",
                    "dev-develop": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Config\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a nested object property based user interface for accessing this configuration data within application code",
            "homepage": "https://github.com/zendframework/zend-config",
            "keywords": [
                "config",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-02-04T23:01:10+00:00"
        },
        {
            "name": "zendframework/zend-console",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-console.git",
                "reference": "cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360",
                "reference": "cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "^4.0",
                "zendframework/zend-filter": "^2.6",
                "zendframework/zend-json": "^2.6",
                "zendframework/zend-validator": "^2.5"
            },
            "suggest": {
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev",
                    "dev-develop": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Console\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-console",
            "keywords": [
                "console",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-02-09T17:15:12+00:00"
        },
        {
            "name": "zendframework/zend-crypt",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-crypt.git",
                "reference": "274cdcb77a2165d6aff36b606e9d1c687ba9386c"
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/274cdcb77a2165d6aff36b606e9d1c687ba9386c",
                "reference": "274cdcb77a2165d6aff36b606e9d1c687ba9386c",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "~1.0",
                "ext-mbstring": "*",
                "php": "^5.6 || ^7.0",
                "zendframework/zend-math": "^3.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.6.7",
                "squizlabs/php_codesniffer": "^2.3.1"
                "ext-openssl": "Required for most features of Zend\\Crypt"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev",
                    "dev-develop": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Crypt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-crypt",
            "keywords": [
                "crypt",
                "zf2"
            ],
            "time": "2016-12-06T15:33:37+00:00"
        },
        {
            "name": "zendframework/zend-db",
            "version": "2.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-db.git",
                "reference": "5926a1a2e7e035546b690cb7d4c11a3c47db2c98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-db/zipball/5926a1a2e7e035546b690cb7d4c11a3c47db2c98",
                "reference": "5926a1a2e7e035546b690cb7d4c11a3c47db2c98",
                "shasum": ""
            },
            "require": {
                "php": "^5.5 || ^7.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
                "zendframework/zend-hydrator": "^1.1 || ^2.1",
                "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "Zend\\EventManager component",
                "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev",
                    "dev-develop": "2.9-dev"
                },
                "zf": {
                    "component": "Zend\\Db",
                    "config-provider": "Zend\\Db\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Db\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-db",
            "keywords": [
                "db",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-08-09T19:28:55+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "zendframework/zend-diactoros",
            "version": "1.4.0",
Demian Katz's avatar
Demian Katz committed
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-diactoros.git",
                "reference": "b03f285a333f51e58c95cce54109a4a9ed691436"
Demian Katz's avatar
Demian Katz committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b03f285a333f51e58c95cce54109a4a9ed691436",
                "reference": "b03f285a333f51e58c95cce54109a4a9ed691436",
Demian Katz's avatar
Demian Katz committed
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0",
                "psr/http-message": "~1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
Demian Katz's avatar
Demian Katz committed
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-libxml": "*",
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^4.6 || ^5.5",
                "zendframework/zend-coding-standard": "~1.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev",
                    "dev-develop": "1.5-dev"
Demian Katz's avatar
Demian Katz committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "homepage": "https://github.com/zendframework/zend-diactoros",
            "keywords": [
                "http",
                "psr",
                "psr-7"
            ],
            "time": "2017-04-06T16:18:34+00:00"
Demian Katz's avatar
Demian Katz committed
        },
        {
            "name": "zendframework/zend-dom",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-dom.git",
                "reference": "a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e",
                "reference": "a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev",
                    "dev-develop": "2.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Dom\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides tools for working with DOM documents and structures",
            "homepage": "https://github.com/zendframework/zend-dom",
            "keywords": [
                "dom",
                "zf2"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2015-10-14T03:37:48+00:00"
        },
        {
            "name": "zendframework/zend-escaper",
            "version": "2.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-escaper.git",
                "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
                "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev",
                    "dev-develop": "2.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Escaper\\": "src/"
                }
Loading full blame...