[
    {
        "name": "container-interop/container-interop",
        "version": "1.2.0",
        "version_normalized": "1.2.0.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"
        },
        "time": "2017-02-14T19:40:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
            "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^8.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
        },
        "time": "2020-11-10T18:47:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "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": "https://ocramius.github.io/"
            }
        ],
        "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"
        ],
        "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%2Finstantiator",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.5.5",
        "version_normalized": "6.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
            "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.17.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2020-06-16T21:01:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "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"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "60d379c243457e073cff02bc323a2a86cb355631"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
            "reference": "60d379c243457e073cff02bc323a2a86cb355631",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.4 || ^5.1"
        },
        "time": "2020-09-30T07:37:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "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"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
            "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
            "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.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2020-09-30T07:37:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "http-interop/http-middleware",
        "version": "0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/http-interop/http-middleware.git",
            "reference": "ff545c87e97bf4d88f0cb7eb3e89f99aaa53d7a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/http-interop/http-middleware/zipball/ff545c87e97bf4d88f0cb7eb3e89f99aaa53d7a9",
            "reference": "ff545c87e97bf4d88f0cb7eb3e89f99aaa53d7a9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/http-message": "^1.0"
        },
        "time": "2016-09-25T13:30:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Interop\\Http\\Middleware\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP middleware",
        "keywords": [
            "factory",
            "http",
            "middleware",
            "psr",
            "psr-17",
            "psr-7",
            "request",
            "response"
        ],
        "abandoned": "http-interop/http-server-middleware"
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.10.2",
        "version_normalized": "1.10.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
            "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2020-11-13T09:40:50+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ],
        "funding": [
            {
                "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "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."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "phar-io/manifest",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phar-io/manifest.git",
            "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
            "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-phar": "*",
            "ext-xmlwriter": "*",
            "phar-io/version": "^3.0.1",
            "php": "^7.2 || ^8.0"
        },
        "time": "2020-06-27T14:33:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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)"
    },
    {
        "name": "phar-io/version",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phar-io/version.git",
            "reference": "bae7c545bef187884426f042434e561ab1ddb182"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
            "reference": "bae7c545bef187884426f042434e561ab1ddb182",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "time": "2021-02-23T14:00:09+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
            "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "time": "2020-06-27T09:03:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "5.2.2",
        "version_normalized": "5.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
            "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
            "shasum": ""
        },
        "require": {
            "ext-filter": "*",
            "php": "^7.2 || ^8.0",
            "phpdocumentor/reflection-common": "^2.2",
            "phpdocumentor/type-resolver": "^1.3",
            "webmozart/assert": "^1.9.1"
        },
        "require-dev": {
            "mockery/mockery": "~1.3.2"
        },
        "time": "2020-09-03T19:13:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.x-dev"
            }
        },
        "installation-source": "dist",
        "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."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
            "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0",
            "phpdocumentor/reflection-common": "^2.0"
        },
        "require-dev": {
            "ext-tokenizer": "*"
        },
        "time": "2020-09-17T18:55:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-1.x": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "phpspec/prophecy",
        "version": "1.12.2",
        "version_normalized": "1.12.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "245710e971a030f42e08f4912863805570f23d39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
            "reference": "245710e971a030f42e08f4912863805570f23d39",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.2",
            "php": "^7.2 || ~8.0, <8.1",
            "phpdocumentor/reflection-docblock": "^5.2",
            "sebastian/comparator": "^3.0 || ^4.0",
            "sebastian/recursion-context": "^3.0 || ^4.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^6.0",
            "phpunit/phpunit": "^8.0 || ^9.0"
        },
        "time": "2020-12-19T10:15:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "7.0.14",
        "version_normalized": "7.0.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/bb7c9a210c72e4709cdde67f8b7362f672f2225c",
            "reference": "bb7c9a210c72e4709cdde67f8b7362f672f2225c",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlwriter": "*",
            "php": ">=7.2",
            "phpunit/php-file-iterator": "^2.0.2",
            "phpunit/php-text-template": "^1.2.1",
            "phpunit/php-token-stream": "^3.1.1 || ^4.0",
            "sebastian/code-unit-reverse-lookup": "^1.0.1",
            "sebastian/environment": "^4.2.2",
            "sebastian/version": "^2.0.1",
            "theseer/tokenizer": "^1.1.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.2.2"
        },
        "suggest": {
            "ext-xdebug": "^2.7.2"
        },
        "time": "2020-12-02T13:39:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.0-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4b49fb70f067272b659ef0174ff9ca40fdaa6357",
            "reference": "4b49fb70f067272b659ef0174ff9ca40fdaa6357",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5"
        },
        "time": "2020-11-30T08:25:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ]
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21T13:50:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
            "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5"
        },
        "time": "2020-11-30T08:20:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "4.0.4",
        "version_normalized": "4.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3",
            "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": "^7.3 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^9.0"
        },
        "time": "2020-08-04T08:28:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ],
        "abandoned": true
    },
    {
        "name": "phpunit/phpunit",
        "version": "8.5.14",
        "version_normalized": "8.5.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c25f79895d27b6ecd5abfa63de1606b786a461a3",
            "reference": "c25f79895d27b6ecd5abfa63de1606b786a461a3",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.3.1",
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "myclabs/deep-copy": "^1.10.0",
            "phar-io/manifest": "^2.0.1",
            "phar-io/version": "^3.0.2",
            "php": ">=7.2",
            "phpspec/prophecy": "^1.10.3",
            "phpunit/php-code-coverage": "^7.0.12",
            "phpunit/php-file-iterator": "^2.0.2",
            "phpunit/php-text-template": "^1.2.1",
            "phpunit/php-timer": "^2.1.2",
            "sebastian/comparator": "^3.0.2",
            "sebastian/diff": "^3.0.2",
            "sebastian/environment": "^4.2.3",
            "sebastian/exporter": "^3.1.2",
            "sebastian/global-state": "^3.0.0",
            "sebastian/object-enumerator": "^3.0.3",
            "sebastian/resource-operations": "^2.0.1",
            "sebastian/type": "^1.1.3",
            "sebastian/version": "^2.0.1"
        },
        "require-dev": {
            "ext-pdo": "*"
        },
        "suggest": {
            "ext-soap": "*",
            "ext-xdebug": "*",
            "phpunit/php-invoker": "^2.0.0"
        },
        "time": "2021-01-17T07:37:30+00:00",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "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"
            }
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.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"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "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"
        },
        "time": "2020-03-23T09:12:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "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"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "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."
    },
    {
        "name": "sabre/uri",
        "version": "2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/uri.git",
            "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff",
            "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.16.1",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
        },
        "time": "2020-10-03T10:33:23+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/functions.php"
            ],
            "psr-4": {
                "Sabre\\Uri\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            }
        ],
        "description": "Functions for making sense out of URIs.",
        "homepage": "http://sabre.io/uri/",
        "keywords": [
            "rfc3986",
            "uri",
            "url"
        ]
    },
    {
        "name": "sabre/xml",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabre-io/xml.git",
            "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabre-io/xml/zipball/a367665f1df614c3b8fefc30a54de7cd295e444e",
            "reference": "a367665f1df614c3b8fefc30a54de7cd295e444e",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlreader": "*",
            "ext-xmlwriter": "*",
            "lib-libxml": ">=2.6.20",
            "php": ">=5.5.5",
            "sabre/uri": ">=1.0,<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.7",
            "sabre/cs": "~1.0.0"
        },
        "time": "2019-01-09T13:51:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sabre\\Xml\\": "lib/"
            },
            "files": [
                "lib/Deserializer/functions.php",
                "lib/Serializer/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Evert Pot",
                "email": "me@evertpot.com",
                "homepage": "http://evertpot.com/",
                "role": "Developer"
            },
            {
                "name": "Markus Staab",
                "email": "markus.staab@redaxo.de",
                "role": "Developer"
            }
        ],
        "description": "sabre/xml is an XML library that you may not hate.",
        "homepage": "https://sabre.io/xml/",
        "keywords": [
            "XMLReader",
            "XMLWriter",
            "dom",
            "xml"
        ]
    },
    {
        "name": "sebastian/code-unit-reverse-lookup",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
            "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5"
        },
        "time": "2020-11-30T08:15:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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/",
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/comparator",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
            "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "sebastian/diff": "^3.0",
            "sebastian/exporter": "^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.5"
        },
        "time": "2020-11-30T08:04:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/diff",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
            "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.5 || ^8.0",
            "symfony/process": "^2 || ^3.3 || ^4"
        },
        "time": "2020-11-30T07:59:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ]
    },
    {
        "name": "sebastian/environment",
        "version": "4.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
            "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.5"
        },
        "suggest": {
            "ext-posix": "*"
        },
        "time": "2020-11-30T07:53:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.2-dev"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ]
    },
    {
        "name": "sebastian/exporter",
        "version": "3.1.3",
        "version_normalized": "3.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e",
            "reference": "6b853149eab67d4da22291d36f5b0631c0fd856e",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0",
            "sebastian/recursion-context": "^3.0"
        },
        "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "^6.0"
        },
        "time": "2020-11-30T07:47:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/global-state",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/474fb9edb7ab891665d3bfc6317f42a0a150454b",
            "reference": "474fb9edb7ab891665d3bfc6317f42a0a150454b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2",
            "sebastian/object-reflector": "^1.1.1",
            "sebastian/recursion-context": "^3.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "phpunit/phpunit": "^8.0"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2020-11-30T07:43:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ],
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/object-enumerator",
        "version": "3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
            "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0",
            "sebastian/object-reflector": "^1.1.1",
            "sebastian/recursion-context": "^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2020-11-30T07:40:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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/",
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/object-reflector",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
            "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
            "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2020-11-30T07:37:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "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/",
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/recursion-context",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
            "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2020-11-30T07:34:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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",
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/resource-operations",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
            "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
            "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2020-11-30T07:30:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "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",
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/type",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/type.git",
            "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4",
            "reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^8.2"
        },
        "time": "2020-11-30T07:25:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "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",
        "funding": [
            {
                "url": "https://github.com/sebastianbergmann",
                "type": "github"
            }
        ]
    },
    {
        "name": "sebastian/version",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "time": "2016-10-03T07:35:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.22.1",
        "version_normalized": "1.22.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
            "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2021-01-07T16:49:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.22-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.22.1",
        "version_normalized": "1.22.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
            "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "symfony/polyfill-intl-normalizer": "^1.10",
            "symfony/polyfill-php72": "^1.10"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-01-22T09:19:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.22-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Trevor Rowbotham",
                "email": "trevor.rowbotham@pm.me"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.22.1",
        "version_normalized": "1.22.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
            "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
            "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2021-01-22T09:19:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.22-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
            },
            "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 for intl's Normalizer class and related functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "intl",
            "normalizer",
            "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.22.1",
        "version_normalized": "1.22.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
            "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2021-01-22T09:19:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.22-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "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"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.22.1",
        "version_normalized": "1.22.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
            "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "time": "2021-01-07T16:49:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.22-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "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 backporting some PHP 7.2+ 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"
            }
        ]
    },
    {
        "name": "t3ko/inpost-api-php-sdk",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/t3ko/inpost-api-php-sdk.git",
            "reference": "2c6ec0bdfaf33c8e0651c199b31b418ffa91f3c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/t3ko/inpost-api-php-sdk/zipball/2c6ec0bdfaf33c8e0651c199b31b418ffa91f3c3",
            "reference": "2c6ec0bdfaf33c8e0651c199b31b418ffa91f3c3",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~6.0",
            "sabre/xml": "^1.5"
        },
        "time": "2017-07-28T19:34:59+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "T3ko\\Inpost\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tomasz Konarski",
                "email": "tomasz@konar.ski"
            }
        ],
        "description": "PHP SDK for Inpost API"
    },
    {
        "name": "theseer/tokenizer",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/theseer/tokenizer.git",
            "reference": "75a63c33a8577608444246075ea0af0d052e452a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
            "reference": "75a63c33a8577608444246075ea0af0d052e452a",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": "^7.2 || ^8.0"
        },
        "time": "2020-07-12T23:59:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "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",
        "funding": [
            {
                "url": "https://github.com/theseer",
                "type": "github"
            }
        ]
    },
    {
        "name": "true/punycode",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "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"
        },
        "time": "2016-11-16T10:37:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozarts/assert.git",
            "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
            "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0 || ^8.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "conflict": {
            "phpstan/phpstan": "<0.12.20",
            "vimeo/psalm": "<3.9.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^7.5.13"
        },
        "time": "2020-07-08T17:02:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "zendframework/zend-authentication",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-authentication.git",
            "reference": "1f379f6384fca34b3bfe94d953abd65e9e7ee746"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/1f379f6384fca34b3bfe94d953abd65e9e7ee746",
            "reference": "1f379f6384fca34b3bfe94d953abd65e9e7ee746",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-crypt": "^2.6 || ^3.2.1",
            "zendframework/zend-db": "^2.8.2",
            "zendframework/zend-http": "^2.7",
            "zendframework/zend-ldap": "^2.8",
            "zendframework/zend-session": "^2.8",
            "zendframework/zend-uri": "^2.5.2",
            "zendframework/zend-validator": "^2.10.1"
        },
        "suggest": {
            "zendframework/zend-crypt": "Zend\\Crypt component",
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-http": "Zend\\Http component",
            "zendframework/zend-ldap": "Zend\\Ldap component",
            "zendframework/zend-session": "Zend\\Session component",
            "zendframework/zend-uri": "Zend\\Uri component",
            "zendframework/zend-validator": "Zend\\Validator component"
        },
        "time": "2019-05-14T18:06:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "Authentication",
            "ZendFramework",
            "zf"
        ],
        "abandoned": "laminas/laminas-authentication"
    },
    {
        "name": "zendframework/zend-barcode",
        "version": "2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-barcode.git",
            "reference": "6db95687997920b8217e71d2f12b51ec10e824d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/6db95687997920b8217e71d2f12b51ec10e824d9",
            "reference": "6db95687997920b8217e71d2f12b51ec10e824d9",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-stdlib": "^2.7.7 || ^3.1",
            "zendframework/zend-validator": "^2.10.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6 || ^3.1",
            "zendframework/zendpdf": "^2.0.2"
        },
        "suggest": {
            "zendframework/zendpdf": "ZendPdf component"
        },
        "time": "2019-12-26T21:09:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Barcode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Programmatically create and render barcodes as images or in PDFs",
        "keywords": [
            "ZendFramework",
            "barcode",
            "zf"
        ],
        "abandoned": "laminas/laminas-barcode"
    },
    {
        "name": "zendframework/zend-cache",
        "version": "2.9.0",
        "version_normalized": "2.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-cache.git",
            "reference": "cffd54a2dc4db094976d3b3f05e418a047cc9110"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/cffd54a2dc4db094976d3b3f05e418a047cc9110",
            "reference": "cffd54a2dc4db094976d3b3f05e418a047cc9110",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/cache": "^1.0",
            "psr/simple-cache": "^1.0",
            "zendframework/zend-eventmanager": "^2.6.3 || ^3.2",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "^0.16",
            "phpbench/phpbench": "^0.13",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-serializer": "^2.6",
            "zendframework/zend-session": "^2.7.4"
        },
        "suggest": {
            "ext-apc": "APC or compatible extension, to use the APC storage adapter",
            "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
            "ext-dba": "DBA, to use the DBA storage adapter",
            "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
            "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
            "ext-mongo": "Mongo, to use MongoDb storage adapter",
            "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",
            "mongodb/mongodb": "Required for use with the ext-mongodb adapter",
            "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
            "zendframework/zend-serializer": "Zend\\Serializer component",
            "zendframework/zend-session": "Zend\\Session component"
        },
        "time": "2019-08-29T18:30:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            },
            "zf": {
                "component": "Zend\\Cache",
                "config-provider": "Zend\\Cache\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "autoload/patternPluginManagerPolyfill.php"
            ],
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "cache",
            "psr-16",
            "psr-6",
            "zf"
        ],
        "abandoned": "laminas/laminas-cache"
    },
    {
        "name": "zendframework/zend-captcha",
        "version": "2.9.0",
        "version_normalized": "2.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-captcha.git",
            "reference": "4272f3d0cde0a1fa9135d0cbc4a629fb655391d3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/4272f3d0cde0a1fa9135d0cbc4a629fb655391d3",
            "reference": "4272f3d0cde0a1fa9135d0cbc4a629fb655391d3",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-math": "^2.7 || ^3.0",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-session": "^2.8",
            "zendframework/zend-text": "^2.6",
            "zendframework/zend-validator": "^2.10.1",
            "zendframework/zendservice-recaptcha": "^3.0"
        },
        "suggest": {
            "zendframework/zend-i18n-resources": "Translations of captcha messages",
            "zendframework/zend-session": "Zend\\Session component",
            "zendframework/zend-text": "Zend\\Text component",
            "zendframework/zend-validator": "Zend\\Validator component",
            "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
        },
        "time": "2019-06-18T09:32:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Captcha\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
        "keywords": [
            "ZendFramework",
            "captcha",
            "zf"
        ],
        "abandoned": "laminas/laminas-captcha"
    },
    {
        "name": "zendframework/zend-code",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-code.git",
            "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
            "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "zendframework/zend-eventmanager": "^2.6 || ^3.0"
        },
        "conflict": {
            "phpspec/prophecy": "<1.9.0"
        },
        "require-dev": {
            "doctrine/annotations": "^1.7",
            "ext-phar": "*",
            "phpunit/phpunit": "^7.5.16 || ^8.4",
            "zendframework/zend-coding-standard": "^1.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "suggest": {
            "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
            "zendframework/zend-stdlib": "Zend\\Stdlib component"
        },
        "time": "2019-12-10T19:21:15+00:00",
        "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"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "code",
            "zf"
        ],
        "abandoned": "laminas/laminas-code"
    },
    {
        "name": "zendframework/zend-component-installer",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-component-installer.git",
            "reference": "5e9beda3b81d29d4d080b110d67f8c8c44d93605"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-component-installer/zipball/5e9beda3b81d29d4d080b110d67f8c8c44d93605",
            "reference": "5e9beda3b81d29d4d080b110d67f8c8c44d93605",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "composer/composer": "^1.5.2",
            "malukenho/docheader": "^0.1.6",
            "mikey179/vfsstream": "^1.6.5",
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-01-11T15:03:06+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev",
                "dev-develop": "1.2-dev"
            },
            "class": "Zend\\ComponentInstaller\\ComponentInstaller"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ComponentInstaller\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Composer plugin for automating component registration in zend-mvc and Expressive applications",
        "keywords": [
            "ZendFramework",
            "component installer",
            "composer",
            "plugin",
            "zf"
        ],
        "abandoned": "laminas/laminas-component-installer"
    },
    {
        "name": "zendframework/zend-config",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-config.git",
            "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
            "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-i18n": "^2.5",
            "zendframework/zend-json": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-filter": "Zend\\Filter component",
            "zendframework/zend-i18n": "Zend\\I18n component",
            "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
        },
        "time": "2016-02-04T23:01:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev",
                "dev-develop": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Config\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a nested object property based user interface for accessing this configuration data within application code",
        "homepage": "https://github.com/zendframework/zend-config",
        "keywords": [
            "config",
            "zf2"
        ],
        "abandoned": "laminas/laminas-config"
    },
    {
        "name": "zendframework/zend-console",
        "version": "2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-console.git",
            "reference": "95817ae78f73c48026972e350a2ecc31c6d9f9ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-console/zipball/95817ae78f73c48026972e350a2ecc31c6d9f9ae",
            "reference": "95817ae78f73c48026972e350a2ecc31c6d9f9ae",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-filter": "^2.7.2",
            "zendframework/zend-json": "^2.6 || ^3.0",
            "zendframework/zend-validator": "^2.10.1"
        },
        "suggest": {
            "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
            "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
        },
        "time": "2019-02-04T19:48:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Console\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Build console applications using getopt syntax or routing, complete with prompts",
        "keywords": [
            "ZendFramework",
            "console",
            "zf"
        ],
        "abandoned": "laminas/laminas-console"
    },
    {
        "name": "zendframework/zend-crypt",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-crypt.git",
            "reference": "cf23da2731dabdbb916cf888f611fc0f123bd36b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/cf23da2731dabdbb916cf888f611fc0f123bd36b",
            "reference": "cf23da2731dabdbb916cf888f611fc0f123bd36b",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "ext-mbstring": "*",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-math": "^3.0",
            "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "ext-openssl": "Required for most features of Zend\\Crypt"
        },
        "time": "2019-05-14T20:19:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-develop": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Crypt\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Strong cryptography tools and password hashing",
        "keywords": [
            "ZendFramework",
            "crypt",
            "zf"
        ],
        "abandoned": "laminas/laminas-crypt"
    },
    {
        "name": "zendframework/zend-db",
        "version": "2.11.0",
        "version_normalized": "2.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-db.git",
            "reference": "71626f95f6f9ee326e4be3c34228c1c466300a2c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-db/zipball/71626f95f6f9ee326e4be3c34228c1c466300a2c",
            "reference": "71626f95f6f9ee326e4be3c34228c1c466300a2c",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.14",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-hydrator": "^1.1 || ^2.1 || ^3.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "Zend\\EventManager component",
            "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
        },
        "time": "2019-12-31T19:43:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev",
                "dev-develop": "2.12.x-dev"
            },
            "zf": {
                "component": "Zend\\Db",
                "config-provider": "Zend\\Db\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "db",
            "zf"
        ],
        "abandoned": "laminas/laminas-db"
    },
    {
        "name": "zendframework/zend-debug",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-debug.git",
            "reference": "cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96",
            "reference": "cb423facd6f2e875a3cb44cf992b6bd1f5fd1a96",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "ext-xdebug": "XDebug, for better backtrace output"
        },
        "time": "2018-04-30T20:10:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Debug\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Safely dump debug information to HTML",
        "keywords": [
            "ZendFramework",
            "debug",
            "zf"
        ],
        "abandoned": true
    },
    {
        "name": "zendframework/zend-di",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-di.git",
            "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-di/zipball/1fd1ba85660b5a2718741b38639dc7c4c3194b37",
            "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.5 || ^7.0",
            "zendframework/zend-code": "^2.6 || ^3.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "1.7.*",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-04-25T20:58:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev",
                "dev-develop": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Di\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-di",
        "keywords": [
            "di",
            "zf2"
        ],
        "abandoned": "laminas/laminas-di"
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.8.7",
        "version_normalized": "1.8.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
            "reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php-http/psr7-integration-tests": "dev-master",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2019-08-06T17:53:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-release-1.8": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
            ],
            "psr-4": {
                "Zend\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ],
        "abandoned": "laminas/laminas-diactoros"
    },
    {
        "name": "zendframework/zend-dom",
        "version": "2.7.2",
        "version_normalized": "2.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-dom.git",
            "reference": "66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0",
            "reference": "66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-06-18T10:36:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Dom\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides tools for working with DOM documents and structures",
        "keywords": [
            "ZendFramework",
            "dom",
            "zf"
        ],
        "abandoned": "laminas/laminas-dom"
    },
    {
        "name": "zendframework/zend-escaper",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
            "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-09-05T20:03:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
        "keywords": [
            "ZendFramework",
            "escaper",
            "zf"
        ],
        "abandoned": "laminas/laminas-escaper"
    },
    {
        "name": "zendframework/zend-eventmanager",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-eventmanager.git",
            "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
            "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "^0.1",
            "container-interop/container-interop": "^1.1.0",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
        },
        "suggest": {
            "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
        },
        "time": "2018-04-25T15:33:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev",
                "dev-develop": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\EventManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Trigger and listen to events within a PHP application",
        "homepage": "https://github.com/zendframework/zend-eventmanager",
        "keywords": [
            "event",
            "eventmanager",
            "events",
            "zf2"
        ],
        "abandoned": "laminas/laminas-eventmanager"
    },
    {
        "name": "zendframework/zend-feed",
        "version": "2.12.0",
        "version_normalized": "2.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-feed.git",
            "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/d926c5af34b93a0121d5e2641af34ddb1533d733",
            "reference": "d926c5af34b93a0121d5e2641af34ddb1533d733",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.5.2",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "psr/http-message": "^1.0.1",
            "zendframework/zend-cache": "^2.7.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-db": "^2.8.2",
            "zendframework/zend-http": "^2.7",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-validator": "^2.10.1"
        },
        "suggest": {
            "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
            "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
            "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
            "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
            "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
        },
        "time": "2019-03-05T20:08:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12.x-dev",
                "dev-develop": "2.13.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Feed\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides functionality for consuming RSS and Atom feeds",
        "keywords": [
            "ZendFramework",
            "feed",
            "zf"
        ],
        "abandoned": "laminas/laminas-feed"
    },
    {
        "name": "zendframework/zend-file",
        "version": "2.8.3",
        "version_normalized": "2.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-file.git",
            "reference": "b6e167e056ce8594be1db93460cddb503de341ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-file/zipball/b6e167e056ce8594be1db93460cddb503de341ed",
            "reference": "b6e167e056ce8594be1db93460cddb503de341ed",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-filter": "^2.7.2",
            "zendframework/zend-i18n": "^2.7.4",
            "zendframework/zend-progressbar": "^2.5.2",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-session": "^2.8",
            "zendframework/zend-validator": "^2.10.1"
        },
        "suggest": {
            "zendframework/zend-filter": "Zend\\Filter component",
            "zendframework/zend-i18n": "Zend\\I18n component",
            "zendframework/zend-validator": "Zend\\Validator component"
        },
        "time": "2019-02-06T16:53:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\File\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Locate PHP classfiles",
        "keywords": [
            "ZendFramework",
            "file",
            "zf"
        ],
        "abandoned": "laminas/laminas-file"
    },
    {
        "name": "zendframework/zend-filter",
        "version": "2.9.2",
        "version_normalized": "2.9.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-filter.git",
            "reference": "d78f2cdde1c31975e18b2a0753381ed7b61118ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/d78f2cdde1c31975e18b2a0753381ed7b61118ef",
            "reference": "d78f2cdde1c31975e18b2a0753381ed7b61118ef",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
        },
        "conflict": {
            "zendframework/zend-validator": "<2.10.1"
        },
        "require-dev": {
            "pear/archive_tar": "^1.4.3",
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "psr/http-factory": "^1.0",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-crypt": "^3.2.1",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-uri": "^2.6"
        },
        "suggest": {
            "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters",
            "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
            "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
            "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
        },
        "time": "2019-08-19T07:08:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            },
            "zf": {
                "component": "Zend\\Filter",
                "config-provider": "Zend\\Filter\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Filter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Programmatically filter and normalize data and files",
        "keywords": [
            "ZendFramework",
            "filter",
            "zf"
        ],
        "abandoned": "laminas/laminas-filter"
    },
    {
        "name": "zendframework/zend-form",
        "version": "2.14.3",
        "version_normalized": "2.14.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-form.git",
            "reference": "0b1616c59b1f3df194284e26f98c81ad0c377871"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-form/zipball/0b1616c59b1f3df194284e26f98c81ad0c377871",
            "reference": "0b1616c59b1f3df194284e26f98c81ad0c377871",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-hydrator": "^1.1 || ^2.1 || ^3.0",
            "zendframework/zend-inputfilter": "^2.8",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "phpunit/phpunit": "^5.7.23 || ^6.5.3",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-captcha": "^2.7.1",
            "zendframework/zend-code": "^2.6 || ^3.0",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.8.1",
            "zendframework/zend-text": "^2.6",
            "zendframework/zend-validator": "^2.6",
            "zendframework/zend-view": "^2.6.2",
            "zendframework/zendservice-recaptcha": "^3.0.0"
        },
        "suggest": {
            "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
            "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
            "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
            "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
            "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
        },
        "time": "2019-10-04T10:46:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.14.x-dev",
                "dev-develop": "2.15.x-dev"
            },
            "zf": {
                "component": "Zend\\Form",
                "config-provider": "Zend\\Form\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "form",
            "zf"
        ],
        "abandoned": "laminas/laminas-form"
    },
    {
        "name": "zendframework/zend-http",
        "version": "2.11.2",
        "version_normalized": "2.11.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-http.git",
            "reference": "e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-http/zipball/e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a",
            "reference": "e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-loader": "^2.5.1",
            "zendframework/zend-stdlib": "^3.2.1",
            "zendframework/zend-uri": "^2.5.2",
            "zendframework/zend-validator": "^2.10.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^3.1 || ^2.6"
        },
        "suggest": {
            "paragonie/certainty": "For automated management of cacert.pem"
        },
        "time": "2019-12-30T20:47:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev",
                "dev-develop": "2.12.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "http",
            "http client",
            "zend",
            "zf"
        ],
        "abandoned": "laminas/laminas-http"
    },
    {
        "name": "zendframework/zend-hydrator",
        "version": "2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-hydrator.git",
            "reference": "2bfc6845019e7b6d38b0ab5e55190244dc510285"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/2bfc6845019e7b6d38b0ab5e55190244dc510285",
            "reference": "2bfc6845019e7b6d38b0ab5e55190244dc510285",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-inputfilter": "^2.6",
            "zendframework/zend-serializer": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
            "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
            "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
        },
        "time": "2019-10-04T11:17:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-release-2.4": "2.4.x-dev"
            },
            "zf": {
                "component": "Zend\\Hydrator",
                "config-provider": "Zend\\Hydrator\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Hydrator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Serialize objects to arrays, and vice versa",
        "keywords": [
            "ZendFramework",
            "hydrator",
            "zf"
        ],
        "abandoned": "laminas/laminas-hydrator"
    },
    {
        "name": "zendframework/zend-i18n",
        "version": "2.10.1",
        "version_normalized": "2.10.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-i18n.git",
            "reference": "84038e6a1838b611dcc491b1c40321fa4c3a123c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/84038e6a1838b611dcc491b1c40321fa4c3a123c",
            "reference": "84038e6a1838b611dcc491b1c40321fa4c3a123c",
            "shasum": ""
        },
        "require": {
            "ext-intl": "*",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "conflict": {
            "phpspec/prophecy": "<1.9.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-filter": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-validator": "^2.6",
            "zendframework/zend-view": "^2.6.3"
        },
        "suggest": {
            "zendframework/zend-cache": "Zend\\Cache component",
            "zendframework/zend-config": "Zend\\Config component",
            "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
            "zendframework/zend-filter": "You should install this package to use the provided filters",
            "zendframework/zend-i18n-resources": "Translation resources",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
            "zendframework/zend-validator": "You should install this package to use the provided validators",
            "zendframework/zend-view": "You should install this package to use the provided view helpers"
        },
        "time": "2019-12-12T14:08:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "2.11.x-dev"
            },
            "zf": {
                "component": "Zend\\I18n",
                "config-provider": "Zend\\I18n\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\I18n\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Provide translations for your application, and filter and validate internationalized values",
        "keywords": [
            "ZendFramework",
            "i18n",
            "zf"
        ],
        "abandoned": "laminas/laminas-i18n"
    },
    {
        "name": "zendframework/zend-i18n-resources",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-i18n-resources.git",
            "reference": "3a2f5a246779f05d4fe0c47738d4d2271e484aee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-i18n-resources/zipball/3a2f5a246779f05d4fe0c47738d4d2271e484aee",
            "reference": "3a2f5a246779f05d4fe0c47738d4d2271e484aee",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-06-25T01:21:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/Resources.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Provides validator translations for zend-i18n's Translator",
        "keywords": [
            "ZendFramework",
            "resources",
            "translations",
            "zf"
        ],
        "abandoned": "laminas/laminas-i18n-resources"
    },
    {
        "name": "zendframework/zend-inputfilter",
        "version": "2.10.1",
        "version_normalized": "2.10.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-inputfilter.git",
            "reference": "1f44a2e9bc394a71638b43bc7024b572fa65410e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/1f44a2e9bc394a71638b43bc7024b572fa65410e",
            "reference": "1f44a2e9bc394a71638b43bc7024b572fa65410e",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-filter": "^2.9.1",
            "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-validator": "^2.11"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
            "psr/http-message": "^1.0",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
        },
        "time": "2019-08-28T19:45:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "2.11.x-dev"
            },
            "zf": {
                "component": "Zend\\InputFilter",
                "config-provider": "Zend\\InputFilter\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "inputfilter",
            "zf"
        ],
        "abandoned": "laminas/laminas-inputfilter"
    },
    {
        "name": "zendframework/zend-json",
        "version": "3.1.2",
        "version_normalized": "3.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-json.git",
            "reference": "e9ddb1192d93fe7fff846ac895249c39db75132b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-json/zipball/e9ddb1192d93fe7fff846ac895249c39db75132b",
            "reference": "e9ddb1192d93fe7fff846ac895249c39db75132b",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.23 || ^6.4.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
        },
        "suggest": {
            "zendframework/zend-json-server": "For implementing JSON-RPC servers",
            "zendframework/zend-xml2json": "For converting XML documents to JSON"
        },
        "time": "2019-10-09T13:56:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev",
                "dev-develop": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "json",
            "zf"
        ],
        "abandoned": "laminas/laminas-json"
    },
    {
        "name": "zendframework/zend-json-server",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-json-server.git",
            "reference": "c87b943237b87fca1f06c5a80389ba42ab69bc8b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-json-server/zipball/c87b943237b87fca1f06c5a80389ba42ab69bc8b",
            "reference": "c87b943237b87fca1f06c5a80389ba42ab69bc8b",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-http": "^2.7",
            "zendframework/zend-json": "^2.6.1 || ^3.0",
            "zendframework/zend-server": "^2.7"
        },
        "conflict": {
            "zendframework/zend-stdlib": "<3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-17T14:36:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Json\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Json-Server is a JSON-RPC server implementation.",
        "keywords": [
            "ZendFramework",
            "json",
            "json-server",
            "server",
            "zf"
        ],
        "abandoned": "laminas/laminas-json-server"
    },
    {
        "name": "zendframework/zend-loader",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-loader.git",
            "reference": "91da574d29b58547385b2298c020b257310898c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/91da574d29b58547385b2298c020b257310898c6",
            "reference": "91da574d29b58547385b2298c020b257310898c6",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-09-04T19:38:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Loader\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Autoloading and plugin loading strategies",
        "keywords": [
            "ZendFramework",
            "loader",
            "zf"
        ],
        "abandoned": "laminas/laminas-loader"
    },
    {
        "name": "zendframework/zend-log",
        "version": "2.12.0",
        "version_normalized": "2.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-log.git",
            "reference": "e5ec088dc8a7b4d96a3a6627761f720a738a36b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-log/zipball/e5ec088dc8a7b4d96a3a6627761f720a738a36b8",
            "reference": "e5ec088dc8a7b4d96a3a6627761f720a738a36b8",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/log": "^1.1.2",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6.7",
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-db": "^2.6",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-filter": "^2.5",
            "zendframework/zend-mail": "^2.6.1",
            "zendframework/zend-validator": "^2.10.1"
        },
        "suggest": {
            "ext-mongo": "mongo extension to use Mongo writer",
            "ext-mongodb": "mongodb extension to use MongoDB writer",
            "zendframework/zend-db": "Zend\\Db component to use the database log writer",
            "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
            "zendframework/zend-mail": "Zend\\Mail component to use the email log writer",
            "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages"
        },
        "time": "2019-12-27T16:18:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12.x-dev",
                "dev-develop": "2.13.x-dev"
            },
            "zf": {
                "component": "Zend\\Log",
                "config-provider": "Zend\\Log\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Log\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
        "keywords": [
            "ZendFramework",
            "log",
            "logging",
            "zf"
        ],
        "abandoned": "laminas/laminas-log"
    },
    {
        "name": "zendframework/zend-mail",
        "version": "2.10.0",
        "version_normalized": "2.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mail.git",
            "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8",
            "reference": "d7beb63d5f7144a21ac100072c453e63860cdab8",
            "shasum": ""
        },
        "require": {
            "ext-iconv": "*",
            "php": "^5.6 || ^7.0",
            "true/punycode": "^2.1",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-mime": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-validator": "^2.10.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-crypt": "^2.6 || ^3.0",
            "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1"
        },
        "suggest": {
            "zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
            "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
        },
        "time": "2018-06-07T13:37:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "2.11.x-dev"
            },
            "zf": {
                "component": "Zend\\Mail",
                "config-provider": "Zend\\Mail\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "mail",
            "zf"
        ],
        "abandoned": "laminas/laminas-mail"
    },
    {
        "name": "zendframework/zend-math",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-math.git",
            "reference": "07e43d87fd5c7edc4f54121b9a4625eb10e4b726"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-math/zipball/07e43d87fd5c7edc4f54121b9a4625eb10e4b726",
            "reference": "07e43d87fd5c7edc4f54121b9a4625eb10e4b726",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "paragonie/random_compat": "^2.0.11 || 9.99.99",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "ext-bcmath": "If using the bcmath functionality",
            "ext-gmp": "If using the gmp functionality"
        },
        "time": "2018-12-04T15:45:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
        "keywords": [
            "ZendFramework",
            "math",
            "zf"
        ],
        "abandoned": "laminas/laminas-math"
    },
    {
        "name": "zendframework/zend-memory",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-memory.git",
            "reference": "00a733ebbc4e6ec978939c1b09b928174e15808f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-memory/zipball/00a733ebbc4e6ec978939c1b09b928174e15808f",
            "reference": "00a733ebbc4e6ec978939c1b09b928174e15808f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-cache": "^2.7",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "zendframework/zend-cache": "To support swapping memory objects into and out of non-memory cache storage"
        },
        "time": "2019-10-16T11:10:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Memory\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Manage data in an environment with limited memory",
        "keywords": [
            "ZendFramework",
            "memory",
            "zf"
        ],
        "abandoned": "laminas/laminas-memory"
    },
    {
        "name": "zendframework/zend-mime",
        "version": "2.7.2",
        "version_normalized": "2.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mime.git",
            "reference": "c91e0350be53cc9d29be15563445eec3b269d7c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/c91e0350be53cc9d29be15563445eec3b269d7c1",
            "reference": "c91e0350be53cc9d29be15563445eec3b269d7c1",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.21 || ^6.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-mail": "^2.6"
        },
        "suggest": {
            "zendframework/zend-mail": "Zend\\Mail component"
        },
        "time": "2019-10-16T19:30:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mime\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Create and parse MIME messages and parts",
        "keywords": [
            "ZendFramework",
            "mime",
            "zf"
        ],
        "abandoned": "laminas/laminas-mime"
    },
    {
        "name": "zendframework/zend-modulemanager",
        "version": "2.8.4",
        "version_normalized": "2.8.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-modulemanager.git",
            "reference": "b2596d24b9a4e36a3cd114d35d3ad0918db9a243"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/b2596d24b9a4e36a3cd114d35d3ad0918db9a243",
            "reference": "b2596d24b9a4e36a3cd114d35d3ad0918db9a243",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-config": "^3.1 || ^2.6",
            "zendframework/zend-eventmanager": "^3.2 || ^2.6.3",
            "zendframework/zend-stdlib": "^3.1 || ^2.7"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-console": "^2.6",
            "zendframework/zend-di": "^2.6",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-mvc": "^3.0 || ^2.7",
            "zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5"
        },
        "suggest": {
            "zendframework/zend-console": "Zend\\Console component",
            "zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules",
            "zendframework/zend-mvc": "Zend\\Mvc component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
        },
        "time": "2019-10-28T13:29:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ModuleManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Modular application system for zend-mvc applications",
        "keywords": [
            "ZendFramework",
            "modulemanager",
            "zf"
        ],
        "abandoned": "laminas/laminas-modulemanager"
    },
    {
        "name": "zendframework/zend-mvc",
        "version": "3.1.1",
        "version_normalized": "3.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc.git",
            "reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/236e7e1e3757e988fa06530c0a3f96a148858ae8",
            "reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-eventmanager": "^3.2",
            "zendframework/zend-http": "^2.7",
            "zendframework/zend-modulemanager": "^2.8",
            "zendframework/zend-router": "^3.0.2",
            "zendframework/zend-servicemanager": "^3.3",
            "zendframework/zend-stdlib": "^3.1",
            "zendframework/zend-view": "^2.9"
        },
        "require-dev": {
            "http-interop/http-middleware": "^0.4.1",
            "phpunit/phpunit": "^6.4.4 || ^5.7.14",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-json": "^2.6.1 || ^3.0",
            "zendframework/zend-psr7bridge": "^1.0",
            "zendframework/zend-stratigility": "^2.0.1"
        },
        "suggest": {
            "http-interop/http-middleware": "^0.4.1 to be used together with zend-stratigility",
            "zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
            "zendframework/zend-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
            "zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
            "zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
            "zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
            "zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
            "zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
            "zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
            "zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
            "zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
            "zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
            "zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
        },
        "time": "2017-11-24T06:32:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev",
                "dev-develop": "3.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
        "keywords": [
            "ZendFramework",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc"
    },
    {
        "name": "zendframework/zend-mvc-console",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-console.git",
            "reference": "821c18e0d57e71b370166bd2f35623befddaf2ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-console/zipball/821c18e0d57e71b370166bd2f35623befddaf2ee",
            "reference": "821c18e0d57e71b370166bd2f35623befddaf2ee",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-console": "^2.6",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-modulemanager": "^2.7.1",
            "zendframework/zend-mvc": "^3.0.3",
            "zendframework/zend-router": "^3.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7.5 || ^3.0",
            "zendframework/zend-text": "^2.6",
            "zendframework/zend-view": "^2.6.3"
        },
        "conflict": {
            "zendframework/zend-mvc": "<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-filter": "^2.6.1"
        },
        "suggest": {
            "zendframework/zend-filter": "^2.6.1, to filter rendered results"
        },
        "time": "2018-04-30T19:10:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev",
                "dev-develop": "1.3.x-dev"
            },
            "zf": {
                "component": "Zend\\Mvc\\Console"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\Console\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Integration between zend-mvc and zend-console",
        "keywords": [
            "ZendFramework",
            "console",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc-console"
    },
    {
        "name": "zendframework/zend-mvc-form",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-form.git",
            "reference": "28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-form/zipball/28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0",
            "reference": "28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-code": "^2.6.3 || ^3.0.2",
            "zendframework/zend-form": "^2.8.4",
            "zendframework/zend-i18n": "^2.7.2"
        },
        "time": "2016-06-07T18:34:07+00:00",
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            },
            "zf": {
                "component": "Zend\\Form"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Metapackage with all requirements needed to use zend-form with zend-mvc.",
        "homepage": "https://github.com/zendframework/zend-mvc-form",
        "keywords": [
            "form",
            "mvc",
            "zf2"
        ],
        "abandoned": "laminas/laminas-mvc-form"
    },
    {
        "name": "zendframework/zend-mvc-i18n",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-i18n.git",
            "reference": "7a1b3aca3a8874adb32390d34794cdc525c1c909"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-i18n/zipball/7a1b3aca3a8874adb32390d34794cdc525c1c909",
            "reference": "7a1b3aca3a8874adb32390d34794cdc525c1c909",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-i18n": "^2.7",
            "zendframework/zend-router": "^3.0",
            "zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7.6 || ^3.0",
            "zendframework/zend-validator": "^2.6"
        },
        "conflict": {
            "phpspec/prophecy": "<1.8.0",
            "zendframework/zend-mvc": "<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "zendframework/zend-cache": "To enable caching of translation strings"
        },
        "time": "2019-09-03T20:50:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev",
                "dev-develop": "1.2.x-dev"
            },
            "zf": {
                "component": "Zend\\Mvc\\I18n",
                "config-provider": "Zend\\Mvc\\I18n\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\I18n\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Integration between zend-mvc and zend-i18n",
        "keywords": [
            "ZendFramework",
            "i18n",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc-i18n"
    },
    {
        "name": "zendframework/zend-mvc-plugin-fileprg",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-plugin-fileprg.git",
            "reference": "87184f33dbb98eb57c7338a5f026cca29bdd6048"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-plugin-fileprg/zipball/87184f33dbb98eb57c7338a5f026cca29bdd6048",
            "reference": "87184f33dbb98eb57c7338a5f026cca29bdd6048",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-filter": "^2.6.1",
            "zendframework/zend-form": "^2.7",
            "zendframework/zend-inputfilter": "^2.8.1",
            "zendframework/zend-mvc": "^3.0",
            "zendframework/zend-session": "^2.8.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-validator": "^2.6"
        },
        "conflict": {
            "zendframework/zend-mvc": "<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-04-30T20:02:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev",
                "dev-develop": "1.2.x-dev"
            },
            "zf": {
                "component": "Zend\\Mvc\\Plugin\\FilePrg"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\Plugin\\FilePrg\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Post/Redirect/Get plugin with file upload handling for zend-mvc controllers",
        "keywords": [
            "ZendFramework",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc-plugin-fileprg"
    },
    {
        "name": "zendframework/zend-mvc-plugin-flashmessenger",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-plugin-flashmessenger.git",
            "reference": "b66064eb59d3b124a133d259aac3d9dd7cb81706"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-plugin-flashmessenger/zipball/b66064eb59d3b124a133d259aac3d9dd7cb81706",
            "reference": "b66064eb59d3b124a133d259aac3d9dd7cb81706",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-mvc": "^3.0",
            "zendframework/zend-session": "^2.8.5",
            "zendframework/zend-stdlib": "^3.2.1",
            "zendframework/zend-view": "^2.10"
        },
        "conflict": {
            "zendframework/zend-mvc": "<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-i18n": "^2.8"
        },
        "time": "2019-10-19T22:24:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev",
                "dev-develop": "1.3.x-dev"
            },
            "zf": {
                "component": "Zend\\Mvc\\Plugin\\FlashMessenger"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\Plugin\\FlashMessenger\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Plugin for creating and exposing flash messages via zend-mvc controllers",
        "keywords": [
            "ZendFramework",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc-plugin-flashmessenger"
    },
    {
        "name": "zendframework/zend-mvc-plugin-identity",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-plugin-identity.git",
            "reference": "21473f4fa5381ce947593c2fec0f5d7f18693b4a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-plugin-identity/zipball/21473f4fa5381ce947593c2fec0f5d7f18693b4a",
            "reference": "21473f4fa5381ce947593c2fec0f5d7f18693b4a",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-authentication": "^2.5.3",
            "zendframework/zend-mvc": "^3.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "conflict": {
            "zendframework/zend-mvc": "<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-18T08:47:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev",
                "dev-develop": "1.2.x-dev"
            },
            "zf": {
                "component": "Zend\\Mvc\\Plugin\\Identity"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\Plugin\\Identity\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Plugin for retrieving the current authenticated identity within zend-mvc controllers",
        "keywords": [
            "ZendFramework",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc-plugin-identity"
    },
    {
        "name": "zendframework/zend-mvc-plugin-prg",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-plugin-prg.git",
            "reference": "090afc28bcf0f7043ed8d7da712ac1b5964ab7d7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-plugin-prg/zipball/090afc28bcf0f7043ed8d7da712ac1b5964ab7d7",
            "reference": "090afc28bcf0f7043ed8d7da712ac1b5964ab7d7",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-mvc": "^3.0",
            "zendframework/zend-session": "^2.8.5",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-19T22:46:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev",
                "dev-develop": "1.3.x-dev"
            },
            "zf": {
                "component": "Zend\\Mvc\\Plugin\\Prg"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Mvc\\Plugin\\Prg\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Post/Redirect/Get plugin for zend-mvc controllers",
        "keywords": [
            "ZendFramework",
            "mvc",
            "zf"
        ],
        "abandoned": "laminas/laminas-mvc-plugin-prg"
    },
    {
        "name": "zendframework/zend-mvc-plugins",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-mvc-plugins.git",
            "reference": "b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-mvc-plugins/zipball/b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b",
            "reference": "b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-mvc-plugin-fileprg": "^1.0",
            "zendframework/zend-mvc-plugin-flashmessenger": "^1.0",
            "zendframework/zend-mvc-plugin-identity": "^1.0",
            "zendframework/zend-mvc-plugin-prg": "^1.0"
        },
        "time": "2016-06-02T18:41:26+00:00",
        "type": "metapackage",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            },
            "zf": {
                "component": [
                    "Zend\\Mvc\\Plugin\\FilePrg",
                    "Zend\\Mvc\\Plugin\\FlashMessenger",
                    "Zend\\Mvc\\Plugin\\Identity",
                    "Zend\\Mvc\\Plugin\\Prg"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Collection of all stable zend-mvc plugins served via separate packages.",
        "homepage": "https://github.com/zendframework/zend-mvc-plugins",
        "keywords": [
            "mvc",
            "plugins",
            "zf2"
        ],
        "abandoned": "laminas/laminas-mvc-plugins"
    },
    {
        "name": "zendframework/zend-navigation",
        "version": "2.9.1",
        "version_normalized": "2.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-navigation.git",
            "reference": "fd3c60b83e816cfb67b53c2193372ac19469a609"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-navigation/zipball/fd3c60b83e816cfb67b53c2193372ac19469a609",
            "reference": "fd3c60b83e816cfb67b53c2193372ac19469a609",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6 || ^3.1",
            "zendframework/zend-console": "^2.6",
            "zendframework/zend-http": "^2.6",
            "zendframework/zend-i18n": "^2.7.3",
            "zendframework/zend-log": "^2.9.1",
            "zendframework/zend-mvc": "^2.7.9 || ^3.0.4",
            "zendframework/zend-permissions-acl": "^2.6",
            "zendframework/zend-router": "^3.0.2",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-uri": "^2.5.2",
            "zendframework/zend-view": "^2.9"
        },
        "suggest": {
            "zendframework/zend-config": "^2.6 || ^3.1, to provide page configuration (optional, as arrays and Traversables are also allowed)",
            "zendframework/zend-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
            "zendframework/zend-router": "^3.0, to use router-based URI generation with Mvc pages",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
            "zendframework/zend-view": "^2.8.1, to use the navigation view helpers"
        },
        "time": "2019-08-21T08:28:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            },
            "zf": {
                "component": "Zend\\Navigation",
                "config-provider": "Zend\\Navigation\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Navigation\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Manage trees of pointers to web pages in order to build navigation systems",
        "keywords": [
            "ZendFramework",
            "navigation",
            "zf"
        ],
        "abandoned": "laminas/laminas-navigation"
    },
    {
        "name": "zendframework/zend-paginator",
        "version": "2.8.2",
        "version_normalized": "2.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-paginator.git",
            "reference": "2b4d07d9475ed581278a28d065b238a0941402e2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/2b4d07d9475ed581278a28d065b238a0941402e2",
            "reference": "2b4d07d9475ed581278a28d065b238a0941402e2",
            "shasum": ""
        },
        "require": {
            "php": "^7.0 || ^5.6",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2.1 || ^5.7.15",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6.0",
            "zendframework/zend-db": "^2.9.2",
            "zendframework/zend-filter": "^2.6.1",
            "zendframework/zend-json": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-view": "^2.6.3"
        },
        "suggest": {
            "zendframework/zend-cache": "Zend\\Cache component to support cache features",
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-filter": "Zend\\Filter component",
            "zendframework/zend-json": "Zend\\Json component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
            "zendframework/zend-view": "Zend\\View component"
        },
        "time": "2019-08-21T13:31:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "2.9.x-dev"
            },
            "zf": {
                "component": "Zend\\Paginator",
                "config-provider": "Zend\\Paginator\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Paginator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Paginate collections of data from arbitrary sources",
        "keywords": [
            "ZendFramework",
            "paginator",
            "zf"
        ],
        "abandoned": "laminas/laminas-paginator"
    },
    {
        "name": "zendframework/zend-permissions-acl",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-permissions-acl.git",
            "reference": "1323e30a9357e6f6956f63d97faf7e8c8db1f4f8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/1323e30a9357e6f6956f63d97faf7e8c8db1f4f8",
            "reference": "1323e30a9357e6f6956f63d97faf7e8c8db1f4f8",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
        },
        "time": "2019-06-25T08:09:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "acl",
            "zf"
        ],
        "abandoned": "laminas/laminas-permissions-acl"
    },
    {
        "name": "zendframework/zend-permissions-rbac",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-permissions-rbac.git",
            "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-permissions-rbac/zipball/c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
            "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.15|| ^6.2.1",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-02-01T09:55:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev",
                "dev-develop": "2.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Permissions\\Rbac\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides a role-based access control management",
        "homepage": "https://github.com/zendframework/zend-permissions-rbac",
        "keywords": [
            "rbac",
            "zf2"
        ],
        "abandoned": "laminas/laminas-permissions-rbac"
    },
    {
        "name": "zendframework/zend-progressbar",
        "version": "2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-progressbar.git",
            "reference": "f5b885453c4c789ddc86e395ae553df5b4148d15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-progressbar/zipball/f5b885453c4c789ddc86e395ae553df5b4148d15",
            "reference": "f5b885453c4c789ddc86e395ae553df5b4148d15",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-json": "^2.6.1",
            "zendframework/zend-session": "^2.8.5"
        },
        "suggest": {
            "zendframework/zend-json": "Zend\\Json component",
            "zendframework/zend-session": "To support progressbar persistent"
        },
        "time": "2019-10-17T14:52:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ProgressBar\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Create and update progress bars in different environments",
        "keywords": [
            "ZendFramework",
            "progressbar",
            "zf"
        ],
        "abandoned": "laminas/laminas-progressbar"
    },
    {
        "name": "zendframework/zend-psr7bridge",
        "version": "0.2.2",
        "version_normalized": "0.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-psr7bridge.git",
            "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
            "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5",
            "psr/http-message": "^1.0",
            "zendframework/zend-diactoros": "^1.1",
            "zendframework/zend-http": "^2.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.7",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "time": "2016-05-10T21:44:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev",
                "dev-develop": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Psr7Bridge\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "PSR-7 <-> Zend\\Http bridge",
        "homepage": "https://github.com/zendframework/zend-psr7bridge",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ],
        "abandoned": "laminas/laminas-psr7bridge"
    },
    {
        "name": "zendframework/zend-router",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-router.git",
            "reference": "b113a4cfd910ee4723079fa58a9bcf3198631620"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-router/zipball/b113a4cfd910ee4723079fa58a9bcf3198631620",
            "reference": "b113a4cfd910ee4723079fa58a9bcf3198631620",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-http": "^2.8.1",
            "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "conflict": {
            "zendframework/zend-mvc": "<3.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.22 || ^6.4.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-i18n": "^2.7.4"
        },
        "suggest": {
            "zendframework/zend-i18n": "^2.7.4, if defining translatable HTTP path segments"
        },
        "time": "2019-02-26T20:24:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-develop": "4.0.x-dev"
            },
            "zf": {
                "component": "Zend\\Router",
                "config-provider": "Zend\\Router\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Router\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Flexible routing system for HTTP and console applications",
        "keywords": [
            "ZendFramework",
            "mvc",
            "routing",
            "zend",
            "zf"
        ],
        "abandoned": "laminas/laminas-router"
    },
    {
        "name": "zendframework/zend-serializer",
        "version": "2.9.1",
        "version_normalized": "2.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-serializer.git",
            "reference": "6fb7ae016cfdf0cfcdfa2b989e6a65f351170e21"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/6fb7ae016cfdf0cfcdfa2b989e6a65f351170e21",
            "reference": "6fb7ae016cfdf0cfcdfa2b989e6a65f351170e21",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-json": "^2.5 || ^3.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-math": "^2.6 || ^3.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
            "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
        },
        "time": "2019-10-19T08:06:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            },
            "zf": {
                "component": "Zend\\Serializer",
                "config-provider": "Zend\\Serializer\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Serializer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Serialize and deserialize PHP structures to a variety of representations",
        "keywords": [
            "ZendFramework",
            "serializer",
            "zf"
        ],
        "abandoned": "laminas/laminas-serializer"
    },
    {
        "name": "zendframework/zend-server",
        "version": "2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-server.git",
            "reference": "d80c44700ebb92191dd9a3005316a6ab6637c0d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-server/zipball/d80c44700ebb92191dd9a3005316a6ab6637c0d1",
            "reference": "d80c44700ebb92191dd9a3005316a6ab6637c0d1",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-code": "^2.5 || ^3.0",
            "zendframework/zend-stdlib": "^2.5 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-16T18:27:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "2.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Create Reflection-based RPC servers",
        "keywords": [
            "ZendFramework",
            "server",
            "zf"
        ],
        "abandoned": "laminas/laminas-server"
    },
    {
        "name": "zendframework/zend-servicemanager",
        "version": "3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager.git",
            "reference": "a1ed6140d0d3ee803fec96582593ed024950067b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/a1ed6140d0d3ee803fec96582593ed024950067b",
            "reference": "a1ed6140d0d3ee803fec96582593ed024950067b",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.2",
            "php": "^5.6 || ^7.0",
            "psr/container": "^1.0",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "provide": {
            "container-interop/container-interop-implementation": "^1.2",
            "psr/container-implementation": "^1.0"
        },
        "require-dev": {
            "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",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
            "zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
        },
        "time": "2018-12-22T06:05:09+00:00",
        "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"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Factory-Driven Dependency Injection Container",
        "keywords": [
            "PSR-11",
            "ZendFramework",
            "dependency-injection",
            "di",
            "dic",
            "service-manager",
            "servicemanager",
            "zf"
        ],
        "abandoned": "laminas/laminas-servicemanager"
    },
    {
        "name": "zendframework/zend-servicemanager-di",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-servicemanager-di.git",
            "reference": "aaf6fb59fccd32ffdf5ac8ffbd54f99e8e359d5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-servicemanager-di/zipball/aaf6fb59fccd32ffdf5ac8ffbd54f99e8e359d5b",
            "reference": "aaf6fb59fccd32ffdf5ac8ffbd54f99e8e359d5b",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-di": "^2.6",
            "zendframework/zend-servicemanager": "^3.0.3"
        },
        "conflict": {
            "zendframework/zend-servicemanager": "<3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-18T18:22:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev",
                "dev-develop": "1.3.x-dev"
            },
            "zf": {
                "component": "Zend\\ServiceManager\\Di",
                "config-provider": "Zend\\ServiceManager\\Di\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\ServiceManager\\Di\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "zend-di integration for zend-servicemanager",
        "keywords": [
            "ZendFramework",
            "di",
            "zf"
        ],
        "abandoned": "laminas/laminas-servicemanager-di"
    },
    {
        "name": "zendframework/zend-session",
        "version": "2.9.1",
        "version_normalized": "2.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-session.git",
            "reference": "c289c4d733ec23a389e25c7c451f4d062088511f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-session/zipball/c289c4d733ec23a389e25c7c451f4d062088511f",
            "reference": "c289c4d733ec23a389e25c7c451f4d062088511f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "container-interop/container-interop": "^1.1",
            "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.16",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-validator": "^2.6"
        },
        "suggest": {
            "mongodb/mongodb": "If you want to use the MongoDB session save handler",
            "zendframework/zend-cache": "Zend\\Cache component",
            "zendframework/zend-db": "Zend\\Db component",
            "zendframework/zend-http": "Zend\\Http component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
            "zendframework/zend-validator": "Zend\\Validator component"
        },
        "time": "2019-10-28T19:40:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            },
            "zf": {
                "component": "Zend\\Session",
                "config-provider": "Zend\\Session\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Session\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Object-oriented interface to PHP sessions and storage",
        "keywords": [
            "ZendFramework",
            "session",
            "zf"
        ],
        "abandoned": "laminas/laminas-session"
    },
    {
        "name": "zendframework/zend-soap",
        "version": "2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-soap.git",
            "reference": "8762d79efa220d82529c43ce08d70554146be645"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/8762d79efa220d82529c43ce08d70554146be645",
            "reference": "8762d79efa220d82529c43ce08d70554146be645",
            "shasum": ""
        },
        "require": {
            "ext-soap": "*",
            "php": "^5.6 || ^7.0",
            "zendframework/zend-server": "^2.6.1",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-uri": "^2.5.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.21 || ^6.3",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-http": "^2.5.4"
        },
        "suggest": {
            "zendframework/zend-http": "Zend\\Http component"
        },
        "time": "2019-04-30T16:45:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Soap\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "homepage": "https://github.com/zendframework/zend-soap",
        "keywords": [
            "soap",
            "zf2"
        ],
        "abandoned": "laminas/laminas-soap"
    },
    {
        "name": "zendframework/zend-stdlib",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stdlib.git",
            "reference": "66536006722aff9e62d1b331025089b7ec71c065"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
            "reference": "66536006722aff9e62d1b331025089b7ec71c065",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpbench/phpbench": "^0.13",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-08-28T21:34:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SPL extensions, array utilities, error handlers, and more",
        "keywords": [
            "ZendFramework",
            "stdlib",
            "zf"
        ],
        "abandoned": "laminas/laminas-stdlib"
    },
    {
        "name": "zendframework/zend-stratigility",
        "version": "1.3.3",
        "version_normalized": "1.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-stratigility.git",
            "reference": "2c4120d2af215c8261a36e0bc3aa8e179e05e148"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/2c4120d2af215c8261a36e0bc3aa8e179e05e148",
            "reference": "2c4120d2af215c8261a36e0bc3aa8e179e05e148",
            "shasum": ""
        },
        "require": {
            "http-interop/http-middleware": "^0.2.0",
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0",
            "zendframework/zend-escaper": "^2.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.6",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., zendframework/zend-diactoros"
        },
        "time": "2017-01-23T22:59:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.0-dev",
                "dev-develop": "2.0.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Stratigility\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Middleware for PHP",
        "homepage": "https://github.com/zendframework/zend-stratigility",
        "keywords": [
            "http",
            "middleware",
            "psr-7"
        ],
        "abandoned": "laminas/laminas-stratigility"
    },
    {
        "name": "zendframework/zend-tag",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-tag.git",
            "reference": "a9f92a01157dac2ce20bf5d5de2291b1294d3f88"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-tag/zipball/a9f92a01157dac2ce20bf5d5de2291b1294d3f88",
            "reference": "a9f92a01157dac2ce20bf5d5de2291b1294d3f88",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
        },
        "suggest": {
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
        },
        "time": "2019-04-30T21:23:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Tag\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Manipulate and weight taggable items, and create tag clouds",
        "keywords": [
            "ZendFramework",
            "tag",
            "zf"
        ],
        "abandoned": "laminas/laminas-tag"
    },
    {
        "name": "zendframework/zend-test",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-test.git",
            "reference": "9cc4ab4c84a7da4c8035087253606b4f3ff1e72f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-test/zipball/9cc4ab4c84a7da4c8035087253606b4f3ff1e72f",
            "reference": "9cc4ab4c84a7da4c8035087253606b4f3ff1e72f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
            "sebastian/version": "^1.0.4 || ^2.0",
            "zendframework/zend-console": "^2.6",
            "zendframework/zend-dom": "^2.6",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-http": "^2.8.3",
            "zendframework/zend-mvc": "^3.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7 || ^3.0",
            "zendframework/zend-uri": "^2.5",
            "zendframework/zend-view": "^2.6.3"
        },
        "require-dev": {
            "mikey179/vfsstream": "~1.2",
            "symfony/finder": "^2.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-log": "^2.7.1",
            "zendframework/zend-modulemanager": "^2.7.1",
            "zendframework/zend-mvc-console": "^1.1.8",
            "zendframework/zend-mvc-plugin-flashmessenger": "^0.1.0",
            "zendframework/zend-serializer": "^2.6.1",
            "zendframework/zend-session": "^2.8.5",
            "zendframework/zend-validator": "^2.8"
        },
        "suggest": {
            "zendframework/zend-mvc-console": "^1.1.8, to test MVC <-> console integration"
        },
        "time": "2019-06-11T19:33:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3.x-dev",
                "dev-develop": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "autoload/phpunit-class-aliases.php"
            ],
            "psr-4": {
                "Zend\\Test\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Tools to facilitate unit testing of zend-mvc applications",
        "keywords": [
            "ZendFramework",
            "test",
            "zf"
        ],
        "abandoned": "laminas/laminas-test"
    },
    {
        "name": "zendframework/zend-text",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-text.git",
            "reference": "41e32dafa4015e160e2f95a7039554385c71624d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-text/zipball/41e32dafa4015e160e2f95a7039554385c71624d",
            "reference": "41e32dafa4015e160e2f95a7039554385c71624d",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6"
        },
        "time": "2019-10-16T20:36:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Text\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Create FIGlets and text-based tables",
        "keywords": [
            "ZendFramework",
            "text",
            "zf"
        ],
        "abandoned": "laminas/laminas-text"
    },
    {
        "name": "zendframework/zend-uri",
        "version": "2.7.1",
        "version_normalized": "2.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-uri.git",
            "reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/bfc4a5b9a309711e968d7c72afae4ac50c650083",
            "reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-validator": "^2.10"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-07T13:35:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev",
                "dev-develop": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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)",
        "keywords": [
            "ZendFramework",
            "uri",
            "zf"
        ],
        "abandoned": "laminas/laminas-uri"
    },
    {
        "name": "zendframework/zend-validator",
        "version": "2.13.0",
        "version_normalized": "2.13.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-validator.git",
            "reference": "b54acef1f407741c5347f2a97f899ab21f2229ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/b54acef1f407741c5347f2a97f899ab21f2229ef",
            "reference": "b54acef1f407741c5347f2a97f899ab21f2229ef",
            "shasum": ""
        },
        "require": {
            "container-interop/container-interop": "^1.1",
            "php": "^7.1",
            "zendframework/zend-stdlib": "^3.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0.8 || ^5.7.15",
            "psr/http-client": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-db": "^2.7",
            "zendframework/zend-filter": "^2.6",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-math": "^2.6",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.8",
            "zendframework/zend-uri": "^2.5"
        },
        "suggest": {
            "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators",
            "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
            "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
            "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
            "zendframework/zend-i18n-resources": "Translations of validator messages",
            "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
            "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
            "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
        },
        "time": "2019-12-28T04:07:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.13.x-dev",
                "dev-develop": "2.14.x-dev"
            },
            "zf": {
                "component": "Zend\\Validator",
                "config-provider": "Zend\\Validator\\ConfigProvider"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "validator",
            "zf"
        ],
        "abandoned": "laminas/laminas-validator"
    },
    {
        "name": "zendframework/zend-view",
        "version": "2.11.4",
        "version_normalized": "2.11.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-view.git",
            "reference": "a8b1b2d9b52e191539be861a6529f8c8a0c06b9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-view/zipball/a8b1b2d9b52e191539be861a6529f8c8a0c06b9d",
            "reference": "a8b1b2d9b52e191539be861a6529f8c8a0c06b9d",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
            "zendframework/zend-json": "^2.6.1 || ^3.0",
            "zendframework/zend-loader": "^2.5",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.15 || ^6.0.8",
            "zendframework/zend-authentication": "^2.5",
            "zendframework/zend-cache": "^2.6.1",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-config": "^2.6",
            "zendframework/zend-console": "^2.6",
            "zendframework/zend-escaper": "^2.5",
            "zendframework/zend-feed": "^2.7",
            "zendframework/zend-filter": "^2.6.1",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-i18n": "^2.6",
            "zendframework/zend-log": "^2.7",
            "zendframework/zend-modulemanager": "^2.7.1",
            "zendframework/zend-mvc": "^2.7.14 || ^3.0",
            "zendframework/zend-navigation": "^2.5",
            "zendframework/zend-paginator": "^2.5",
            "zendframework/zend-permissions-acl": "^2.6",
            "zendframework/zend-router": "^3.0.1",
            "zendframework/zend-serializer": "^2.6.1",
            "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
            "zendframework/zend-session": "^2.8.1",
            "zendframework/zend-uri": "^2.5"
        },
        "suggest": {
            "zendframework/zend-authentication": "Zend\\Authentication component",
            "zendframework/zend-escaper": "Zend\\Escaper component",
            "zendframework/zend-feed": "Zend\\Feed component",
            "zendframework/zend-filter": "Zend\\Filter component",
            "zendframework/zend-http": "Zend\\Http component",
            "zendframework/zend-i18n": "Zend\\I18n component",
            "zendframework/zend-mvc": "Zend\\Mvc component",
            "zendframework/zend-mvc-plugin-flashmessenger": "zend-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with zend-mvc versions 3 and up",
            "zendframework/zend-navigation": "Zend\\Navigation component",
            "zendframework/zend-paginator": "Zend\\Paginator component",
            "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
            "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
            "zendframework/zend-uri": "Zend\\Uri component"
        },
        "time": "2019-12-04T08:40:50+00:00",
        "bin": [
            "bin/templatemap_generator.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev",
                "dev-develop": "2.12.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\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",
        "keywords": [
            "ZendFramework",
            "view",
            "zf"
        ],
        "abandoned": "laminas/laminas-view"
    },
    {
        "name": "zendframework/zend-xml2json",
        "version": "3.1.2",
        "version_normalized": "3.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-xml2json.git",
            "reference": "43b08ce4b8350a9c0296d134a50f8e7c6e59b6cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-xml2json/zipball/43b08ce4b8350a9c0296d134a50f8e7c6e59b6cf",
            "reference": "43b08ce4b8350a9c0296d134a50f8e7c6e59b6cf",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-json": "^2.6.1 || ^3.0",
            "zendframework/zendxml": "^1.0.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-10-16T11:38:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev",
                "dev-develop": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Xml2Json\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Provides functionality for converting XML to JSON, optionally including XML attributes",
        "keywords": [
            "ZendFramework",
            "json",
            "xml",
            "zf"
        ],
        "abandoned": "laminas/laminas-xml2json"
    },
    {
        "name": "zendframework/zend-xmlrpc",
        "version": "2.9.0",
        "version_normalized": "2.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-xmlrpc.git",
            "reference": "9765e67d957d5c929d25e5870c51ad93ea806f49"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-xmlrpc/zipball/9765e67d957d5c929d25e5870c51ad93ea806f49",
            "reference": "9765e67d957d5c929d25e5870c51ad93ea806f49",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "zendframework/zend-http": "^2.5.4",
            "zendframework/zend-math": "^2.7 || ^3.0",
            "zendframework/zend-server": "^2.7",
            "zendframework/zend-stdlib": "^3.2.1",
            "zendframework/zendxml": "^1.0.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "suggest": {
            "zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage"
        },
        "time": "2019-12-27T23:35:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.9.x-dev",
                "dev-develop": "2.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\XmlRpc\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Fully-featured XML-RPC server and client implementations",
        "keywords": [
            "ZendFramework",
            "xmlrpc",
            "zf"
        ],
        "abandoned": "laminas/laminas-xmlrpc"
    },
    {
        "name": "zendframework/zendxml",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/ZendXml.git",
            "reference": "eceab37a591c9e140772a1470338258857339e00"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00",
            "reference": "eceab37a591c9e140772a1470338258857339e00",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-01-22T19:42:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev",
                "dev-develop": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZendXml\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Utility library for XML usage, best practices, and security in PHP",
        "keywords": [
            "ZendFramework",
            "security",
            "xml",
            "zf"
        ],
        "abandoned": "laminas/laminas-xml"
    },
    {
        "name": "zfcampus/zf-development-mode",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zfcampus/zf-development-mode.git",
            "reference": "419004a320bab017d28f2bc5e7857dde7e19aecf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zfcampus/zf-development-mode/zipball/419004a320bab017d28f2bc5e7857dde7e19aecf",
            "reference": "419004a320bab017d28f2bc5e7857dde7e19aecf",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6.5",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2018-05-07T15:44:42+00:00",
        "bin": [
            "bin/zf-development-mode"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ZF\\DevelopmentMode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Zend Framework development mode script",
        "keywords": [
            "ZendFramework",
            "framework",
            "zf"
        ],
        "abandoned": "laminas/laminas-development-mode"
    }
]
