Skip to content
Snippets Groups Projects
composer.lock 257 KiB
Newer Older
                }
            ],
            "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-14T04:17:31+00:00"
        },
        {
            "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/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.10",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
                "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.5.9|>=7.0.8"
            },
            "require-dev": {
                "symfony/console": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "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-10-05T14:43:42+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",
                },
                {
                    "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",
Demian Katz's avatar
Demian Katz committed
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-config.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "a12e4a592bf66d9629b84960e268f3752e53abe4"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/a12e4a592bf66d9629b84960e268f3752e53abe4",
                "reference": "a12e4a592bf66d9629b84960e268f3752e53abe4",
Demian Katz's avatar
Demian Katz committed
                "ext-json": "*",
                "php": "^5.6 || ^7.0",
                "psr/container": "^1.0",
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
            },
            "conflict": {
                "container-interop/container-interop": "<1.2.0"
Demian Katz's avatar
Demian Katz committed
                "malukenho/docheader": "^0.1.5",
                "phpunit/phpunit": "^5.7 || ^6.0",
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-filter": "^2.7.1",
                "zendframework/zend-i18n": "^2.7.3",
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1"
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-filter": "^2.7.1; install if you want to use the Filter processor",
                "zendframework/zend-i18n": "^2.7.3; install if you want to use the Translator processor",
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1; if you need an extensible plugin manager for use with the Config Factory"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "3.1-dev",
                    "dev-develop": "3.2-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": "2017-02-22T14:31:10+00:00"
        },
        {
            "name": "zendframework/zend-console",
Demian Katz's avatar
Demian Katz committed
            "version": "2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-console.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
                "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || ^7.0",
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-filter": "^2.7.2",
                "zendframework/zend-json": "^2.6 || ^3.0",
                "zendframework/zend-validator": "^2.10.1"
            },
            "suggest": {
                "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
                "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Console\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
Demian Katz's avatar
Demian Katz committed
                "ZendFramework",
Demian Katz's avatar
Demian Katz committed
                "zf"
Demian Katz's avatar
Demian Katz committed
            "time": "2018-01-25T19:08:04+00:00"
        },
        {
            "name": "zendframework/zend-crypt",
Demian Katz's avatar
Demian Katz committed
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-crypt.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "514cef5556bac069e36c2cbded40e529b86bb3f2"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/514cef5556bac069e36c2cbded40e529b86bb3f2",
                "reference": "514cef5556bac069e36c2cbded40e529b86bb3f2",
                "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"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-07-17T15:46:00+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",