Skip to content
Snippets Groups Projects
composer.lock 339 KiB
Newer Older
Sebastian Kehr's avatar
Sebastian Kehr committed
                "symfony/cache": "~3.1|~4.0"
            },
            "suggest": {
                "psr/cache-implementation": "To cache access methods."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\PropertyAccess\\": ""
                },
                "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"
                }
            ],
Sebastian Kehr's avatar
Sebastian Kehr committed
            "description": "Symfony PropertyAccess Component",
            "homepage": "https://symfony.com",
            "keywords": [
Sebastian Kehr's avatar
Sebastian Kehr committed
                "access",
                "array",
                "extraction",
                "index",
                "injection",
                "object",
                "property",
                "property path",
                "reflection"
Sebastian Kehr's avatar
Sebastian Kehr committed
            "time": "2019-01-01T13:45:19+00:00"
Sebastian Kehr's avatar
Sebastian Kehr committed
            "name": "symfony/property-info",
            "version": "v3.4.35",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "url": "https://github.com/symfony/property-info.git",
                "reference": "5248becda0a0554ca4ae982825f012076f9e66a6"
Sebastian Kehr's avatar
Sebastian Kehr committed
                "url": "https://api.github.com/repos/symfony/property-info/zipball/5248becda0a0554ca4ae982825f012076f9e66a6",
                "reference": "5248becda0a0554ca4ae982825f012076f9e66a6",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "php": "^5.5.9|>=7.0.8",
                "symfony/inflector": "~3.1|~4.0"
            },
            "conflict": {
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
                "phpdocumentor/type-resolver": "<0.3.0",
                "symfony/dependency-injection": "<3.3"
            },
            "require-dev": {
                "doctrine/annotations": "~1.7",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
                "symfony/cache": "~3.1|~4.0",
                "symfony/dependency-injection": "~3.3|~4.0",
                "symfony/serializer": "~2.8|~3.0|~4.0"
            },
            "suggest": {
                "phpdocumentor/reflection-docblock": "To use the PHPDoc",
                "psr/cache-implementation": "To cache results",
                "symfony/doctrine-bridge": "To use Doctrine metadata",
                "symfony/serializer": "To use Serializer metadata"
Sebastian Kehr's avatar
Sebastian Kehr committed
                    "dev-master": "3.4-dev"
Sebastian Kehr's avatar
Sebastian Kehr committed
                    "Symfony\\Component\\PropertyInfo\\": ""
Sebastian Kehr's avatar
Sebastian Kehr committed
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Sebastian Kehr's avatar
Sebastian Kehr committed
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Sebastian Kehr's avatar
Sebastian Kehr committed
            "description": "Symfony Property Info Component",
            "homepage": "https://symfony.com",
            "keywords": [
Sebastian Kehr's avatar
Sebastian Kehr committed
                "doctrine",
                "phpdoc",
                "property",
                "symfony",
                "type",
                "validator"
Sebastian Kehr's avatar
Sebastian Kehr committed
            "time": "2019-10-11T04:14:16+00:00"
Sebastian Kehr's avatar
Sebastian Kehr committed
            "name": "symfony/serializer",
            "version": "v3.4.35",
            "source": {
                "type": "git",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "url": "https://github.com/symfony/serializer.git",
                "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675"
            },
            "dist": {
                "type": "zip",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675",
                "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
Sebastian Kehr's avatar
Sebastian Kehr committed
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "phpdocumentor/type-resolver": "<0.2.1",
                "symfony/dependency-injection": "<3.2",
                "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
                "symfony/property-info": "<3.1",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
Sebastian Kehr's avatar
Sebastian Kehr committed
                "doctrine/annotations": "~1.0",
                "doctrine/cache": "~1.0",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
                "symfony/cache": "~3.1|~4.0",
                "symfony/config": "~2.8|~3.0|~4.0",
                "symfony/dependency-injection": "~3.2|~4.0",
                "symfony/http-foundation": "~2.8|~3.0|~4.0",
                "symfony/property-access": "~2.8|~3.0|~4.0",
                "symfony/property-info": "^3.4.13|~4.0",
                "symfony/yaml": "~3.4|~4.0"
Sebastian Kehr's avatar
Sebastian Kehr committed
                "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
                "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
                "psr/cache-implementation": "For using the metadata cache.",
                "symfony/config": "For using the XML mapping loader.",
                "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
                "symfony/property-access": "For using the ObjectNormalizer.",
                "symfony/property-info": "To deserialize relations.",
                "symfony/yaml": "For using the default YAML mapping loader."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
Sebastian Kehr's avatar
Sebastian Kehr committed
                    "Symfony\\Component\\Serializer\\": ""
                },
                "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"
                }
            ],
Sebastian Kehr's avatar
Sebastian Kehr committed
            "description": "Symfony Serializer Component",
            "homepage": "https://symfony.com",
Sebastian Kehr's avatar
Sebastian Kehr committed
            "time": "2019-11-12T17:51:12+00:00"
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea"
                "url": "https://api.github.com/repos/symfony/yaml/zipball/554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
                "reference": "554a59a1ccbaac238a89b19c8e551a556fd0e2ea",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
Demian Katz's avatar
Demian Katz committed
            "conflict": {
                "symfony/console": "<3.4"
            },
Demian Katz's avatar
Demian Katz committed
                "symfony/console": "~3.4|~4.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.4-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",
            "time": "2019-01-01T13:45:19+00:00"
        },
        {
            "name": "true/punycode",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/true/php-punycode.git",
                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
                "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.7",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "TrueBV\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Renan Gonçalves",
                    "email": "renan.saddam@gmail.com"
                }
            ],
            "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
            "homepage": "https://github.com/true/php-punycode",
            "keywords": [
                "idna",
                "punycode"
            ],
            "time": "2016-11-16T10:37:54+00:00"
        },
        {
            "name": "vufind-org/vufindcode",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindcode.git",
                "reference": "c95683bbe2ed5259a807669fd3d0f58ad24964fe"
                "url": "https://api.github.com/repos/vufind-org/vufindcode/zipball/c95683bbe2ed5259a807669fd3d0f58ad24964fe",
                "reference": "c95683bbe2ed5259a807669fd3d0f58ad24964fe",
                "friendsofphp/php-cs-fixer": "2.11.1",
                "pear/http_request2": "2.3.0",
                "phing/phing": "2.16.1",
                "phploc/phploc": "4.0.1",
                "phpmd/phpmd": "2.6.0",
                "phpunit/phpunit": "6.5.8",
                "sebastian/phpcpd": "3.0.1",
                "squizlabs/php_codesniffer": "3.2.3"
            },
            "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/",
            "time": "2019-01-22T14:41:47+00:00"
        },
        {
            "name": "vufind-org/vufinddate",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufinddate.git",
                "reference": "1bec5458b48d96fa8ff87123584042780f4c3c24"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vufind-org/vufinddate/zipball/1bec5458b48d96fa8ff87123584042780f4c3c24",
                "reference": "1bec5458b48d96fa8ff87123584042780f4c3c24",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.8"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.11.1",
                "pear/http_request2": "2.3.0",
                "phing/phing": "2.16.1",
                "phploc/phploc": "4.0.1",
                "phpmd/phpmd": "2.6.0",
                "phpunit/phpunit": "6.5.8",
                "sebastian/phpcpd": "3.0.1",
                "squizlabs/php_codesniffer": "3.2.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "VuFind\\Date\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu"
                }
            ],
            "description": "Date formatting tools for the VuFind project",
            "homepage": "https://vufind.org/",
            "time": "2018-05-23T19:59:10+00:00"
        },
        {
            "name": "vufind-org/vufindharvest",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindharvest.git",
                "reference": "a7391a2e3b9efc031c4e223debf7a56678e420a8"
                "url": "https://api.github.com/repos/vufind-org/vufindharvest/zipball/a7391a2e3b9efc031c4e223debf7a56678e420a8",
                "reference": "a7391a2e3b9efc031c4e223debf7a56678e420a8",
                "zendframework/zend-console": ">=2.2",
                "zendframework/zend-http": ">=2.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.11.1",
                "pear/http_request2": "2.3.0",
                "phing/phing": "2.16.1",
                "phploc/phploc": "4.0.1",
                "phpmd/phpmd": "2.6.0",
                "phpunit/phpunit": "6.5.8",
                "sebastian/phpcpd": "3.0.1",
                "squizlabs/php_codesniffer": "3.2.3"
            },
            "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": "2018-05-23T19:14:41+00:00"
        },
        {
            "name": "vufind-org/vufindhttp",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindhttp.git",
                "reference": "2415b70424156ef9ebcbcff7900500c5fa62789b"
                "url": "https://api.github.com/repos/vufind-org/vufindhttp/zipball/2415b70424156ef9ebcbcff7900500c5fa62789b",
                "reference": "2415b70424156ef9ebcbcff7900500c5fa62789b",
                "zendframework/zend-http": ">=2.2"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "2.11.1",
                "pear/http_request2": "2.3.0",
                "phing/phing": "2.16.1",
                "phploc/phploc": "4.0.1",
                "phpmd/phpmd": "2.6.0",
                "phpunit/phpunit": "6.5.8",
                "sebastian/phpcpd": "3.0.1",
                "squizlabs/php_codesniffer": "3.2.3",
                "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/",
            "time": "2018-05-23T17:51:55+00:00"
Sebastian Kehr's avatar
Sebastian Kehr committed
        {
            "name": "webmozart/assert",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Assertions to validate method input/output with nice error messages.",
            "keywords": [
                "assert",
                "check",
                "validate"
            ],
            "time": "2018-12-25T11:19:39+00:00"
        },
Sebastian Kehr's avatar
Sebastian Kehr committed
        {
            "name": "wikimedia/composer-merge-plugin",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/composer-merge-plugin.git",
                "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
                "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "composer/composer": "~1.0.0",
                "jakub-onderka/php-parallel-lint": "~0.8",
                "phpunit/phpunit": "~4.8|~5.0",
                "squizlabs/php_codesniffer": "~2.1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                },
                "class": "Wikimedia\\Composer\\MergePlugin"
            },
            "autoload": {
                "psr-4": {
                    "Wikimedia\\Composer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bryan Davis",
                    "email": "bd808@wikimedia.org"
                }
            ],
            "description": "Composer plugin to merge multiple composer.json files",
            "time": "2017-04-25T02:31:25+00:00"
        },
        {
            "name": "yajra/laravel-pdo-via-oci8",
            "source": {
                "type": "git",
                "url": "https://github.com/yajra/pdo-via-oci8.git",
                "reference": "68d8387fae774b1ba56c809a59f87ca91a29dbf5"
                "url": "https://api.github.com/repos/yajra/pdo-via-oci8/zipball/68d8387fae774b1ba56c809a59f87ca91a29dbf5",
                "reference": "68d8387fae774b1ba56c809a59f87ca91a29dbf5",
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^6.4"
            },
            "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",
            "time": "2018-09-05T03:22:57+00:00"
        },
        {
            "name": "zendframework/zend-cache",
Demian Katz's avatar
Demian Katz committed
            "version": "2.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-cache.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/4983dff629956490c78b88adcc8ece4711d7d8a3",
                "reference": "4983dff629956490c78b88adcc8ece4711d7d8a3",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || ^7.0",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0",
                "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
            },
            "provide": {
                "psr/cache-implementation": "1.0",
                "psr/simple-cache-implementation": "1.0"
Demian Katz's avatar
Demian Katz committed
                "cache/integration-tests": "^0.16",
                "phpbench/phpbench": "^0.13",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-serializer": "^2.6",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-session": "^2.7.4"
            },
            "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",
Demian Katz's avatar
Demian Katz committed
                "ext-mongodb": "MongoDB, to use the ExtMongoDb 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",
Demian Katz's avatar
Demian Katz committed
                "mongodb/mongodb": "Required for use with the ext-mongodb 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": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "2.8.x-dev",
                    "dev-develop": "2.9.x-dev"
                },
                "zf": {
                    "component": "Zend\\Cache",
                    "config-provider": "Zend\\Cache\\ConfigProvider"
                }
            },
            "autoload": {
Demian Katz's avatar
Demian Katz committed
                "files": [
                    "autoload/patternPluginManagerPolyfill.php"
                ],
                "psr-4": {
                    "Zend\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
Demian Katz's avatar
Demian Katz committed
                "ZendFramework",
Demian Katz's avatar
Demian Katz committed
                "psr-16",
                "psr-6",
                "zf"
Demian Katz's avatar
Demian Katz committed
            "time": "2018-05-01T21:58:00+00:00"
        },
        {
            "name": "zendframework/zend-captcha",
Demian Katz's avatar
Demian Katz committed
            "version": "2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-captcha.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "37e9b6a4f632a9399eecbf2e5e325ad89083f87b"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/37e9b6a4f632a9399eecbf2e5e325ad89083f87b",
                "reference": "37e9b6a4f632a9399eecbf2e5e325ad89083f87b",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-math": "^2.7 || ^3.0",
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-coding-standard": "~1.0.0",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-session": "^2.8",
                "zendframework/zend-text": "^2.6",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-validator": "^2.10.1",
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.8.x-dev",
                    "dev-develop": "2.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Captcha\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
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-04-24T17:24:10+00:00"
        },
        {
            "name": "zendframework/zend-code",
Demian Katz's avatar
Demian Katz committed
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-code.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27",
                "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27",
Demian Katz's avatar
Demian Katz committed
                "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6",
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
            },
            "require-dev": {
                "doctrine/annotations": "~1.0",
Demian Katz's avatar
Demian Katz committed
                "ext-phar": "*",
                "phpunit/phpunit": "^4.8.21",
Demian Katz's avatar
Demian Katz committed
                "squizlabs/php_codesniffer": "^2.5",
                "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": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "3.1-dev",
                    "dev-develop": "3.2-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-10-24T13:23:32+00:00"
        },
        {
            "name": "zendframework/zend-config",
Demian Katz's avatar
Demian Katz committed
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-config.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "6796f5dcba52c84ef2501d7313618989b5ef3023"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-config/zipball/6796f5dcba52c84ef2501d7313618989b5ef3023",
                "reference": "6796f5dcba52c84ef2501d7313618989b5ef3023",
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.6",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-coding-standard": "~1.0.0",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-filter": "^2.7.2",
                "zendframework/zend-i18n": "^2.7.4",
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3"
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-filter": "^2.7.2; install if you want to use the Filter processor",
                "zendframework/zend-i18n": "^2.7.4; install if you want to use the Translator processor",
                "zendframework/zend-servicemanager": "^2.7.8 || ^3.3; 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.2.x-dev",
                    "dev-develop": "3.3.x-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",
            "keywords": [
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-04-24T19:26:44+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.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-crypt.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "9c2916faa9b2132a0f91cdca8e95b025c352f065"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/9c2916faa9b2132a0f91cdca8e95b025c352f065",
                "reference": "9c2916faa9b2132a0f91cdca8e95b025c352f065",
Demian Katz's avatar
Demian Katz committed
                "container-interop/container-interop": "^1.2",
                "ext-mbstring": "*",
                "php": "^5.6 || ^7.0",
                "zendframework/zend-math": "^3.0",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
                "zendframework/zend-coding-standard": "~1.0.0"
                "ext-openssl": "Required for most features of Zend\\Crypt"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "3.3.x-dev",
                    "dev-develop": "3.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Crypt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "Strong cryptography tools and password hashing",
Demian Katz's avatar
Demian Katz committed
                "ZendFramework",
Demian Katz's avatar
Demian Katz committed
                "zf"