?? GreyFile — Mystic File Browser

Current path: home/webdevt/cryptoimpot.fr/



?? Go up: /home/webdevt

?? Viewing: composer.lock

{
    "_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#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "e324f38a9a5c44bc3c79724c7dee76be",
    "packages": [
        {
            "name": "braintree/braintreehttp",
            "version": "0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/braintree/braintreehttp_php.git",
                "reference": "204e36494d9e4b31033328df96af54b17f68b698"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/braintree/braintreehttp_php/zipball/204e36494d9e4b31033328df96af54b17f68b698",
                "reference": "204e36494d9e4b31033328df96af54b17f68b698",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7",
                "wiremock-php/wiremock-php": "1.43.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BraintreeHttp\\": "lib/BraintreeHttp"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Braintree",
                    "email": "code@getbraintree.com"
                }
            ],
            "abandoned": true,
            "time": "2018-04-17T20:53:31+00:00"
        },
        {
            "name": "container-interop/container-interop",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "shasum": ""
            },
            "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.)",
            "homepage": "https://github.com/container-interop/container-interop",
            "abandoned": "psr/container",
            "time": "2017-02-14T19:40:03+00:00"
        },
        {
            "name": "doctrine/annotations",
            "version": "1.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
                "reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "ext-tokenizer": "*",
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "^7.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2020-04-20T09:18:32+00:00"
        },
        {
            "name": "doctrine/cache",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
                "shasum": ""
            },
            "require": {
                "php": "~7.1"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "mongodb/mongodb": "^1.1",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~1.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "time": "2019-11-29T15:36:20+00:00"
        },
        {
            "name": "doctrine/collections",
            "version": "1.6.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan-shim": "^0.9.2",
                "phpunit/phpunit": "^7.0",
                "vimeo/psalm": "^3.2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
            "keywords": [
                "array",
                "collections",
                "iterators",
                "php"
            ],
            "time": "2019-11-13T13:07:11+00:00"
        },
        {
            "name": "doctrine/common",
            "version": "2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "308728eae8d90412d850c155d40b1cfbede549da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da",
                "reference": "308728eae8d90412d850c155d40b1cfbede549da",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "doctrine/inflector": "^1.0",
                "doctrine/lexer": "^1.0",
                "doctrine/persistence": "^1.3.3",
                "doctrine/reflection": "^1.0",
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^1.0",
                "phpstan/phpstan": "^0.11",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpunit/phpunit": "^7.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/phpunit-bridge": "^4.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
            "homepage": "https://www.doctrine-project.org/projects/common.html",
            "keywords": [
                "common",
                "doctrine",
                "php"
            ],
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-15T05:51:54+00:00"
        },
        {
            "name": "doctrine/data-fixtures",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "39e9777c9089351a468f780b01cffa3cb0a42907"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/39e9777c9089351a468f780b01cffa3cb0a42907",
                "reference": "39e9777c9089351a468f780b01cffa3cb0a42907",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "^2.11",
                "doctrine/persistence": "^1.3.3",
                "php": "^7.2"
            },
            "conflict": {
                "doctrine/phpcr-odm": "<1.3.0"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "doctrine/dbal": "^2.5.4",
                "doctrine/mongodb-odm": "^1.3.0",
                "doctrine/orm": "^2.7.0",
                "phpunit/phpunit": "^7.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
                "doctrine/orm": "For loading ORM fixtures",
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Data Fixtures for all Doctrine Object Managers",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database"
            ],
            "time": "2020-01-17T11:11:28+00:00"
        },
        {
            "name": "doctrine/dbal",
            "version": "2.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
                "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.2"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "jetbrains/phpstorm-stubs": "^2019.1",
                "nikic/php-parser": "^4.4",
                "phpstan/phpstan": "^0.12",
                "phpunit/phpunit": "^8.4.1",
                "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
                "vimeo/psalm": "^3.11"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10.x-dev",
                    "dev-develop": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlanywhere",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                    "type": "tidelift"
                }
            ],
            "time": "2020-04-20T17:19:26+00:00"
        },
        {
            "name": "doctrine/doctrine-module",
            "version": "2.1.10",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineModule.git",
                "reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/2b961e58eb911bfe1e99a6e9a69087e05a24201c",
                "reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.7",
                "doctrine/common": "^2.8",
                "php": "^7.1",
                "symfony/console": "^3.3 || ^4.0 || ^5.0",
                "zendframework/zend-authentication": "^2.5.3",
                "zendframework/zend-cache": "^2.7.1",
                "zendframework/zend-form": "^2.11",
                "zendframework/zend-hydrator": "^2.3",
                "zendframework/zend-mvc": "^3.1",
                "zendframework/zend-paginator": "^2.8",
                "zendframework/zend-servicemanager": "^3.3",
                "zendframework/zend-stdlib": "^3.1",
                "zendframework/zend-validator": "^2.10"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5.2",
                "predis/predis": "^1.1",
                "squizlabs/php_codesniffer": "^2.7",
                "zendframework/zend-i18n": "^2.7",
                "zendframework/zend-log": "^2.9",
                "zendframework/zend-modulemanager": "^2.8",
                "zendframework/zend-mvc-console": "^1.1.11",
                "zendframework/zend-serializer": "^2.8",
                "zendframework/zend-session": "^2.8",
                "zendframework/zend-test": "^3.1.1",
                "zendframework/zend-version": "^2.5.1"
            },
            "suggest": {
                "doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments",
                "zendframework/zend-mvc-console": "^1.1.11 if you want to use the ZF3 console libraries"
            },
            "bin": [
                "bin/doctrine-module"
            ],
            "type": "library",
            "extra": {
                "zf": {
                    "config-provider": "DoctrineModule\\ConfigProvider",
                    "module": "DoctrineModule"
                },
                "branch-alias": {
                    "dev-1.2-dev": "1.2-dev",
                    "dev-2.0-dev": "2.0-dev",
                    "dev-master": "1.2-dev",
                    "dev-develop": "2.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "DoctrineModule\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://marco-pivetta.com/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Michaël Gallego",
                    "email": "mic.gallego@gmail.com",
                    "homepage": "http://www.michaelgallego.fr"
                }
            ],
            "description": "Zend Framework Module that provides Doctrine basic functionality required for ORM and ODM modules",
            "homepage": "http://www.doctrine-project.org/",
            "keywords": [
                "doctrine",
                "module",
                "zf"
            ],
            "time": "2019-11-23T21:33:35+00:00"
        },
        {
            "name": "doctrine/doctrine-orm-module",
            "version": "2.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineORMModule.git",
                "reference": "5693988999afae74cd74a8c43e78cddde1cff464"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/5693988999afae74cd74a8c43e78cddde1cff464",
                "reference": "5693988999afae74cd74a8c43e78cddde1cff464",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.6.0",
                "doctrine/doctrine-module": "^2.1.3",
                "doctrine/orm": "^2.6.3",
                "php": "^7.1",
                "symfony/console": "^3.3 || ^4.0 || ^5.0",
                "zendframework/zend-hydrator": "^2.3",
                "zendframework/zend-mvc": "^3.1",
                "zendframework/zend-servicemanager": "^3.3",
                "zendframework/zend-stdlib": "^3.2.1"
            },
            "require-dev": {
                "doctrine/data-fixtures": "^1.2.1",
                "doctrine/migrations": "^1.5 || ^2.0",
                "phpunit/phpunit": "^7.0.3",
                "squizlabs/php_codesniffer": "^2.7",
                "zendframework/zend-console": "^2.6",
                "zendframework/zend-developer-tools": "^1.1",
                "zendframework/zend-i18n": "^2.7.3",
                "zendframework/zend-log": "^2.9",
                "zendframework/zend-modulemanager": "^2.7.2",
                "zendframework/zend-mvc-console": "^1.2",
                "zendframework/zend-serializer": "^2.8"
            },
            "suggest": {
                "doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
                "zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
                "zendframework/zend-form": "if you want to use form elements backed by Doctrine"
            },
            "type": "library",
            "extra": {
                "zf": {
                    "config-provider": "DoctrineORMModule\\ConfigProvider",
                    "module": "DoctrineORMModule"
                }
            },
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-0": {
                    "DoctrineORMModule\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://marco-pivetta.com/"
                },
                {
                    "name": "Evan Coury",
                    "email": "me@evancoury.com",
                    "homepage": "http://blog.evan.pro/"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                }
            ],
            "description": "Zend Framework Module that provides Doctrine ORM functionality",
            "homepage": "http://www.doctrine-project.org/",
            "keywords": [
                "doctrine",
                "module",
                "orm",
                "zf"
            ],
            "time": "2019-11-23T22:00:58+00:00"
        },
        {
            "name": "doctrine/event-manager",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "629572819973f13486371cb611386eb17851e85c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
                "reference": "629572819973f13486371cb611386eb17851e85c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.9@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "time": "2019-11-10T09:48:07+00:00"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3",
                "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "doctrine/coding-standard": "^7.0",
                "phpstan/phpstan": "^0.11",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-strict-rules": "^0.11",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-09T15:09:09+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-shim": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2019-10-21T16:45:58+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11.8",
                "phpunit/phpunit": "^8.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "time": "2019-10-30T14:39:59+00:00"
        },
        {
            "name": "doctrine/migrations",
            "version": "v1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/migrations.git",
                "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
                "reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "~2.6",
                "ocramius/proxy-manager": "^1.0|^2.0",
                "php": "^7.1",
                "symfony/console": "~3.3|^4.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^1.0",
                "doctrine/orm": "~2.5",
                "jdorn/sql-formatter": "~1.1",
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": "~7.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/yaml": "~3.3|^4.0"
            },
            "suggest": {
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
                "symfony/yaml": "Allows the use of yaml for migration configuration files."
            },
            "bin": [
                "bin/doctrine-migrations"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "v1.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
                    "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Michael Simonson",
                    "email": "contact@mikesimonson.com"
                }
            ],
            "description": "Database Schema migrations using Doctrine DBAL",
            "homepage": "https://www.doctrine-project.org/projects/migrations.html",
            "keywords": [
                "database",
                "migrations"
            ],
            "time": "2018-06-06T21:00:30+00:00"
        },
        {
            "name": "doctrine/orm",
            "version": "v2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/orm.git",
                "reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a",
                "reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.8",
                "doctrine/cache": "^1.9.1",
                "doctrine/collections": "^1.5",
                "doctrine/common": "^2.11",
                "doctrine/dbal": "^2.9.3",
                "doctrine/event-manager": "^1.1",
                "doctrine/instantiator": "^1.3",
                "doctrine/persistence": "^1.2",
                "ext-pdo": "*",
                "ocramius/package-versions": "^1.2",
                "php": "^7.1",
                "symfony/console": "^3.0|^4.0|^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "phpunit/phpunit": "^7.5",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "https://www.doctrine-project.org/projects/orm.html",
            "keywords": [
                "database",
                "orm"
            ],
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine/orm",
                    "type": "tidelift"
                }
            ],
            "time": "2020-03-19T06:41:02+00:00"
        },
        {
            "name": "doctrine/persistence",
            "version": "1.3.7",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
                "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "doctrine/reflection": "^1.2",
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.10@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                    "type": "tidelift"
                }
            ],
            "time": "2020-03-21T15:13:52+00:00"
        },
        {
            "name": "doctrine/reflection",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/reflection.git",
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
                "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "ext-tokenizer": "*",
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "doctrine/common": "^2.10",
                "phpstan/phpstan": "^0.11.0",
                "phpstan/phpstan-phpunit": "^0.11.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
            "keywords": [
                "reflection",
                "static"
            ],
            "abandoned": "roave/better-reflection",
            "time": "2020-03-27T11:06:43+00:00"
        },
        {
            "name": "evenement/evenement",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/igorw/evenement.git",
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
                "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Evenement": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                }
            ],
            "description": "Événement is a very simple event dispatching library for PHP",
            "keywords": [
                "event-dispatcher",
                "event-emitter"
            ],
            "time": "2017-07-23T21:35:13+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
                "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
            },
            "suggest": {
                "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "time": "2019-07-01T23:21:34+00:00"
        },
        {
            "name": "jaggedsoft/php-binance-api",
            "version": "v0.5.18",
            "source": {
                "type": "git",
                "url": "https://github.com/jaggedsoft/php-binance-api.git",
                "reference": "10a47428c43748188a892ab5b7e89c9806979ac7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jaggedsoft/php-binance-api/zipball/10a47428c43748188a892ab5b7e89c9806979ac7",
                "reference": "10a47428c43748188a892ab5b7e89c9806979ac7",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=7.0",
                "ratchet/pawl": "^0.3.0",
                "ratchet/rfc6455": "^0.2.3",
                "react/socket": "^1.0 || ^0.8 || ^0.7"
            },
            "require-dev": {
                "codacy/coverage": "dev-master",
                "phpunit/phpunit": "~6"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "php-binance-api.php",
                    "php-binance-api-rate-limiter.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use.",
            "keywords": [
                "binance",
                "cryptocurrency",
                "websocket"
            ],
            "time": "2020-05-14T16:07:33+00:00"
        },
        {
            "name": "laminas/laminas-authentication",
            "version": "2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-authentication.git",
                "reference": "53505e07858d243792b96be763456f786d953501"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/53505e07858d243792b96be763456f786d953501",
                "reference": "53505e07858d243792b96be763456f786d953501",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-authentication": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-crypt": "^2.6 || ^3.2.1",
                "laminas/laminas-db": "^2.8.2",
                "laminas/laminas-http": "^2.7",
                "laminas/laminas-ldap": "^2.8",
                "laminas/laminas-session": "^2.8",
                "laminas/laminas-uri": "^2.5.2",
                "laminas/laminas-validator": "^2.10.1",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "laminas/laminas-crypt": "Laminas\\Crypt component",
                "laminas/laminas-db": "Laminas\\Db component",
                "laminas/laminas-http": "Laminas\\Http component",
                "laminas/laminas-ldap": "Laminas\\Ldap component",
                "laminas/laminas-session": "Laminas\\Session component",
                "laminas/laminas-uri": "Laminas\\Uri component",
                "laminas/laminas-validator": "Laminas\\Validator component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Authentication\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
            "homepage": "https://laminas.dev",
            "keywords": [
                "Authentication",
                "laminas"
            ],
            "time": "2019-12-31T16:14:48+00:00"
        },
        {
            "name": "laminas/laminas-cache",
            "version": "2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-cache.git",
                "reference": "f4746a868c3e2f2da63c19d23efac12b9d1bb554"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-cache/zipball/f4746a868c3e2f2da63c19d23efac12b9d1bb554",
                "reference": "f4746a868c3e2f2da63c19d23efac12b9d1bb554",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^2.6.3 || ^3.2",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "psr/cache": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "provide": {
                "psr/cache-implementation": "1.0",
                "psr/simple-cache-implementation": "1.0"
            },
            "replace": {
                "zendframework/zend-cache": "self.version"
            },
            "require-dev": {
                "cache/integration-tests": "^0.16",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-serializer": "^2.6",
                "laminas/laminas-session": "^2.7.4",
                "phpbench/phpbench": "^0.13",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.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-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",
                "laminas/laminas-serializer": "Laminas\\Serializer component",
                "laminas/laminas-session": "Laminas\\Session component",
                "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9.x-dev",
                    "dev-develop": "2.10.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Cache",
                    "config-provider": "Laminas\\Cache\\ConfigProvider"
                }
            },
            "autoload": {
                "files": [
                    "autoload/patternPluginManagerPolyfill.php"
                ],
                "psr-4": {
                    "Laminas\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
            "homepage": "https://laminas.dev",
            "keywords": [
                "cache",
                "laminas",
                "psr-16",
                "psr-6"
            ],
            "time": "2019-12-31T16:23:18+00:00"
        },
        {
            "name": "laminas/laminas-captcha",
            "version": "2.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-captcha.git",
                "reference": "b88f650f3adf2d902ef56f6377cceb5cd87b9876"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/b88f650f3adf2d902ef56f6377cceb5cd87b9876",
                "reference": "b88f650f3adf2d902ef56f6377cceb5cd87b9876",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-math": "^2.7 || ^3.0",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-captcha": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-recaptcha": "^3.0",
                "laminas/laminas-session": "^2.8",
                "laminas/laminas-text": "^2.6",
                "laminas/laminas-validator": "^2.10.1",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "laminas/laminas-i18n-resources": "Translations of captcha messages",
                "laminas/laminas-recaptcha": "Laminas\\ReCaptcha component",
                "laminas/laminas-session": "Laminas\\Session component",
                "laminas/laminas-text": "Laminas\\Text component",
                "laminas/laminas-validator": "Laminas\\Validator component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9.x-dev",
                    "dev-develop": "2.10.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Captcha\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "captcha",
                "laminas"
            ],
            "time": "2019-12-31T16:24:14+00:00"
        },
        {
            "name": "laminas/laminas-code",
            "version": "3.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-code.git",
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
                "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^2.6 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.1"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0"
            },
            "replace": {
                "zendframework/zend-code": "self.version"
            },
            "require-dev": {
                "doctrine/annotations": "^1.7",
                "ext-phar": "*",
                "laminas/laminas-coding-standard": "^1.0",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "phpunit/phpunit": "^7.5.16 || ^8.4"
            },
            "suggest": {
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                "laminas/laminas-stdlib": "Laminas\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4.x-dev",
                    "dev-develop": "3.5.x-dev",
                    "dev-dev-4.0": "4.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
            "homepage": "https://laminas.dev",
            "keywords": [
                "code",
                "laminas"
            ],
            "time": "2019-12-31T16:28:24+00:00"
        },
        {
            "name": "laminas/laminas-config",
            "version": "3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-config.git",
                "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
                "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "psr/container": "^1.0"
            },
            "conflict": {
                "container-interop/container-interop": "<1.2.0"
            },
            "replace": {
                "zendframework/zend-config": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-filter": "^2.7.2",
                "laminas/laminas-i18n": "^2.7.4",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                "malukenho/docheader": "^0.1.6",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
                "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3.x-dev",
                    "dev-develop": "3.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\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://laminas.dev",
            "keywords": [
                "config",
                "laminas"
            ],
            "time": "2019-12-31T16:30:11+00:00"
        },
        {
            "name": "laminas/laminas-console",
            "version": "2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-console.git",
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
                "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-console": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-filter": "^2.7.2",
                "laminas/laminas-json": "^2.6 || ^3.0",
                "laminas/laminas-validator": "^2.10.1",
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
            },
            "suggest": {
                "laminas/laminas-filter": "To support DefaultRouteMatcher usage",
                "laminas/laminas-validator": "To support DefaultRouteMatcher usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8.x-dev",
                    "dev-develop": "2.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Console\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Build console applications using getopt syntax or routing, complete with prompts",
            "homepage": "https://laminas.dev",
            "keywords": [
                "console",
                "laminas"
            ],
            "abandoned": "laminas/laminas-cli",
            "time": "2019-12-31T16:31:45+00:00"
        },
        {
            "name": "laminas/laminas-crypt",
            "version": "3.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-crypt.git",
                "reference": "5f5dfe3ca08c965cc1f44f95831a83a81a93bf78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/5f5dfe3ca08c965cc1f44f95831a83a81a93bf78",
                "reference": "5f5dfe3ca08c965cc1f44f95831a83a81a93bf78",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.2",
                "ext-mbstring": "*",
                "laminas/laminas-math": "^3.0",
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-crypt": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "ext-openssl": "Required for most features of Laminas\\Crypt"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3.x-dev",
                    "dev-develop": "3.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Crypt\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Strong cryptography tools and password hashing",
            "homepage": "https://laminas.dev",
            "keywords": [
                "crypt",
                "laminas"
            ],
            "time": "2019-12-31T16:33:24+00:00"
        },
        {
            "name": "laminas/laminas-db",
            "version": "2.11.3",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-db.git",
                "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-db/zipball/6c4238918b9204db1eb8cafae2c1940d40f4c007",
                "reference": "6c4238918b9204db1eb8cafae2c1940d40f4c007",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-db": "^2.11.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14"
            },
            "suggest": {
                "laminas/laminas-eventmanager": "Laminas\\EventManager component",
                "laminas/laminas-hydrator": "Laminas\\Hydrator component for using HydratingResultSets",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev",
                    "dev-develop": "2.12.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Db",
                    "config-provider": "Laminas\\Db\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Db\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "db",
                "laminas"
            ],
            "time": "2020-03-29T12:08:51+00:00"
        },
        {
            "name": "laminas/laminas-dependency-plugin",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-dependency-plugin.git",
                "reference": "f269716dc584cd7b69e7f6e8ac1092d645ab56d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/f269716dc584cd7b69e7f6e8ac1092d645ab56d5",
                "reference": "f269716dc584cd7b69e7f6e8ac1092d645ab56d5",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1",
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "composer/composer": "^1.9",
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpunit/phpunit": "^8.4",
                "roave/security-advisories": "dev-master",
                "webimpress/coding-standard": "^1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev",
                    "dev-develop": "1.1.x-dev"
                },
                "class": "Laminas\\DependencyPlugin\\DependencyRewriterPlugin"
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\DependencyPlugin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
            "time": "2020-01-14T19:36:52+00:00"
        },
        {
            "name": "laminas/laminas-development-mode",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-development-mode.git",
                "reference": "203cf2f61dbea1489cb6e0c42ffdc987ebe4f796"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/203cf2f61dbea1489cb6e0c42ffdc987ebe4f796",
                "reference": "203cf2f61dbea1489cb6e0c42ffdc987ebe4f796",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zfcampus/zf-development-mode": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "mikey179/vfsstream": "^1.6.5",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
            },
            "bin": [
                "bin/laminas-development-mode"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev",
                    "dev-develop": "3.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\DevelopmentMode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Laminas development mode script",
            "homepage": "https://laminas.dev",
            "keywords": [
                "framework",
                "laminas"
            ],
            "time": "2019-12-31T16:40:06+00:00"
        },
        {
            "name": "laminas/laminas-di",
            "version": "3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-di.git",
                "reference": "ee4d80f1756cf8c249e6816513f6f1f9ed89a262"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-di/zipball/ee4d80f1756cf8c249e6816513f6f1f9ed89a262",
                "reference": "ee4d80f1756cf8c249e6816513f6f1f9ed89a262",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^0.4.5 || ^1.0",
                "php": "^7.1",
                "psr/container": "^1.0",
                "psr/log": "^1.0"
            },
            "conflict": {
                "laminas/laminas-servicemanager-di": "*",
                "phpspec/prophecy": "<1.9.0"
            },
            "replace": {
                "zendframework/zend-di": "self.version"
            },
            "require-dev": {
                "container-interop/container-interop": "^1.2.0",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-servicemanager": "^3.0",
                "mikey179/vfsstream": "^1.6.7",
                "phpunit/phpunit": "^7.5.18 || ^8.5"
            },
            "suggest": {
                "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev",
                    "dev-develop": "3.2.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Di",
                    "config-provider": "Laminas\\Di\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Di\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Automated dependency injection for PSR-11 containers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "PSR-11",
                "di",
                "laminas"
            ],
            "time": "2019-12-31T15:17:41+00:00"
        },
        {
            "name": "laminas/laminas-diactoros",
            "version": "1.8.7p2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-diactoros.git",
                "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa",
                "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "replace": {
                "zendframework/zend-diactoros": "~1.8.7.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-coding-standard": "~1.0",
                "php-http/psr7-integration-tests": "dev-master",
                "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-release-1.8": "1.8.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "src/functions/create_uploaded_file.php",
                    "src/functions/marshal_headers_from_sapi.php",
                    "src/functions/marshal_method_from_sapi.php",
                    "src/functions/marshal_protocol_version_from_sapi.php",
                    "src/functions/marshal_uri_from_sapi.php",
                    "src/functions/normalize_server.php",
                    "src/functions/normalize_uploaded_files.php",
                    "src/functions/parse_cookie_header.php",
                    "src/functions/create_uploaded_file.legacy.php",
                    "src/functions/marshal_headers_from_sapi.legacy.php",
                    "src/functions/marshal_method_from_sapi.legacy.php",
                    "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                    "src/functions/marshal_uri_from_sapi.legacy.php",
                    "src/functions/normalize_server.legacy.php",
                    "src/functions/normalize_uploaded_files.legacy.php",
                    "src/functions/parse_cookie_header.legacy.php"
                ],
                "psr-4": {
                    "Laminas\\Diactoros\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR HTTP Message implementations",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "psr",
                "psr-7"
            ],
            "time": "2020-03-23T15:28:28+00:00"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
                "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-escaper": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev",
                    "dev-develop": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "time": "2019-12-31T16:43:30+00:00"
        },
        {
            "name": "laminas/laminas-eventmanager",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-eventmanager.git",
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
                "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-eventmanager": "self.version"
            },
            "require-dev": {
                "athletic/athletic": "^0.1",
                "container-interop/container-interop": "^1.1.0",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
                "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev",
                    "dev-develop": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Trigger and listen to events within a PHP application",
            "homepage": "https://laminas.dev",
            "keywords": [
                "event",
                "eventmanager",
                "events",
                "laminas"
            ],
            "time": "2019-12-31T16:44:52+00:00"
        },
        {
            "name": "laminas/laminas-filter",
            "version": "2.9.4",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-filter.git",
                "reference": "3c4476e772a062cef7531c6793377ae585d89c82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/3c4476e772a062cef7531c6793377ae585d89c82",
                "reference": "3c4476e772a062cef7531c6793377ae585d89c82",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-validator": "<2.10.1"
            },
            "replace": {
                "zendframework/zend-filter": "^2.9.2"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-crypt": "^3.2.1",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                "laminas/laminas-uri": "^2.6",
                "pear/archive_tar": "^1.4.3",
                "phpunit/phpunit": "^5.7.23 || ^6.4.3",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
                "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
                "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
                "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9.x-dev",
                    "dev-develop": "2.10.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Filter",
                    "config-provider": "Laminas\\Filter\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Filter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Programmatically filter and normalize data and files",
            "homepage": "https://laminas.dev",
            "keywords": [
                "filter",
                "laminas"
            ],
            "time": "2020-03-29T12:41:29+00:00"
        },
        {
            "name": "laminas/laminas-form",
            "version": "2.14.5",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-form.git",
                "reference": "3e22e09751cf6ae031be87a44e092e7925ce5b7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-form/zipball/3e22e09751cf6ae031be87a44e092e7925ce5b7b",
                "reference": "3e22e09751cf6ae031be87a44e092e7925ce5b7b",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
                "laminas/laminas-inputfilter": "^2.8",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-form": "^2.14.3"
            },
            "require-dev": {
                "doctrine/annotations": "~1.0",
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-captcha": "^2.7.1",
                "laminas/laminas-code": "^2.6 || ^3.0",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-escaper": "^2.5",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-filter": "^2.6",
                "laminas/laminas-i18n": "^2.6",
                "laminas/laminas-recaptcha": "^3.0.0",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-session": "^2.8.1",
                "laminas/laminas-text": "^2.6",
                "laminas/laminas-validator": "^2.6",
                "laminas/laminas-view": "^2.6.2",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
            },
            "suggest": {
                "laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements",
                "laminas/laminas-code": "^2.6 || ^3.0, required to use laminas-form annotations support",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for laminas-form annotations support",
                "laminas/laminas-i18n": "^2.6, required when using laminas-form view helpers",
                "laminas/laminas-recaptcha": "in order to use the ReCaptcha form element",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
                "laminas/laminas-view": "^2.6.2, required for using the laminas-form view helpers"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.14.x-dev",
                    "dev-develop": "2.15.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Form",
                    "config-provider": "Laminas\\Form\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Form\\": "src/"
                },
                "files": [
                    "autoload/formElementManagerPolyfill.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
            "homepage": "https://laminas.dev",
            "keywords": [
                "form",
                "laminas"
            ],
            "time": "2020-03-29T12:46:16+00:00"
        },
        {
            "name": "laminas/laminas-http",
            "version": "2.11.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-http.git",
                "reference": "8c66963b933c80da59433da56a44dfa979f3ec88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-http/zipball/8c66963b933c80da59433da56a44dfa979f3ec88",
                "reference": "8c66963b933c80da59433da56a44dfa979f3ec88",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-loader": "^2.5.1",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-uri": "^2.5.2",
                "laminas/laminas-validator": "^2.10.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-http": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^3.1 || ^2.6",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3"
            },
            "suggest": {
                "paragonie/certainty": "For automated management of cacert.pem"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev",
                    "dev-develop": "2.12.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Http\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "http client",
                "laminas"
            ],
            "time": "2019-12-31T17:02:36+00:00"
        },
        {
            "name": "laminas/laminas-hydrator",
            "version": "2.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-hydrator.git",
                "reference": "4a0e81cf05f32edcace817f1f48cb4055f689d85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/4a0e81cf05f32edcace817f1f48cb4055f689d85",
                "reference": "4a0e81cf05f32edcace817f1f48cb4055f689d85",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-hydrator": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-filter": "^2.6",
                "laminas/laminas-inputfilter": "^2.6",
                "laminas/laminas-serializer": "^2.6.1",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
                "laminas/laminas-filter": "^2.6, to support naming strategy hydrator usage",
                "laminas/laminas-serializer": "^2.6.1, to use the SerializableStrategy",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-release-2.4": "2.4.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Hydrator",
                    "config-provider": "Laminas\\Hydrator\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Hydrator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Serialize objects to arrays, and vice versa",
            "homepage": "https://laminas.dev",
            "keywords": [
                "hydrator",
                "laminas"
            ],
            "time": "2019-12-31T17:06:38+00:00"
        },
        {
            "name": "laminas/laminas-i18n",
            "version": "2.10.3",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-i18n.git",
                "reference": "94ff957a1366f5be94f3d3a9b89b50386649e3ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/94ff957a1366f5be94f3d3a9b89b50386649e3ae",
                "reference": "94ff957a1366f5be94f3d3a9b89b50386649e3ae",
                "shasum": ""
            },
            "require": {
                "ext-intl": "*",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0"
            },
            "replace": {
                "zendframework/zend-i18n": "^2.10.1"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-filter": "^2.6.1",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-validator": "^2.6",
                "laminas/laminas-view": "^2.6.3",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component",
                "laminas/laminas-config": "Laminas\\Config component",
                "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
                "laminas/laminas-filter": "You should install this package to use the provided filters",
                "laminas/laminas-i18n-resources": "Translation resources",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                "laminas/laminas-validator": "You should install this package to use the provided validators",
                "laminas/laminas-view": "You should install this package to use the provided view helpers"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10.x-dev",
                    "dev-develop": "2.11.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\I18n",
                    "config-provider": "Laminas\\I18n\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\I18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provide translations for your application, and filter and validate internationalized values",
            "homepage": "https://laminas.dev",
            "keywords": [
                "i18n",
                "laminas"
            ],
            "time": "2020-03-29T12:51:08+00:00"
        },
        {
            "name": "laminas/laminas-inputfilter",
            "version": "2.10.1",
            "source": {
                "type": "git",
                "url": "git@github.com:laminas/laminas-inputfilter.git",
                "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b29ce8f512c966468eee37ea4873ae5fb545d00a",
                "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-filter": "^2.9.1",
                "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-validator": "^2.11",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-inputfilter": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
                "psr/http-message": "^1.0"
            },
            "suggest": {
                "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10.x-dev",
                    "dev-develop": "2.11.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\InputFilter",
                    "config-provider": "Laminas\\InputFilter\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\InputFilter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
            "homepage": "https://laminas.dev",
            "keywords": [
                "inputfilter",
                "laminas"
            ],
            "time": "2019-12-31T17:11:54+00:00"
        },
        {
            "name": "laminas/laminas-json",
            "version": "3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-json.git",
                "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
                "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-json": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
            },
            "suggest": {
                "laminas/laminas-json-server": "For implementing JSON-RPC servers",
                "laminas/laminas-xml2json": "For converting XML documents to JSON"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev",
                    "dev-develop": "3.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Json\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
            "homepage": "https://laminas.dev",
            "keywords": [
                "json",
                "laminas"
            ],
            "time": "2019-12-31T17:15:04+00:00"
        },
        {
            "name": "laminas/laminas-loader",
            "version": "2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-loader.git",
                "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/5d01c2c237ae9e68bec262f339947e2ea18979bc",
                "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-loader": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev",
                    "dev-develop": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Loader\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Autoloading and plugin loading strategies",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "loader"
            ],
            "time": "2019-12-31T17:18:27+00:00"
        },
        {
            "name": "laminas/laminas-log",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-log.git",
                "reference": "4e92d841b48868714a070b10866e94be80fc92ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-log/zipball/4e92d841b48868714a070b10866e94be80fc92ff",
                "reference": "4e92d841b48868714a070b10866e94be80fc92ff",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "psr/log": "^1.1.2"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "replace": {
                "zendframework/zend-log": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-db": "^2.6",
                "laminas/laminas-escaper": "^2.5",
                "laminas/laminas-filter": "^2.5",
                "laminas/laminas-mail": "^2.6.1",
                "laminas/laminas-validator": "^2.10.1",
                "mikey179/vfsstream": "^1.6.7",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15"
            },
            "suggest": {
                "ext-mongo": "mongo extension to use Mongo writer",
                "ext-mongodb": "mongodb extension to use MongoDB writer",
                "laminas/laminas-db": "Laminas\\Db component to use the database log writer",
                "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
                "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
                "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.12.x-dev",
                    "dev-develop": "2.13.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Log",
                    "config-provider": "Laminas\\Log\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Log\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "log",
                "logging"
            ],
            "time": "2019-12-31T17:18:59+00:00"
        },
        {
            "name": "laminas/laminas-mail",
            "version": "2.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mail.git",
                "reference": "cfe0711446c8d9c392e9fc664c9ccc180fa89005"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/cfe0711446c8d9c392e9fc664c9ccc180fa89005",
                "reference": "cfe0711446c8d9c392e9fc664c9ccc180fa89005",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "laminas/laminas-loader": "^2.5",
                "laminas/laminas-mime": "^2.5",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-validator": "^2.10.2",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "true/punycode": "^2.1"
            },
            "replace": {
                "zendframework/zend-mail": "^2.10.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6",
                "laminas/laminas-crypt": "^2.6 || ^3.0",
                "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1",
                "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4"
            },
            "suggest": {
                "laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
                "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10.x-dev",
                    "dev-develop": "2.11.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mail",
                    "config-provider": "Laminas\\Mail\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mail\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mail"
            ],
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-04-21T16:42:19+00:00"
        },
        {
            "name": "laminas/laminas-math",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-math.git",
                "reference": "dd603c7d151d46eafd243a405d5b7eefa4222d74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-math/zipball/dd603c7d151d46eafd243a405d5b7eefa4222d74",
                "reference": "dd603c7d151d46eafd243a405d5b7eefa4222d74",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "paragonie/random_compat": "^2.0.11 || 9.99.99",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-math": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "suggest": {
                "ext-bcmath": "If using the bcmath functionality",
                "ext-gmp": "If using the gmp functionality"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev",
                    "dev-develop": "3.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "math"
            ],
            "time": "2019-12-31T17:24:18+00:00"
        },
        {
            "name": "laminas/laminas-mime",
            "version": "2.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mime.git",
                "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/e45a7d856bf7b4a7b5bd00d6371f9961dc233add",
                "reference": "e45a7d856bf7b4a7b5bd00d6371f9961dc233add",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-mime": "^2.7.2"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-mail": "^2.6",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
            },
            "suggest": {
                "laminas/laminas-mail": "Laminas\\Mail component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mime\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create and parse MIME messages and parts",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mime"
            ],
            "time": "2020-03-29T13:12:07+00:00"
        },
        {
            "name": "laminas/laminas-modulemanager",
            "version": "2.8.4",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-modulemanager.git",
                "reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/92b1cde1aab5aef687b863face6dd5d9c6751c78",
                "reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-config": "^3.1 || ^2.6",
                "laminas/laminas-eventmanager": "^3.2 || ^2.6.3",
                "laminas/laminas-stdlib": "^3.1 || ^2.7",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-modulemanager": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-console": "^2.6",
                "laminas/laminas-di": "^2.6",
                "laminas/laminas-loader": "^2.5",
                "laminas/laminas-mvc": "^3.0 || ^2.7",
                "laminas/laminas-servicemanager": "^3.0.3 || ^2.7.5",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
            },
            "suggest": {
                "laminas/laminas-console": "Laminas\\Console component",
                "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
                "laminas/laminas-mvc": "Laminas\\Mvc component",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8.x-dev",
                    "dev-develop": "2.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\ModuleManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Modular application system for laminas-mvc applications",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "modulemanager"
            ],
            "time": "2019-12-31T17:26:56+00:00"
        },
        {
            "name": "laminas/laminas-mvc",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc.git",
                "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
                "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.2",
                "laminas/laminas-eventmanager": "^3.2",
                "laminas/laminas-http": "^2.7",
                "laminas/laminas-modulemanager": "^2.8",
                "laminas/laminas-router": "^3.0.2",
                "laminas/laminas-servicemanager": "^3.3",
                "laminas/laminas-stdlib": "^3.1",
                "laminas/laminas-view": "^2.9",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-mvc": "self.version"
            },
            "require-dev": {
                "http-interop/http-middleware": "^0.4.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-json": "^2.6.1 || ^3.0",
                "laminas/laminas-psr7bridge": "^1.0",
                "laminas/laminas-stratigility": "^2.0.1",
                "phpunit/phpunit": "^6.4.4 || ^5.7.14"
            },
            "suggest": {
                "http-interop/http-middleware": "^0.4.1 to be used together with laminas-stratigility",
                "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
                "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
                "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
                "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
                "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
                "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
                "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
                "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
                "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
                "laminas/laminas-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
                "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application",
                "laminas/laminas-stratigility": "laminas-stratigility is required to use middleware pipes in the MiddlewareListener"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev",
                    "dev-develop": "3.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:14+00:00"
        },
        {
            "name": "laminas/laminas-mvc-console",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-console.git",
                "reference": "0c16223557fdb9bba853f6de22e1040824c1c966"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/0c16223557fdb9bba853f6de22e1040824c1c966",
                "reference": "0c16223557fdb9bba853f6de22e1040824c1c966",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.1",
                "laminas/laminas-console": "^2.6",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-modulemanager": "^2.7.1",
                "laminas/laminas-mvc": "^3.0.3",
                "laminas/laminas-router": "^3.0",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7.5 || ^3.0",
                "laminas/laminas-text": "^2.6",
                "laminas/laminas-view": "^2.6.3",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-mvc": "<3.0.0"
            },
            "replace": {
                "zendframework/zend-mvc-console": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-filter": "^2.6.1",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "suggest": {
                "laminas/laminas-filter": "^2.6.1, to filter rendered results"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev",
                    "dev-develop": "1.3.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mvc\\Console"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\Console\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Integration between laminas-mvc and laminas-console",
            "homepage": "https://laminas.dev",
            "keywords": [
                "console",
                "laminas",
                "mvc"
            ],
            "abandoned": "laminas/laminas-cli",
            "time": "2019-12-31T17:33:37+00:00"
        },
        {
            "name": "laminas/laminas-mvc-form",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-form.git",
                "reference": "42254dd6d6d221f0825e79b1811bc734027908ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/42254dd6d6d221f0825e79b1811bc734027908ed",
                "reference": "42254dd6d6d221f0825e79b1811bc734027908ed",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-code": "^2.6.3 || ^3.0.2",
                "laminas/laminas-form": "^2.8.4",
                "laminas/laminas-i18n": "^2.7.2",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-mvc-form": "self.version"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                },
                "laminas": {
                    "component": "Laminas\\Form"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.",
            "homepage": "https://laminas.dev",
            "keywords": [
                "form",
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:38+00:00"
        },
        {
            "name": "laminas/laminas-mvc-i18n",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-i18n.git",
                "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/4184f6572b5244a5f5781604f1e03d7955e304a0",
                "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.1",
                "laminas/laminas-i18n": "^2.7",
                "laminas/laminas-router": "^3.0",
                "laminas/laminas-servicemanager": "^2.7.10 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7.6 || ^3.0",
                "laminas/laminas-validator": "^2.6",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-mvc": "<3.0.0",
                "phpspec/prophecy": "<1.8.0"
            },
            "replace": {
                "zendframework/zend-mvc-i18n": "self.version"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
            },
            "suggest": {
                "laminas/laminas-cache": "To enable caching of translation strings"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev",
                    "dev-develop": "1.2.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mvc\\I18n",
                    "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\I18n\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Integration between laminas-mvc and laminas-i18n",
            "homepage": "https://laminas.dev",
            "keywords": [
                "i18n",
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:41+00:00"
        },
        {
            "name": "laminas/laminas-mvc-plugin-fileprg",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
                "reference": "4a1a3729b3789a4d9e7cfe285ce84a636be87a67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/4a1a3729b3789a4d9e7cfe285ce84a636be87a67",
                "reference": "4a1a3729b3789a4d9e7cfe285ce84a636be87a67",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-filter": "^2.6.1",
                "laminas/laminas-form": "^2.7",
                "laminas/laminas-inputfilter": "^2.8.1",
                "laminas/laminas-mvc": "^3.0",
                "laminas/laminas-session": "^2.8.5",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-validator": "^2.6",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-mvc": "<3.0.0"
            },
            "replace": {
                "zendframework/zend-mvc-plugin-fileprg": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev",
                    "dev-develop": "1.2.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mvc\\Plugin\\FilePrg"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:44+00:00"
        },
        {
            "name": "laminas/laminas-mvc-plugin-flashmessenger",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
                "reference": "f5a522c3aab215a9b89a0630beb91582f4a3f202"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/f5a522c3aab215a9b89a0630beb91582f4a3f202",
                "reference": "f5a522c3aab215a9b89a0630beb91582f4a3f202",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-mvc": "^3.0",
                "laminas/laminas-session": "^2.8.5",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-view": "^2.10",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-mvc": "<3.0.0"
            },
            "replace": {
                "zendframework/zend-mvc-plugin-flashmessenger": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-i18n": "^2.8",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev",
                    "dev-develop": "1.3.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:46+00:00"
        },
        {
            "name": "laminas/laminas-mvc-plugin-identity",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
                "reference": "0dc0c349be0faee67bbb4ae2a0206435a7a51516"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/0dc0c349be0faee67bbb4ae2a0206435a7a51516",
                "reference": "0dc0c349be0faee67bbb4ae2a0206435a7a51516",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.1",
                "laminas/laminas-authentication": "^2.5.3",
                "laminas/laminas-mvc": "^3.0",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-mvc": "<3.0.0"
            },
            "replace": {
                "zendframework/zend-mvc-plugin-identity": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev",
                    "dev-develop": "1.2.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mvc\\Plugin\\Identity"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\Plugin\\Identity\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:49+00:00"
        },
        {
            "name": "laminas/laminas-mvc-plugin-prg",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
                "reference": "f9b094373795dd4250d3551a1fbd6d304762b621"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/f9b094373795dd4250d3551a1fbd6d304762b621",
                "reference": "f9b094373795dd4250d3551a1fbd6d304762b621",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-mvc": "^3.0",
                "laminas/laminas-session": "^2.8.5",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-mvc-plugin-prg": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev",
                    "dev-develop": "1.3.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Mvc\\Plugin\\Prg"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Mvc\\Plugin\\Prg\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Post/Redirect/Get plugin for laminas-mvc controllers",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc"
            ],
            "time": "2019-12-31T17:33:51+00:00"
        },
        {
            "name": "laminas/laminas-mvc-plugins",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-mvc-plugins.git",
                "reference": "896104a57c3898c2ca932c1ec10c6a3afea2f815"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/896104a57c3898c2ca932c1ec10c6a3afea2f815",
                "reference": "896104a57c3898c2ca932c1ec10c6a3afea2f815",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-mvc-plugin-fileprg": "^1.0",
                "laminas/laminas-mvc-plugin-flashmessenger": "^1.0",
                "laminas/laminas-mvc-plugin-identity": "^1.0",
                "laminas/laminas-mvc-plugin-prg": "^1.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-mvc-plugins": "self.version"
            },
            "type": "metapackage",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                },
                "laminas": {
                    "component": [
                        "Laminas\\Mvc\\Plugin\\FilePrg",
                        "Laminas\\Mvc\\Plugin\\FlashMessenger",
                        "Laminas\\Mvc\\Plugin\\Identity",
                        "Laminas\\Mvc\\Plugin\\Prg"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Collection of all stable laminas-mvc plugins served via separate packages.",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc",
                "plugins"
            ],
            "time": "2019-12-31T17:33:52+00:00"
        },
        {
            "name": "laminas/laminas-paginator",
            "version": "2.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-paginator.git",
                "reference": "5e53d927776b2d20e420bc2b289fa0c364a6b0bd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/5e53d927776b2d20e420bc2b289fa0c364a6b0bd",
                "reference": "5e53d927776b2d20e420bc2b289fa0c364a6b0bd",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.0 || ^5.6"
            },
            "replace": {
                "zendframework/zend-paginator": "self.version"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6.0",
                "laminas/laminas-db": "^2.9.2",
                "laminas/laminas-filter": "^2.6.1",
                "laminas/laminas-json": "^2.6.1",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-view": "^2.6.3",
                "phpunit/phpunit": "^6.2.1 || ^5.7.15"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
                "laminas/laminas-db": "Laminas\\Db component",
                "laminas/laminas-filter": "Laminas\\Filter component",
                "laminas/laminas-json": "Laminas\\Json component",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                "laminas/laminas-view": "Laminas\\View component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8.x-dev",
                    "dev-develop": "2.9.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Paginator",
                    "config-provider": "Laminas\\Paginator\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Paginator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Paginate collections of data from arbitrary sources",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "paginator"
            ],
            "time": "2019-12-31T17:36:22+00:00"
        },
        {
            "name": "laminas/laminas-permissions-acl",
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-permissions-acl.git",
                "reference": "624567fe376a70e0bfb5aa8217d5afa13b9d6e61"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/624567fe376a70e0bfb5aa8217d5afa13b9d6e61",
                "reference": "624567fe376a70e0bfb5aa8217d5afa13b9d6e61",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-permissions-acl": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
            },
            "suggest": {
                "laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Permissions\\Acl\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
            "homepage": "https://laminas.dev",
            "keywords": [
                "acl",
                "laminas"
            ],
            "time": "2019-12-31T17:37:23+00:00"
        },
        {
            "name": "laminas/laminas-permissions-rbac",
            "version": "3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-permissions-rbac.git",
                "reference": "82757287735fc5c3d437aa59de65d61fe7d6b16c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/82757287735fc5c3d437aa59de65d61fe7d6b16c",
                "reference": "82757287735fc5c3d437aa59de65d61fe7d6b16c",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.1"
            },
            "replace": {
                "zendframework/zend-permissions-rbac": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^7.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev",
                    "dev-develop": "3.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Permissions\\Rbac\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Provides a role-based access control management",
            "homepage": "https://laminas.dev",
            "keywords": [
                "authorization",
                "laminas",
                "laminas-permssions-rbac",
                "rbac"
            ],
            "time": "2019-12-31T17:37:57+00:00"
        },
        {
            "name": "laminas/laminas-psr7bridge",
            "version": "0.2.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-psr7bridge.git",
                "reference": "14780ef1d40effd59d77ab29c6d439b2af42cdfa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/14780ef1d40effd59d77ab29c6d439b2af42cdfa",
                "reference": "14780ef1d40effd59d77ab29c6d439b2af42cdfa",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-diactoros": "^1.1",
                "laminas/laminas-http": "^2.5",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": ">=5.5",
                "psr/http-message": "^1.0"
            },
            "replace": {
                "zendframework/zend-psr7bridge": "self.version"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.7",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev",
                    "dev-develop": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Psr7Bridge\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-7 <-> Laminas\\Http bridge",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "psr",
                "psr-7"
            ],
            "time": "2019-12-31T17:38:47+00:00"
        },
        {
            "name": "laminas/laminas-router",
            "version": "3.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-router.git",
                "reference": "01a6905202ad41a42ba63d60260eba32b89e18c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-router/zipball/01a6905202ad41a42ba63d60260eba32b89e18c7",
                "reference": "01a6905202ad41a42ba63d60260eba32b89e18c7",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.2",
                "laminas/laminas-http": "^2.8.1",
                "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "laminas/laminas-mvc": "<3.0.0"
            },
            "replace": {
                "zendframework/zend-router": "^3.3.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-i18n": "^2.7.4",
                "phpunit/phpunit": "^5.7.22 || ^6.4.1 || ^7.5.18"
            },
            "suggest": {
                "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3.x-dev",
                    "dev-develop": "4.0.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Router",
                    "config-provider": "Laminas\\Router\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Router\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Flexible routing system for HTTP and console applications",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "mvc",
                "routing"
            ],
            "time": "2020-03-29T13:21:03+00:00"
        },
        {
            "name": "laminas/laminas-servicemanager",
            "version": "3.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-servicemanager.git",
                "reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
                "reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.2",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "psr/container": "^1.0"
            },
            "provide": {
                "container-interop/container-interop-implementation": "^1.2",
                "psr/container-implementation": "^1.0"
            },
            "replace": {
                "zendframework/zend-servicemanager": "^3.4.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "mikey179/vfsstream": "^1.6.5",
                "ocramius/proxy-manager": "^1.0 || ^2.0",
                "phpbench/phpbench": "^0.13.0",
                "phpunit/phpunit": "^5.7.25 || ^6.4.4"
            },
            "suggest": {
                "laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances",
                "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services"
            },
            "bin": [
                "bin/generate-deps-for-config-factory",
                "bin/generate-factory-for-class"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3-dev",
                    "dev-develop": "4.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\ServiceManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Factory-Driven Dependency Injection Container",
            "homepage": "https://laminas.dev",
            "keywords": [
                "PSR-11",
                "dependency-injection",
                "di",
                "dic",
                "laminas",
                "service-manager",
                "servicemanager"
            ],
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-05-11T14:43:22+00:00"
        },
        {
            "name": "laminas/laminas-session",
            "version": "2.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-session.git",
                "reference": "519e8966146536cd97c1cc3d59a21b095fb814d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-session/zipball/519e8966146536cd97c1cc3d59a21b095fb814d7",
                "reference": "519e8966146536cd97c1cc3d59a21b095fb814d7",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-session": "^2.9.1"
            },
            "require-dev": {
                "container-interop/container-interop": "^1.1",
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-db": "^2.7",
                "laminas/laminas-http": "^2.5.4",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-validator": "^2.6",
                "mongodb/mongodb": "^1.0.1",
                "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
            },
            "suggest": {
                "laminas/laminas-cache": "Laminas\\Cache component",
                "laminas/laminas-db": "Laminas\\Db component",
                "laminas/laminas-http": "Laminas\\Http component",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                "laminas/laminas-validator": "Laminas\\Validator component",
                "mongodb/mongodb": "If you want to use the MongoDB session save handler"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.9.x-dev",
                    "dev-develop": "2.10.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Session",
                    "config-provider": "Laminas\\Session\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Session\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Object-oriented interface to PHP sessions and storage",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "session"
            ],
            "time": "2020-03-29T13:26:04+00:00"
        },
        {
            "name": "laminas/laminas-stdlib",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stdlib.git",
                "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
                "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-stdlib": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpbench/phpbench": "^0.13",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2.x-dev",
                    "dev-develop": "3.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "SPL extensions, array utilities, error handlers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "stdlib"
            ],
            "time": "2019-12-31T17:51:15+00:00"
        },
        {
            "name": "laminas/laminas-text",
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-text.git",
                "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-text/zipball/3601b5eacb06ed0a12f658df860cc0f9613cf4db",
                "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-text": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Text\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create FIGlets and text-based tables",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "text"
            ],
            "time": "2019-12-31T17:54:52+00:00"
        },
        {
            "name": "laminas/laminas-uri",
            "version": "2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-uri.git",
                "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/6be8ce19622f359b048ce4faebf1aa1bca73a7ff",
                "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-escaper": "^2.5",
                "laminas/laminas-validator": "^2.10",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-uri": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Uri\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "uri"
            ],
            "time": "2019-12-31T17:56:00+00:00"
        },
        {
            "name": "laminas/laminas-validator",
            "version": "2.13.4",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-validator.git",
                "reference": "93593684e70b8ed1e870cacd34ca32b0c0ace185"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/93593684e70b8ed1e870cacd34ca32b0c0ace185",
                "reference": "93593684e70b8ed1e870cacd34ca32b0c0ace185",
                "shasum": ""
            },
            "require": {
                "container-interop/container-interop": "^1.1",
                "laminas/laminas-stdlib": "^3.2.1",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.1"
            },
            "replace": {
                "zendframework/zend-validator": "^2.13.0"
            },
            "require-dev": {
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6",
                "laminas/laminas-db": "^2.7",
                "laminas/laminas-filter": "^2.6",
                "laminas/laminas-http": "^2.5.4",
                "laminas/laminas-i18n": "^2.6",
                "laminas/laminas-math": "^2.6",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-session": "^2.8",
                "laminas/laminas-uri": "^2.5",
                "phpunit/phpunit": "^7.5.20 || ^8.5.2",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0"
            },
            "suggest": {
                "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
                "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
                "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
                "laminas/laminas-i18n-resources": "Translations of validator messages",
                "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
                "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
                "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
                "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.13.x-dev",
                    "dev-develop": "2.14.x-dev"
                },
                "laminas": {
                    "component": "Laminas\\Validator",
                    "config-provider": "Laminas\\Validator\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Validator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "validator"
            ],
            "time": "2020-03-31T18:57:01+00:00"
        },
        {
            "name": "laminas/laminas-view",
            "version": "2.11.4",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-view.git",
                "reference": "3bbb2e94287383604c898284a18d2d06cf17301e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-view/zipball/3bbb2e94287383604c898284a18d2d06cf17301e",
                "reference": "3bbb2e94287383604c898284a18d2d06cf17301e",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-json": "^2.6.1 || ^3.0",
                "laminas/laminas-loader": "^2.5",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-view": "self.version"
            },
            "require-dev": {
                "laminas/laminas-authentication": "^2.5",
                "laminas/laminas-cache": "^2.6.1",
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-config": "^2.6",
                "laminas/laminas-console": "^2.6",
                "laminas/laminas-escaper": "^2.5",
                "laminas/laminas-feed": "^2.7",
                "laminas/laminas-filter": "^2.6.1",
                "laminas/laminas-http": "^2.5.4",
                "laminas/laminas-i18n": "^2.6",
                "laminas/laminas-log": "^2.7",
                "laminas/laminas-modulemanager": "^2.7.1",
                "laminas/laminas-mvc": "^2.7.14 || ^3.0",
                "laminas/laminas-navigation": "^2.5",
                "laminas/laminas-paginator": "^2.5",
                "laminas/laminas-permissions-acl": "^2.6",
                "laminas/laminas-router": "^3.0.1",
                "laminas/laminas-serializer": "^2.6.1",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-session": "^2.8.1",
                "laminas/laminas-uri": "^2.5",
                "phpunit/phpunit": "^5.7.15 || ^6.0.8"
            },
            "suggest": {
                "laminas/laminas-authentication": "Laminas\\Authentication component",
                "laminas/laminas-escaper": "Laminas\\Escaper component",
                "laminas/laminas-feed": "Laminas\\Feed component",
                "laminas/laminas-filter": "Laminas\\Filter component",
                "laminas/laminas-http": "Laminas\\Http component",
                "laminas/laminas-i18n": "Laminas\\I18n component",
                "laminas/laminas-mvc": "Laminas\\Mvc component",
                "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
                "laminas/laminas-navigation": "Laminas\\Navigation component",
                "laminas/laminas-paginator": "Laminas\\Paginator component",
                "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
                "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
                "laminas/laminas-uri": "Laminas\\Uri component"
            },
            "bin": [
                "bin/templatemap_generator.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev",
                    "dev-develop": "2.12.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\View\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "view"
            ],
            "time": "2019-12-31T18:03:30+00:00"
        },
        {
            "name": "laminas/laminas-zendframework-bridge",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
                "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev",
                    "dev-develop": "1.1.x-dev"
                },
                "laminas": {
                    "module": "Laminas\\ZendFrameworkBridge"
                }
            },
            "autoload": {
                "files": [
                    "src/autoload.php"
                ],
                "psr-4": {
                    "Laminas\\ZendFrameworkBridge\\": "src//"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Alias legacy ZF class names to Laminas Project equivalents.",
            "keywords": [
                "ZendFramework",
                "autoloading",
                "laminas",
                "zf"
            ],
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-04-03T16:01:00+00:00"
        },
        {
            "name": "maennchen/zipstream-php",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
                "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
                "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
                "shasum": ""
            },
            "require": {
                "myclabs/php-enum": "^1.5",
                "php": ">= 7.1",
                "psr/http-message": "^1.0",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "require-dev": {
                "ext-zip": "*",
                "guzzlehttp/guzzle": ">= 6.3",
                "mikey179/vfsstream": "^1.6",
                "phpunit/phpunit": ">= 7.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ZipStream\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paul Duncan",
                    "email": "pabs@pablotron.org"
                },
                {
                    "name": "Jonatan Männchen",
                    "email": "jonatan@maennchen.ch"
                },
                {
                    "name": "Jesse Donat",
                    "email": "donatj@gmail.com"
                },
                {
                    "name": "András Kolesár",
                    "email": "kolesar@kolesar.hu"
                }
            ],
            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
            "keywords": [
                "stream",
                "zip"
            ],
            "funding": [
                {
                    "url": "https://opencollective.com/zipstream",
                    "type": "open_collective"
                }
            ],
            "time": "2020-05-30T13:11:16+00:00"
        },
        {
            "name": "markbaker/complex",
            "version": "1.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPComplex.git",
                "reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
                "reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
                "phpcompatibility/php-compatibility": "^9.0",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "2.*",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "^4.8.35|^5.4.0",
                "sebastian/phpcpd": "2.*",
                "squizlabs/php_codesniffer": "^3.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Complex\\": "classes/src/"
                },
                "files": [
                    "classes/src/functions/abs.php",
                    "classes/src/functions/acos.php",
                    "classes/src/functions/acosh.php",
                    "classes/src/functions/acot.php",
                    "classes/src/functions/acoth.php",
                    "classes/src/functions/acsc.php",
                    "classes/src/functions/acsch.php",
                    "classes/src/functions/argument.php",
                    "classes/src/functions/asec.php",
                    "classes/src/functions/asech.php",
                    "classes/src/functions/asin.php",
                    "classes/src/functions/asinh.php",
                    "classes/src/functions/atan.php",
                    "classes/src/functions/atanh.php",
                    "classes/src/functions/conjugate.php",
                    "classes/src/functions/cos.php",
                    "classes/src/functions/cosh.php",
                    "classes/src/functions/cot.php",
                    "classes/src/functions/coth.php",
                    "classes/src/functions/csc.php",
                    "classes/src/functions/csch.php",
                    "classes/src/functions/exp.php",
                    "classes/src/functions/inverse.php",
                    "classes/src/functions/ln.php",
                    "classes/src/functions/log2.php",
                    "classes/src/functions/log10.php",
                    "classes/src/functions/negative.php",
                    "classes/src/functions/pow.php",
                    "classes/src/functions/rho.php",
                    "classes/src/functions/sec.php",
                    "classes/src/functions/sech.php",
                    "classes/src/functions/sin.php",
                    "classes/src/functions/sinh.php",
                    "classes/src/functions/sqrt.php",
                    "classes/src/functions/tan.php",
                    "classes/src/functions/tanh.php",
                    "classes/src/functions/theta.php",
                    "classes/src/operations/add.php",
                    "classes/src/operations/subtract.php",
                    "classes/src/operations/multiply.php",
                    "classes/src/operations/divideby.php",
                    "classes/src/operations/divideinto.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with complex numbers",
            "homepage": "https://github.com/MarkBaker/PHPComplex",
            "keywords": [
                "complex",
                "mathematics"
            ],
            "time": "2020-03-11T20:15:49+00:00"
        },
        {
            "name": "markbaker/matrix",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPMatrix.git",
                "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
                "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
                "phpcompatibility/php-compatibility": "dev-master",
                "phploc/phploc": "^4",
                "phpmd/phpmd": "dev-master",
                "phpunit/phpunit": "^5.7",
                "sebastian/phpcpd": "^3.0",
                "squizlabs/php_codesniffer": "^3.0@dev"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Matrix\\": "classes/src/"
                },
                "files": [
                    "classes/src/functions/adjoint.php",
                    "classes/src/functions/antidiagonal.php",
                    "classes/src/functions/cofactors.php",
                    "classes/src/functions/determinant.php",
                    "classes/src/functions/diagonal.php",
                    "classes/src/functions/identity.php",
                    "classes/src/functions/inverse.php",
                    "classes/src/functions/minors.php",
                    "classes/src/functions/trace.php",
                    "classes/src/functions/transpose.php",
                    "classes/src/operations/add.php",
                    "classes/src/operations/directsum.php",
                    "classes/src/operations/subtract.php",
                    "classes/src/operations/multiply.php",
                    "classes/src/operations/divideby.php",
                    "classes/src/operations/divideinto.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Baker",
                    "email": "mark@lange.demon.co.uk"
                }
            ],
            "description": "PHP Class for working with matrices",
            "homepage": "https://github.com/MarkBaker/PHPMatrix",
            "keywords": [
                "mathematics",
                "matrix",
                "vector"
            ],
            "time": "2019-10-06T11:29:25+00:00"
        },
        {
            "name": "mpdf/mpdf",
            "version": "v8.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/mpdf/mpdf.git",
                "reference": "1333a962cd2f7ae1a127b7534b7734b58179186f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mpdf/mpdf/zipball/1333a962cd2f7ae1a127b7534b7734b58179186f",
                "reference": "1333a962cd2f7ae1a127b7534b7734b58179186f",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-mbstring": "*",
                "myclabs/deep-copy": "^1.7",
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                "php": "^5.6 || ^7.0 || ~8.0.0",
                "psr/log": "^1.0",
                "setasign/fpdi": "^2.1"
            },
            "require-dev": {
                "mockery/mockery": "^1.3.0",
                "mpdf/qrcode": "^1.1.0",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^3.5.0",
                "tracy/tracy": "^2.4"
            },
            "suggest": {
                "ext-bcmath": "Needed for generation of some types of barcodes",
                "ext-xml": "Needed mainly for SVG manipulation",
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Mpdf\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Matěj Humpál",
                    "role": "Developer, maintainer"
                },
                {
                    "name": "Ian Back",
                    "role": "Developer (retired)"
                }
            ],
            "description": "PHP library generating PDF files from UTF-8 encoded HTML",
            "homepage": "https://mpdf.github.io",
            "keywords": [
                "pdf",
                "php",
                "utf-8"
            ],
            "funding": [
                {
                    "url": "https://www.paypal.me/mpdf",
                    "type": "custom"
                }
            ],
            "time": "2021-01-08T14:59:28+00:00"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.9.5",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/DeepCopy.git",
                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
                "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "replace": {
                "myclabs/deep-copy": "self.version"
            },
            "require-dev": {
                "doctrine/collections": "^1.0",
                "doctrine/common": "^2.6",
                "phpunit/phpunit": "^7.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "DeepCopy\\": "src/DeepCopy/"
                },
                "files": [
                    "src/DeepCopy/deep_copy.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "time": "2020-01-17T21:11:47+00:00"
        },
        {
            "name": "myclabs/php-enum",
            "version": "1.7.6",
            "source": {
                "type": "git",
                "url": "https://github.com/myclabs/php-enum.git",
                "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
                "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7",
                "squizlabs/php_codesniffer": "1.*",
                "vimeo/psalm": "^3.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MyCLabs\\Enum\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP Enum contributors",
                    "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                }
            ],
            "description": "PHP Enum implementation",
            "homepage": "http://github.com/myclabs/php-enum",
            "keywords": [
                "enum"
            ],
            "time": "2020-02-14T08:15:52+00:00"
        },
        {
            "name": "ocramius/package-versions",
            "version": "1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/PackageVersions.git",
                "reference": "1d32342b8c1eb27353c8887c366147b4c2da673c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c",
                "reference": "1d32342b8c1eb27353c8887c366147b4c2da673c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0.0",
                "php": "^7.3.0"
            },
            "require-dev": {
                "composer/composer": "^1.8.6",
                "doctrine/coding-standard": "^6.0.0",
                "ext-zip": "*",
                "infection/infection": "^0.13.4",
                "phpunit/phpunit": "^8.2.5",
                "vimeo/psalm": "^3.4.9"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "time": "2019-07-17T15:49:50+00:00"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "2.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
                "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
                "shasum": ""
            },
            "require": {
                "ocramius/package-versions": "^1.1.3",
                "php": "^7.2.0",
                "zendframework/zend-code": "^3.3.0"
            },
            "require-dev": {
                "couscous/couscous": "^1.6.1",
                "ext-phar": "*",
                "humbug/humbug": "1.0.0-RC.0@RC",
                "nikic/php-parser": "^3.1.1",
                "padraic/phpunit-accelerator": "dev-master@DEV",
                "phpbench/phpbench": "^0.12.2",
                "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
                "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
                "phpunit/phpunit": "^6.4.3",
                "squizlabs/php_codesniffer": "^2.9.1"
            },
            "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-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.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.io/"
                }
            ],
            "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"
            ],
            "time": "2019-08-10T08:37:15+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.99",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
                "shasum": ""
            },
            "require": {
                "php": "^7"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*",
                "vimeo/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "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",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "time": "2018-07-02T15:55:56+00:00"
        },
        {
            "name": "paypal/paypal-checkout-sdk",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
                "reference": "b321066fdce122cd63368b559d54674bdf2f12a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/b321066fdce122cd63368b559d54674bdf2f12a8",
                "reference": "b321066fdce122cd63368b559d54674bdf2f12a8",
                "shasum": ""
            },
            "require": {
                "braintree/braintreehttp": "0.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
                    "Sample\\": "samples/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
                }
            ],
            "description": "PayPal's PHP SDK for Checkout REST APIs",
            "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
            "keywords": [
                "checkout",
                "orders",
                "payments",
                "paypal",
                "rest",
                "sdk"
            ],
            "time": "2019-02-04T06:59:08+00:00"
        },
        {
            "name": "paypal/rest-api-sdk-php",
            "version": "1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paypal/PayPal-PHP-SDK.git",
                "reference": "72e2f2466975bf128a31e02b15110180f059fc04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/72e2f2466975bf128a31e02b15110180f059fc04",
                "reference": "72e2f2466975bf128a31e02b15110180f059fc04",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.3.0",
                "psr/log": "^1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PayPal": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
                }
            ],
            "description": "PayPal's PHP SDK for REST APIs",
            "homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
            "keywords": [
                "payments",
                "paypal",
                "rest",
                "sdk"
            ],
            "abandoned": true,
            "time": "2019-01-04T20:04:25+00:00"
        },
        {
            "name": "payward/kraken-api-client",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/payward/kraken-api-client.git",
                "reference": "ed537939ca25e9dccbbf1b2ab51fbdc527387e73"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/payward/kraken-api-client/zipball/ed537939ca25e9dccbbf1b2ab51fbdc527387e73",
                "reference": "ed537939ca25e9dccbbf1b2ab51fbdc527387e73",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "php/KrakenAPIClient.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHP Api for Kraken.com",
            "keywords": [
                "kraken"
            ],
            "time": "2016-05-29T01:41:44+00:00"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "21bfb5b3243b8ceb9eda499a4d699fc42c11a9d1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/21bfb5b3243b8ceb9eda499a4d699fc42c11a9d1",
                "reference": "21bfb5b3243b8ceb9eda499a4d699fc42c11a9d1",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-fileinfo": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "maennchen/zipstream-php": "^2.0",
                "markbaker/complex": "^1.4",
                "markbaker/matrix": "^1.2",
                "php": "^7.2",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "dompdf/dompdf": "^0.8.5",
                "friendsofphp/php-cs-fixer": "^2.16",
                "jpgraph/jpgraph": "^4.0",
                "mpdf/mpdf": "^8.0",
                "phpcompatibility/php-compatibility": "^9.3",
                "phpunit/phpunit": "^8.5",
                "squizlabs/php_codesniffer": "^3.5",
                "tecnickcom/tcpdf": "^6.3"
            },
            "suggest": {
                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
                "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "https://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker",
                    "homepage": "https://markbakeruk.net"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "https://rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                },
                {
                    "name": "Adrien Crivelli"
                }
            ],
            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
            "keywords": [
                "OpenXML",
                "excel",
                "gnumeric",
                "ods",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "time": "2020-05-31T13:49:28+00:00"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "time": "2016-08-06T20:24:11+00:00"
        },
        {
            "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"
            ],
            "time": "2017-02-14T16:28:37+00:00"
        },
        {
            "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"
            ],
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "time": "2018-10-30T16:46:14+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
                "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.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"
            ],
            "time": "2020-03-23T09:12:05+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "time": "2017-10-23T01:57:42+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "ratchet/pawl",
            "version": "v0.3.4",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/Pawl.git",
                "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
                "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0",
                "php": ">=5.4",
                "ratchet/rfc6455": "^0.2.3",
                "react/socket": "^1.0 || ^0.8 || ^0.7"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "suggest": {
                "reactivex/rxphp": "~2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ratchet\\Client\\": "src"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Asynchronous WebSocket client",
            "keywords": [
                "Ratchet",
                "async",
                "client",
                "websocket",
                "websocket client"
            ],
            "time": "2019-01-14T14:09:36+00:00"
        },
        {
            "name": "ratchet/rfc6455",
            "version": "v0.2.6",
            "source": {
                "type": "git",
                "url": "https://github.com/ratchetphp/RFC6455.git",
                "reference": "879e48c840f8dbc296d68d6a5030673df79bd916"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916",
                "reference": "879e48c840f8dbc296d68d6a5030673df79bd916",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/psr7": "^1.0",
                "php": ">=5.4.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.8.*",
                "react/socket": "^1.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ratchet\\RFC6455\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Boden",
                    "email": "cboden@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "RFC6455 WebSocket protocol handler",
            "homepage": "http://socketo.me",
            "keywords": [
                "WebSockets",
                "rfc6455",
                "websocket"
            ],
            "time": "2019-12-15T10:18:18+00:00"
        },
        {
            "name": "react/cache",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/cache.git",
                "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
                "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "react/promise": "~2.0|~1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async, Promise-based cache interface for ReactPHP",
            "keywords": [
                "cache",
                "caching",
                "promise",
                "reactphp"
            ],
            "time": "2019-07-11T13:45:28+00:00"
        },
        {
            "name": "react/dns",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/dns.git",
                "reference": "a214d90c2884dac18d0cac6176202f247b66d762"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762",
                "reference": "a214d90c2884dac18d0cac6176202f247b66d762",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "react/cache": "^1.0 || ^0.6 || ^0.5",
                "react/event-loop": "^1.0 || ^0.5",
                "react/promise": "^2.7 || ^1.2.1",
                "react/promise-timer": "^1.2"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Dns\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async DNS resolver for ReactPHP",
            "keywords": [
                "async",
                "dns",
                "dns-resolver",
                "reactphp"
            ],
            "time": "2019-08-15T09:06:31+00:00"
        },
        {
            "name": "react/event-loop",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "6d24de090cd59cfc830263cfba965be77b563c13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
                "reference": "6d24de090cd59cfc830263cfba965be77b563c13",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "suggest": {
                "ext-event": "~1.0 for ExtEventLoop",
                "ext-pcntl": "For signal handling support when using the StreamSelectLoop",
                "ext-uv": "* for ExtUvLoop"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\EventLoop\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
            "keywords": [
                "asynchronous",
                "event-loop"
            ],
            "time": "2020-01-01T18:39:52+00:00"
        },
        {
            "name": "react/promise",
            "version": "v2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Sorgalla",
                    "email": "jsorgalla@gmail.com"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "time": "2020-05-12T15:16:56+00:00"
        },
        {
            "name": "react/promise-timer",
            "version": "v1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise-timer.git",
                "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
                "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
                "react/promise": "^2.7.0 || ^1.2.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Promise\\Timer\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christian Lück",
                    "email": "christian@lueck.tv"
                }
            ],
            "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
            "homepage": "https://github.com/reactphp/promise-timer",
            "keywords": [
                "async",
                "event-loop",
                "promise",
                "reactphp",
                "timeout",
                "timer"
            ],
            "time": "2019-03-27T18:10:32+00:00"
        },
        {
            "name": "react/socket",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "97522e24987365e1ed873f0f4884900747a668e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/97522e24987365e1ed873f0f4884900747a668e0",
                "reference": "97522e24987365e1ed873f0f4884900747a668e0",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/dns": "^1.1",
                "react/event-loop": "^1.0 || ^0.5",
                "react/promise": "^2.6.0 || ^1.2.1",
                "react/promise-timer": "^1.4.0",
                "react/stream": "^1.1"
            },
            "require-dev": {
                "clue/block-react": "^1.2",
                "phpunit/phpunit": "^7.5 || ^6.4 || ^5.7 || ^4.8.35",
                "react/promise-stream": "^1.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Socket\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
            "keywords": [
                "Connection",
                "Socket",
                "async",
                "reactphp",
                "stream"
            ],
            "time": "2020-03-12T12:15:14+00:00"
        },
        {
            "name": "react/stream",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
                "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.8",
                "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
            },
            "require-dev": {
                "clue/stream-filter": "~1.2",
                "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "React\\Stream\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
            "keywords": [
                "event-driven",
                "io",
                "non-blocking",
                "pipe",
                "reactphp",
                "readable",
                "stream",
                "writable"
            ],
            "time": "2020-05-04T10:17:57+00:00"
        },
        {
            "name": "setasign/fpdi",
            "version": "v2.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Setasign/FPDI.git",
                "reference": "50c388860a73191e010810ed57dbed795578e867"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/50c388860a73191e010810ed57dbed795578e867",
                "reference": "50c388860a73191e010810ed57dbed795578e867",
                "shasum": ""
            },
            "require": {
                "ext-zlib": "*",
                "php": "^5.6 || ^7.0"
            },
            "conflict": {
                "setasign/tfpdf": "<1.31"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "setasign/fpdf": "~1.8",
                "setasign/tfpdf": "1.31",
                "tecnickcom/tcpdf": "~6.2"
            },
            "suggest": {
                "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "setasign\\Fpdi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Slabon",
                    "email": "jan.slabon@setasign.com",
                    "homepage": "https://www.setasign.com"
                },
                {
                    "name": "Maximilian Kresse",
                    "email": "maximilian.kresse@setasign.com",
                    "homepage": "https://www.setasign.com"
                }
            ],
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
            "homepage": "https://www.setasign.com/fpdi",
            "keywords": [
                "fpdf",
                "fpdi",
                "pdf"
            ],
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
                    "type": "tidelift"
                }
            ],
            "time": "2020-04-28T12:40:35+00:00"
        },
        {
            "name": "setasign/fpdi-tcpdf",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Setasign/FPDI-TCPDF.git",
                "reference": "f6711a95cba64db16e1a63e1b6195827a2150c93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Setasign/FPDI-TCPDF/zipball/f6711a95cba64db16e1a63e1b6195827a2150c93",
                "reference": "f6711a95cba64db16e1a63e1b6195827a2150c93",
                "shasum": ""
            },
            "require": {
                "setasign/fpdi": "^2.3",
                "tecnickcom/tcpdf": "^6.3.5"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Slabon",
                    "email": "jan.slabon@setasign.com",
                    "homepage": "https://www.setasign.com"
                }
            ],
            "description": "Kind of metadata package for dependencies of the latest versions of FPDI and TCPDF.",
            "homepage": "https://www.setasign.com/fpdi",
            "keywords": [
                "TCPDF",
                "fpdi",
                "pdf"
            ],
            "abandoned": true,
            "time": "2020-02-19T11:40:30+00:00"
        },
        {
            "name": "slm/queue",
            "version": "1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/JouwWeb/SlmQueue.git",
                "reference": "6f0d92a04ef3dfa088fac9a3f9638c554968fe77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JouwWeb/SlmQueue/zipball/6f0d92a04ef3dfa088fac9a3f9638c554968fe77",
                "reference": "6f0d92a04ef3dfa088fac9a3f9638c554968fe77",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5",
                "zendframework/zend-eventmanager": "^2.6 || ^3.0",
                "zendframework/zend-servicemanager": "^2.7 || ^3.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "squizlabs/php_codesniffer": "^2.0",
                "zendframework/zend-config": "^2.6",
                "zendframework/zend-console": "^2.6",
                "zendframework/zend-i18n": "^2.6",
                "zendframework/zend-log": "^2.7",
                "zendframework/zend-modulemanager": "^2.5",
                "zendframework/zend-mvc": "^2.5",
                "zendframework/zend-serializer": "^2.6",
                "zendframework/zend-view": "^2.7"
            },
            "suggest": {
                "slm/queue-beanstalkd": "If you are using Beanstalk",
                "slm/queue-doctrine": "If you are using Doctrine ORM",
                "slm/queue-sqs": "If you are using Amazon SQS"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                },
                "zf": {
                    "module": "SlmQueue",
                    "config-provider": "SlmQueue\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "SlmQueue\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jurian Sluiman",
                    "email": "jurian@juriansluiman.nl",
                    "homepage": "http://juriansluiman.nl"
                },
                {
                    "name": "Michaël Gallego",
                    "email": "mic.gallego@gmail.com",
                    "homepage": "http://www.michaelgallego.fr"
                },
                {
                    "name": "Bas Kamer",
                    "email": "baskamer@gmail.com"
                },
                {
                    "name": "Roel van Duijnhoven",
                    "email": "roel.duijnhoven@gmail.com",
                    "homepage": "http://www.roelvanduijnhoven.nl"
                }
            ],
            "description": "Zend Framework module that integrates with various queue management systems",
            "homepage": "https://github.com/juriansluiman/SlmQueue",
            "keywords": [
                "ZendFramework",
                "expressive",
                "job",
                "queue",
                "zf2",
                "zf3"
            ],
            "time": "2019-03-21T12:39:36+00:00"
        },
        {
            "name": "slm/queue-doctrine",
            "version": "2.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/JouwWeb/SlmQueueDoctrine.git",
                "reference": "5e7ccc9418dfebec9e50fac74748eb304de36f65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JouwWeb/SlmQueueDoctrine/zipball/5e7ccc9418dfebec9e50fac74748eb304de36f65",
                "reference": "5e7ccc9418dfebec9e50fac74748eb304de36f65",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.5",
                "doctrine/doctrine-orm-module": "~0.7 || ^1.0 || ^2.1",
                "php": "^5.5 || ^7.0",
                "slm/queue": "^1.0",
                "zendframework/zend-eventmanager": "^2.6 || ^3.0",
                "zendframework/zend-servicemanager": "^2.7 || ^3.0",
                "zendframework/zend-stdlib": "^2.2 || ^3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "squizlabs/php_codesniffer": "^2.7",
                "zendframework/zend-config": "^2.2",
                "zendframework/zend-i18n": "^2.5",
                "zendframework/zend-log": "^2.5",
                "zendframework/zend-modulemanager": "^2.5",
                "zendframework/zend-mvc": "^2.5",
                "zendframework/zend-serializer": "^2.5",
                "zendframework/zend-view": "^2.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                },
                "zf": {
                    "module": "SlmQueueDoctrine\\Module",
                    "config-provider": "SlmQueueDoctrine\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "SlmQueueDoctrine\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Stefan Kleff",
                    "email": "s.kleff@goalio.de",
                    "homepage": "http://www.goalio.de"
                }
            ],
            "description": "Zend Framework module that integrates Doctrine as queuing system",
            "homepage": "https://github.com/juriansluiman/SlmQueueDoctrine",
            "keywords": [
                "database",
                "db",
                "doctrine",
                "expressive",
                "job",
                "queue",
                "zf2",
                "zf3"
            ],
            "time": "2019-03-26T08:59:19+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v4.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
                "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/service-contracts": "^1.1|^2"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/lock": "<4.4",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/lock": "^4.4|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/var-dumper": "^4.3|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "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 Console Component",
            "homepage": "https://symfony.com",
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-03-30T11:41:10+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
                "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-12T16:47:27+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
                "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-12T16:47:27+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "psr/container": "^1.0"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "time": "2019-11-18T17:27:11+00:00"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "09de28632f16f81058a85fcf318397218272a07b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b",
                "reference": "09de28632f16f81058a85fcf318397218272a07b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "phpunit/phpunit": "<5.4.3",
                "symfony/console": "<4.4"
            },
            "require-dev": {
                "ext-iconv": "*",
                "symfony/console": "^4.4|^5.0",
                "symfony/process": "^4.4|^5.0",
                "twig/twig": "^2.4|^3.0"
            },
            "suggest": {
                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                "ext-intl": "To show region name in time zone dump",
                "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
            },
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "files": [
                    "Resources/functions/dump.php"
                ],
                "psr-4": {
                    "Symfony\\Component\\VarDumper\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony mechanism for exploring and dumping PHP variables",
            "homepage": "https://symfony.com",
            "keywords": [
                "debug",
                "dump"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-04-12T16:45:47+00:00"
        },
        {
            "name": "tecnickcom/tcpdf",
            "version": "6.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/TCPDF.git",
                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
                "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "config",
                    "include",
                    "tcpdf.php",
                    "tcpdf_parser.php",
                    "tcpdf_import.php",
                    "tcpdf_barcodes_1d.php",
                    "tcpdf_barcodes_2d.php",
                    "include/tcpdf_colors.php",
                    "include/tcpdf_filters.php",
                    "include/tcpdf_font_data.php",
                    "include/tcpdf_fonts.php",
                    "include/tcpdf_images.php",
                    "include/tcpdf_static.php",
                    "include/barcodes/datamatrix.php",
                    "include/barcodes/pdf417.php",
                    "include/barcodes/qrcode.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
            "homepage": "http://www.tcpdf.org/",
            "keywords": [
                "PDFD32000-2008",
                "TCPDF",
                "barcodes",
                "datamatrix",
                "pdf",
                "pdf417",
                "qrcode"
            ],
            "time": "2020-02-14T14:20:12+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": "zf-commons/zfc-user",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ZF-Commons/ZfcUser.git",
                "reference": "b13c7ca94ab15f21e2804d8103cbc7843a06ca48"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ZF-Commons/ZfcUser/zipball/b13c7ca94ab15f21e2804d8103cbc7843a06ca48",
                "reference": "b13c7ca94ab15f21e2804d8103cbc7843a06ca48",
                "shasum": ""
            },
            "require": {
                "php": "^5.5|^7.0",
                "zendframework/zend-authentication": "^2.5",
                "zendframework/zend-crypt": "^3.0",
                "zendframework/zend-db": "^2.8",
                "zendframework/zend-form": "^2.9",
                "zendframework/zend-http": "^2.5",
                "zendframework/zend-hydrator": "^2.0",
                "zendframework/zend-i18n": "^2.7",
                "zendframework/zend-inputfilter": "^2.7",
                "zendframework/zend-loader": "^2.5",
                "zendframework/zend-modulemanager": "^2.7",
                "zendframework/zend-mvc": "^3.0",
                "zendframework/zend-mvc-plugin-flashmessenger": "^1.0",
                "zendframework/zend-mvc-plugin-prg": "^1.0",
                "zendframework/zend-servicemanager": "^3.0",
                "zendframework/zend-session": "^2.7",
                "zendframework/zend-stdlib": "^3.0",
                "zendframework/zend-validator": "^2.8",
                "zendframework/zend-view": "^2.8"
            },
            "require-dev": {
                "phpmd/phpmd": "1.4.*",
                "phpunit/phpunit": ">=3.7,<4",
                "squizlabs/php_codesniffer": "1.4.*",
                "zendframework/zend-captcha": "^2.6"
            },
            "suggest": {
                "zendframework/zend-captcha": "Zend\\Captcha if you want to use the captcha component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ZfcUser": "src/"
                },
                "classmap": [
                    "./Module.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kyle Spraggs",
                    "email": "theman@spiffyjr.me",
                    "homepage": "http://www.spiffyjr.me/"
                },
                {
                    "name": "Evan Coury",
                    "email": "me@evancoury.com",
                    "homepage": "http://blog.evan.pro/"
                }
            ],
            "description": "A generic user registration and authentication module for ZF2. Supports Zend\\Db and Doctrine2.",
            "homepage": "https://github.com/ZF-Commons/ZfcUser",
            "keywords": [
                "zf2"
            ],
            "time": "2017-05-24T10:45:54+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "laminas/laminas-component-installer",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-component-installer.git",
                "reference": "1fc6193b4984a476f050ac6bcbd64a3d47db7d1c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/1fc6193b4984a476f050ac6bcbd64a3d47db7d1c",
                "reference": "1fc6193b4984a476f050ac6bcbd64a3d47db7d1c",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-component-installer": "self.version"
            },
            "require-dev": {
                "composer/composer": "^1.5.2",
                "laminas/laminas-coding-standard": "~1.0.0",
                "malukenho/docheader": "^0.1.6",
                "mikey179/vfsstream": "^1.6.5",
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
            },
            "type": "composer-plugin",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev",
                    "dev-develop": "1.2-dev"
                },
                "class": "Laminas\\ComponentInstaller\\ComponentInstaller"
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\ComponentInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Composer plugin for automating component registration in laminas-mvc and Mezzio applications",
            "homepage": "https://laminas.dev",
            "keywords": [
                "component installer",
                "composer",
                "laminas",
                "plugin"
            ],
            "time": "2019-12-31T16:28:46+00:00"
        },
        {
            "name": "laminas/laminas-developer-tools",
            "version": "1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-developer-tools.git",
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/8c29d053be1815711ef049a7a2fd0b7f437978e3",
                "reference": "8c29d053be1815711ef049a7a2fd0b7f437978e3",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-modulemanager": "^2.7",
                "laminas/laminas-mvc": "^2.7 || ^3.0.1",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-view": "^2.6",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1"
            },
            "replace": {
                "zendframework/zend-developer-tools": "^1.3.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1"
            },
            "suggest": {
                "aist/aist-git-tools": "Show you information about current GIT repository",
                "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.",
                "doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
                "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
                "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
                "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
                "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev",
                    "dev-develop": "2.0.x-dev"
                },
                "laminas": {
                    "module": "Laminas\\DeveloperTools"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\DeveloperTools\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Module for developer and debug tools for use with laminas-mvc applications.",
            "homepage": "https://laminas.dev",
            "keywords": [
                "debug",
                "developer",
                "laminas",
                "module"
            ],
            "time": "2020-03-29T12:17:06+00:00"
        },
        {
            "name": "laminas/laminas-dom",
            "version": "2.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-dom.git",
                "reference": "631fa74ae6f68e9019b73512f1b3b139d43f3572"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-dom/zipball/631fa74ae6f68e9019b73512f1b3b139d43f3572",
                "reference": "631fa74ae6f68e9019b73512f1b3b139d43f3572",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0"
            },
            "replace": {
                "zendframework/zend-dom": "self.version"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^5.7.23 || ^6.4.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev",
                    "dev-develop": "2.8.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\Dom\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides tools for working with DOM documents and structures",
            "homepage": "https://laminas.dev",
            "keywords": [
                "dom",
                "laminas"
            ],
            "time": "2019-12-31T16:43:02+00:00"
        },
        {
            "name": "laminas/laminas-test",
            "version": "3.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-test.git",
                "reference": "b540d62ca1d3efc0813cdb50bfaf8e4abcf88426"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-test/zipball/b540d62ca1d3efc0813cdb50bfaf8e4abcf88426",
                "reference": "b540d62ca1d3efc0813cdb50bfaf8e4abcf88426",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-console": "^2.6",
                "laminas/laminas-dom": "^2.6",
                "laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
                "laminas/laminas-http": "^2.8.3",
                "laminas/laminas-mvc": "^3.0",
                "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
                "laminas/laminas-stdlib": "^2.7 || ^3.0",
                "laminas/laminas-uri": "^2.5",
                "laminas/laminas-view": "^2.6.3",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "replace": {
                "zendframework/zend-test": "^3.3.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-i18n": "^2.6",
                "laminas/laminas-log": "^2.7.1",
                "laminas/laminas-modulemanager": "^2.7.1",
                "laminas/laminas-mvc-console": "^1.1.8",
                "laminas/laminas-mvc-plugin-flashmessenger": "^0.1.0",
                "laminas/laminas-serializer": "^2.6.1",
                "laminas/laminas-session": "^2.8.5",
                "laminas/laminas-validator": "^2.8",
                "mikey179/vfsstream": "~1.2"
            },
            "suggest": {
                "laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4.x-dev",
                    "dev-develop": "3.5.x-dev"
                }
            },
            "autoload": {
                "files": [
                    "autoload/phpunit-class-aliases.php"
                ],
                "psr-4": {
                    "Laminas\\Test\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Tools to facilitate unit testing of laminas-mvc applications",
            "homepage": "https://laminas.dev",
            "keywords": [
                "laminas",
                "test"
            ],
            "time": "2020-03-29T13:38:04+00:00"
        },
        {
            "name": "phar-io/manifest",
            "version": "1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/manifest.git",
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-phar": "*",
                "phar-io/version": "^2.0",
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
            "time": "2018-07-08T19:23:20+00:00"
        },
        {
            "name": "phar-io/version",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "time": "2018-07-08T19:19:57+00:00"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
                "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jaap van Otterdijk",
                    "email": "opensource@ijaap.nl"
                }
            ],
            "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
            "homepage": "http://www.phpdoc.org",
            "keywords": [
                "FQSEN",
                "phpDocumentor",
                "phpdoc",
                "reflection",
                "static analysis"
            ],
            "time": "2020-04-27T09:25:28+00:00"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
                "reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
                "shasum": ""
            },
            "require": {
                "ext-filter": "^7.1",
                "php": "^7.2",
                "phpdocumentor/reflection-common": "^2.0",
                "phpdocumentor/type-resolver": "^1.0",
                "webmozart/assert": "^1"
            },
            "require-dev": {
                "doctrine/instantiator": "^1",
                "mockery/mockery": "^1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                },
                {
                    "name": "Jaap van Otterdijk",
                    "email": "account@ijaap.nl"
                }
            ],
            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
            "time": "2020-02-22T12:28:44+00:00"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
                "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
                "shasum": ""
            },
            "require": {
                "php": "^7.2",
                "phpdocumentor/reflection-common": "^2.0"
            },
            "require-dev": {
                "ext-tokenizer": "^7.2",
                "mockery/mockery": "~1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "phpDocumentor\\Reflection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "me@mikevanriel.com"
                }
            ],
            "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
            "time": "2020-02-18T18:59:58+00:00"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.10.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "451c3cd1418cf640de218914901e51b064abb093"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
                "reference": "451c3cd1418cf640de218914901e51b064abb093",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
            },
            "require-dev": {
                "phpspec/phpspec": "^2.5 || ^3.2",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.10.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Prophecy\\": "src/Prophecy"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2020-03-05T15:02:03+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "8.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "31e94ccc084025d6abee0585df533eb3a792b96a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/31e94ccc084025d6abee0585df533eb3a792b96a",
                "reference": "31e94ccc084025d6abee0585df533eb3a792b96a",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xmlwriter": "*",
                "php": "^7.3",
                "phpunit/php-file-iterator": "^3.0",
                "phpunit/php-text-template": "^2.0",
                "phpunit/php-token-stream": "^4.0",
                "sebastian/code-unit-reverse-lookup": "^2.0",
                "sebastian/environment": "^5.0",
                "sebastian/version": "^3.0",
                "theseer/tokenizer": "^1.1.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "ext-pcov": "*",
                "ext-xdebug": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "8.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2020-02-19T13:41:19+00:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4",
                "reference": "4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-04-18T05:02:12+00:00"
        },
        {
            "name": "phpunit/php-invoker",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-invoker.git",
                "reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7579d5a1ba7f3ac11c80004d205877911315ae7a",
                "reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "ext-pcntl": "*",
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "ext-pcntl": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Invoke callables with a timeout",
            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
            "keywords": [
                "process"
            ],
            "time": "2020-02-07T06:06:11+00:00"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
                "reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2020-02-01T07:43:44+00:00"
        },
        {
            "name": "phpunit/php-timer",
            "version": "3.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/dc9368fae6ef2ffa57eba80a7410bcef81df6258",
                "reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-04-20T06:00:37+00:00"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "4.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c",
                "reference": "cdc0db5aed8fbfaf475fbd95bfd7bab83c7a779c",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-05-06T09:56:31+00:00"
        },
        {
            "name": "phpunit/phpunit",
            "version": "9.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "2d7080c622cf7884992e7c3cf87853877bae8ff4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2d7080c622cf7884992e7c3cf87853877bae8ff4",
                "reference": "2d7080c622cf7884992e7c3cf87853877bae8ff4",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.2.0",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "myclabs/deep-copy": "^1.9.1",
                "phar-io/manifest": "^1.0.3",
                "phar-io/version": "^2.0.1",
                "php": "^7.3",
                "phpspec/prophecy": "^1.8.1",
                "phpunit/php-code-coverage": "^8.0.1",
                "phpunit/php-file-iterator": "^3.0",
                "phpunit/php-invoker": "^3.0",
                "phpunit/php-text-template": "^2.0",
                "phpunit/php-timer": "^3.1.4",
                "sebastian/code-unit": "^1.0.2",
                "sebastian/comparator": "^4.0",
                "sebastian/diff": "^4.0",
                "sebastian/environment": "^5.0.1",
                "sebastian/exporter": "^4.0",
                "sebastian/global-state": "^4.0",
                "sebastian/object-enumerator": "^4.0",
                "sebastian/resource-operations": "^3.0",
                "sebastian/type": "^2.0",
                "sebastian/version": "^3.0"
            },
            "require-dev": {
                "ext-pdo": "*",
                "phpspec/prophecy-phpunit": "^2.0"
            },
            "suggest": {
                "ext-soap": "*",
                "ext-xdebug": "*"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "9.1-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ],
                "files": [
                    "src/Framework/Assert/Functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "funding": [
                {
                    "url": "https://phpunit.de/donate.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-04-30T06:32:53+00:00"
        },
        {
            "name": "sebastian/code-unit",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit.git",
                "reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
                "reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the PHP code units",
            "homepage": "https://github.com/sebastianbergmann/code-unit",
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-04-30T05:58:10+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5b5dbe0044085ac41df47e79d34911a15b96d82e",
                "reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Looks up which function or method a line of code belongs to",
            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
            "time": "2020-02-07T06:20:13+00:00"
        },
        {
            "name": "sebastian/comparator",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85b3435da967696ed618ff745f32be3ff4a2b8e8",
                "reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8",
                "shasum": ""
            },
            "require": {
                "php": "^7.3",
                "sebastian/diff": "^4.0",
                "sebastian/exporter": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "https://github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2020-02-07T06:08:51+00:00"
        },
        {
            "name": "sebastian/diff",
            "version": "4.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3e523c576f29dacecff309f35e4cc5a5c168e78a",
                "reference": "3e523c576f29dacecff309f35e4cc5a5c168e78a",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff",
                "udiff",
                "unidiff",
                "unified diff"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-05-08T05:01:12+00:00"
        },
        {
            "name": "sebastian/environment",
            "version": "5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c753f04d68cd489b6973cf9b4e505e191af3b05c",
                "reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
            "time": "2020-04-14T13:36:52+00:00"
        },
        {
            "name": "sebastian/exporter",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "80c26562e964016538f832f305b2286e1ec29566"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/80c26562e964016538f832f305b2286e1ec29566",
                "reference": "80c26562e964016538f832f305b2286e1ec29566",
                "shasum": ""
            },
            "require": {
                "php": "^7.3",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2020-02-07T06:10:52+00:00"
        },
        {
            "name": "sebastian/global-state",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
                "reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
                "shasum": ""
            },
            "require": {
                "php": "^7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit/phpunit": "^9.0"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2020-02-07T06:11:37+00:00"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "e67516b175550abad905dc952f43285957ef4363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67516b175550abad905dc952f43285957ef4363",
                "reference": "e67516b175550abad905dc952f43285957ef4363",
                "shasum": ""
            },
            "require": {
                "php": "^7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2020-02-07T06:12:23+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
                "reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Allows reflection of object attributes, including inherited and non-public ones",
            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
            "time": "2020-02-07T06:19:40+00:00"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "cdd86616411fc3062368b720b0425de10bd3d579"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cdd86616411fc3062368b720b0425de10bd3d579",
                "reference": "cdd86616411fc3062368b720b0425de10bd3d579",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2020-02-07T06:18:20+00:00"
        },
        {
            "name": "sebastian/resource-operations",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
                "reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
            "time": "2020-02-07T06:13:02+00:00"
        },
        {
            "name": "sebastian/type",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
                "reference": "9e8f42f740afdea51f5f4e8cec2035580e797ee1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/9e8f42f740afdea51f5f4e8cec2035580e797ee1",
                "reference": "9e8f42f740afdea51f5f4e8cec2035580e797ee1",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
            "time": "2020-02-07T06:13:43+00:00"
        },
        {
            "name": "sebastian/version",
            "version": "3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "0411bde656dce64202b39c2f4473993a9081d39e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/0411bde656dce64202b39c2f4473993a9081d39e",
                "reference": "0411bde656dce64202b39c2f4473993a9081d39e",
                "shasum": ""
            },
            "require": {
                "php": "^7.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2020-01-21T06:36:37+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.17.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
                "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.17-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-12T16:14:59+00:00"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": "^7.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
            "time": "2019-06-13T22:48:21+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/assert.git",
                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
                "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.3 || ^7.0",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "vimeo/psalm": "<3.9.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.36 || ^7.5.13"
            },
            "type": "library",
            "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": "2020-04-18T12:12:48+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "jaggedsoft/php-binance-api": 20,
        "payward/kraken-api-client": 20
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": "^7.1",
        "ext-gd": "*",
        "ext-intl": "*"
    },
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}


??

??