{
        "packages": [
                {
                        "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",
                        "install-path": "../container-interop/container-interop"
                },
                {
                        "name": "doctrine/instantiator",
                        "version": "1.2.0",
                        "version_normalized": "1.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/doctrine/instantiator.git",
                                "reference": "a2c590166b2133a4633738648b6b064edae0814a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
                                "reference": "a2c590166b2133a4633738648b6b064edae0814a",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "doctrine/coding-standard": "^6.0",
                                "ext-pdo": "*",
                                "ext-phar": "*",
                                "phpbench/phpbench": "^0.13",
                                "phpstan/phpstan-phpunit": "^0.11",
                                "phpstan/phpstan-shim": "^0.11",
                                "phpunit/phpunit": "^7.0"
                        },
                        "time": "2019-03-17T17:37:11+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.2.x-dev"
                                }
                        },
                        "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": "http://ocramius.github.com/"
                                }
                        ],
                        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
                        "keywords": [
                                "constructor",
                                "instantiate"
                        ],
                        "install-path": "../doctrine/instantiator"
                },
                {
                        "name": "monolog/monolog",
                        "version": "1.24.0",
                        "version_normalized": "1.24.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Seldaek/monolog.git",
                                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
                                "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0",
                                "psr/log": "~1.0"
                        },
                        "provide": {
                                "psr/log-implementation": "1.0.0"
                        },
                        "require-dev": {
                                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                                "doctrine/couchdb": "~1.0@dev",
                                "graylog2/gelf-php": "~1.0",
                                "jakub-onderka/php-parallel-lint": "0.9",
                                "php-amqplib/php-amqplib": "~2.4",
                                "php-console/php-console": "^3.1.3",
                                "phpunit/phpunit": "~4.5",
                                "phpunit/phpunit-mock-objects": "2.3.0",
                                "ruflin/elastica": ">=0.90 <3.0",
                                "sentry/sentry": "^0.13",
                                "swiftmailer/swiftmailer": "^5.3|^6.0"
                        },
                        "suggest": {
                                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                                "ext-mongo": "Allow sending log messages to a MongoDB server",
                                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                                "php-console/php-console": "Allow sending log messages to Google Chrome",
                                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                                "sentry/sentry": "Allow sending log messages to a Sentry server"
                        },
                        "time": "2018-11-05T09:00:11+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Monolog\\": "src/Monolog"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jordi Boggiano",
                                        "email": "j.boggiano@seld.be",
                                        "homepage": "http://seld.be"
                                }
                        ],
                        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
                        "homepage": "http://github.com/Seldaek/monolog",
                        "keywords": [
                                "log",
                                "logging",
                                "psr-3"
                        ],
                        "install-path": "../monolog/monolog"
                },
                {
                        "name": "myclabs/deep-copy",
                        "version": "1.9.1",
                        "version_normalized": "1.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/myclabs/DeepCopy.git",
                                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
                                "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "replace": {
                                "myclabs/deep-copy": "self.version"
                        },
                        "require-dev": {
                                "doctrine/collections": "^1.0",
                                "doctrine/common": "^2.6",
                                "phpunit/phpunit": "^7.1"
                        },
                        "time": "2019-04-07T13:18:21+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"
                        ],
                        "install-path": "../myclabs/deep-copy"
                },
                {
                        "name": "myclabs/php-enum",
                        "version": "1.8.5",
                        "version_normalized": "1.8.5.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/myclabs/php-enum.git",
                                "reference": "e7be26966b7398204a234f8673fdad5ac6277802"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/e7be26966b7398204a234f8673fdad5ac6277802",
                                "reference": "e7be26966b7398204a234f8673fdad5ac6277802",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "php": "^7.3 || ^8.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^9.5",
                                "squizlabs/php_codesniffer": "1.*",
                                "vimeo/psalm": "^4.6.2 || ^5.2"
                        },
                        "time": "2025-01-14T11:49:03+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "MyCLabs\\Enum\\": "src/"
                                },
                                "classmap": [
                                        "stubs/Stringable.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP Enum contributors",
                                        "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
                                }
                        ],
                        "description": "PHP Enum implementation",
                        "homepage": "https://github.com/myclabs/php-enum",
                        "keywords": [
                                "enum"
                        ],
                        "support": {
                                "issues": "https://github.com/myclabs/php-enum/issues",
                                "source": "https://github.com/myclabs/php-enum/tree/1.8.5"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/mnapoli",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../myclabs/php-enum"
                },
                {
                        "name": "nikic/fast-route",
                        "version": "v1.3.0",
                        "version_normalized": "1.3.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/nikic/FastRoute.git",
                                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
                                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.35|~5.7"
                        },
                        "time": "2018-02-13T20:26:39+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "FastRoute\\": "src/"
                                },
                                "files": [
                                        "src/functions.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Nikita Popov",
                                        "email": "nikic@php.net"
                                }
                        ],
                        "description": "Fast request router for PHP",
                        "keywords": [
                                "router",
                                "routing"
                        ],
                        "install-path": "../nikic/fast-route"
                },
                {
                        "name": "phar-io/manifest",
                        "version": "1.0.3",
                        "version_normalized": "1.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phar-io/manifest.git",
                                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                                "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-phar": "*",
                                "phar-io/version": "^2.0",
                                "php": "^5.6 || ^7.0"
                        },
                        "time": "2018-07-08T19:23:20+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": "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)",
                        "install-path": "../phar-io/manifest"
                },
                {
                        "name": "phar-io/version",
                        "version": "2.0.1",
                        "version_normalized": "2.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phar-io/version.git",
                                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                                "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.6 || ^7.0"
                        },
                        "time": "2018-07-08T19:19:57+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Arne Blankerts",
                                        "role": "Developer",
                                        "email": "arne@blankerts.de"
                                },
                                {
                                        "name": "Sebastian Heuer",
                                        "role": "Developer",
                                        "email": "sebastian@phpeople.de"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "role": "Developer",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Library for handling version information and constraints",
                        "install-path": "../phar-io/version"
                },
                {
                        "name": "php-mqtt/client",
                        "version": "v1.8.1",
                        "version_normalized": "1.8.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-mqtt/client.git",
                                "reference": "92e348db89c8362947e2efb8df9ba819cea428f2"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-mqtt/client/zipball/92e348db89c8362947e2efb8df9ba819cea428f2",
                                "reference": "92e348db89c8362947e2efb8df9ba819cea428f2",
                                "shasum": ""
                        },
                        "require": {
                                "myclabs/php-enum": "^1.7",
                                "php": "^7.4|^8.0",
                                "psr/log": "^1.1|^2.0|^3.0"
                        },
                        "require-dev": {
                                "phpunit/php-invoker": "^3.0",
                                "phpunit/phpunit": "^9.0",
                                "squizlabs/php_codesniffer": "^3.5"
                        },
                        "suggest": {
                                "ext-redis": "Required for the RedisRepository"
                        },
                        "time": "2023-08-10T16:18:24+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PhpMqtt\\Client\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Marvin Mall",
                                        "email": "marvin-mall@msn.com",
                                        "role": "developer"
                                }
                        ],
                        "description": "An MQTT client written in and for PHP.",
                        "keywords": [
                                "client",
                                "mqtt",
                                "publish",
                                "subscribe"
                        ],
                        "support": {
                                "issues": "https://github.com/php-mqtt/client/issues",
                                "source": "https://github.com/php-mqtt/client/tree/v1.8.1"
                        },
                        "install-path": "../php-mqtt/client"
                },
                {
                        "name": "phpdocumentor/reflection-common",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                                "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.6"
                        },
                        "time": "2017-09-11T18:02:19+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.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"
                        ],
                        "install-path": "../phpdocumentor/reflection-common"
                },
                {
                        "name": "phpdocumentor/reflection-docblock",
                        "version": "4.3.1",
                        "version_normalized": "4.3.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                                "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
                                "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0",
                                "phpdocumentor/reflection-common": "^1.0.0",
                                "phpdocumentor/type-resolver": "^0.4.0",
                                "webmozart/assert": "^1.0"
                        },
                        "require-dev": {
                                "doctrine/instantiator": "~1.0.5",
                                "mockery/mockery": "^1.0",
                                "phpunit/phpunit": "^6.4"
                        },
                        "time": "2019-04-30T17:48:53+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "4.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": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
                        "install-path": "../phpdocumentor/reflection-docblock"
                },
                {
                        "name": "phpdocumentor/type-resolver",
                        "version": "0.4.0",
                        "version_normalized": "0.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
                                "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5 || ^7.0",
                                "phpdocumentor/reflection-common": "^1.0"
                        },
                        "require-dev": {
                                "mockery/mockery": "^0.9.4",
                                "phpunit/phpunit": "^5.2||^4.8.24"
                        },
                        "time": "2017-07-14T14:27:02+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.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"
                                }
                        ],
                        "install-path": "../phpdocumentor/type-resolver"
                },
                {
                        "name": "phpspec/prophecy",
                        "version": "1.8.1",
                        "version_normalized": "1.8.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpspec/prophecy.git",
                                "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
                                "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/instantiator": "^1.0.2",
                                "php": "^5.3|^7.0",
                                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
                                "sebastian/comparator": "^1.1|^2.0|^3.0",
                                "sebastian/recursion-context": "^1.0|^2.0|^3.0"
                        },
                        "require-dev": {
                                "phpspec/phpspec": "^2.5|^3.2",
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
                        },
                        "time": "2019-06-13T12:50:23+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.8.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"
                        ],
                        "install-path": "../phpspec/prophecy"
                },
                {
                        "name": "phpunit/php-code-coverage",
                        "version": "6.1.4",
                        "version_normalized": "6.1.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
                                "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-xmlwriter": "*",
                                "php": "^7.1",
                                "phpunit/php-file-iterator": "^2.0",
                                "phpunit/php-text-template": "^1.2.1",
                                "phpunit/php-token-stream": "^3.0",
                                "sebastian/code-unit-reverse-lookup": "^1.0.1",
                                "sebastian/environment": "^3.1 || ^4.0",
                                "sebastian/version": "^2.0.1",
                                "theseer/tokenizer": "^1.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.0"
                        },
                        "suggest": {
                                "ext-xdebug": "^2.6.0"
                        },
                        "time": "2018-10-31T16:06:48+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "6.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "role": "lead",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "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"
                        ],
                        "install-path": "../phpunit/php-code-coverage"
                },
                {
                        "name": "phpunit/php-file-iterator",
                        "version": "2.0.2",
                        "version_normalized": "2.0.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                                "reference": "050bedf145a257b1ff02746c31894800e5122946"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
                                "reference": "050bedf145a257b1ff02746c31894800e5122946",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.1"
                        },
                        "time": "2018-09-13T20:33:42+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",
                                        "role": "lead",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                        "keywords": [
                                "filesystem",
                                "iterator"
                        ],
                        "install-path": "../phpunit/php-file-iterator"
                },
                {
                        "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",
                                        "role": "lead",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Simple template engine.",
                        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                        "keywords": [
                                "template"
                        ],
                        "install-path": "../phpunit/php-text-template"
                },
                {
                        "name": "phpunit/php-timer",
                        "version": "2.1.2",
                        "version_normalized": "2.1.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-timer.git",
                                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
                                "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.0"
                        },
                        "time": "2019-06-07T04:22:29+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",
                                        "role": "lead",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Utility class for timing",
                        "homepage": "https://github.com/sebastianbergmann/php-timer/",
                        "keywords": [
                                "timer"
                        ],
                        "install-path": "../phpunit/php-timer"
                },
                {
                        "name": "phpunit/php-token-stream",
                        "version": "3.1.0",
                        "version_normalized": "3.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                                "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
                                "reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
                                "shasum": ""
                        },
                        "require": {
                                "ext-tokenizer": "*",
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.0"
                        },
                        "time": "2019-07-25T05:29:42+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.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": "Wrapper around PHP's tokenizer extension.",
                        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
                        "keywords": [
                                "tokenizer"
                        ],
                        "install-path": "../phpunit/php-token-stream"
                },
                {
                        "name": "phpunit/phpunit",
                        "version": "7.5.14",
                        "version_normalized": "7.5.14.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/phpunit.git",
                                "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff",
                                "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/instantiator": "^1.1",
                                "ext-dom": "*",
                                "ext-json": "*",
                                "ext-libxml": "*",
                                "ext-mbstring": "*",
                                "ext-xml": "*",
                                "myclabs/deep-copy": "^1.7",
                                "phar-io/manifest": "^1.0.2",
                                "phar-io/version": "^2.0",
                                "php": "^7.1",
                                "phpspec/prophecy": "^1.7",
                                "phpunit/php-code-coverage": "^6.0.7",
                                "phpunit/php-file-iterator": "^2.0.1",
                                "phpunit/php-text-template": "^1.2.1",
                                "phpunit/php-timer": "^2.1",
                                "sebastian/comparator": "^3.0",
                                "sebastian/diff": "^3.0",
                                "sebastian/environment": "^4.0",
                                "sebastian/exporter": "^3.1",
                                "sebastian/global-state": "^2.0",
                                "sebastian/object-enumerator": "^3.0.3",
                                "sebastian/resource-operations": "^2.0",
                                "sebastian/version": "^2.0.1"
                        },
                        "conflict": {
                                "phpunit/phpunit-mock-objects": "*"
                        },
                        "require-dev": {
                                "ext-pdo": "*"
                        },
                        "suggest": {
                                "ext-soap": "*",
                                "ext-xdebug": "*",
                                "phpunit/php-invoker": "^2.0"
                        },
                        "time": "2019-07-15T06:24:08+00:00",
                        "bin": [
                                "phpunit"
                        ],
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "7.5-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "role": "lead",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "The PHP Unit Testing framework.",
                        "homepage": "https://phpunit.de/",
                        "keywords": [
                                "phpunit",
                                "testing",
                                "xunit"
                        ],
                        "install-path": "../phpunit/phpunit"
                },
                {
                        "name": "pimple/pimple",
                        "version": "v3.2.3",
                        "version_normalized": "3.2.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/silexphp/Pimple.git",
                                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
                                "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0",
                                "psr/container": "^1.0"
                        },
                        "require-dev": {
                                "symfony/phpunit-bridge": "^3.2"
                        },
                        "time": "2018-01-21T07:42:36+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.2.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Pimple": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Potencier",
                                        "email": "fabien@symfony.com"
                                }
                        ],
                        "description": "Pimple, a simple Dependency Injection Container",
                        "homepage": "http://pimple.sensiolabs.org",
                        "keywords": [
                                "container",
                                "dependency injection"
                        ],
                        "install-path": "../pimple/pimple"
                },
                {
                        "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"
                        ],
                        "install-path": "../psr/container"
                },
                {
                        "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"
                        ],
                        "install-path": "../psr/http-message"
                },
                {
                        "name": "psr/log",
                        "version": "1.1.0",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/log.git",
                                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                                "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2018-11-20T15:27:04+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.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"
                        ],
                        "install-path": "../psr/log"
                },
                {
                        "name": "sebastian/code-unit-reverse-lookup",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                                "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.6 || ^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.7 || ^6.0"
                        },
                        "time": "2017-03-04T06:30:41+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/",
                        "install-path": "../sebastian/code-unit-reverse-lookup"
                },
                {
                        "name": "sebastian/comparator",
                        "version": "3.0.2",
                        "version_normalized": "3.0.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/comparator.git",
                                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
                                "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1",
                                "sebastian/diff": "^3.0",
                                "sebastian/exporter": "^3.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.1"
                        },
                        "time": "2018-07-12T15:12:46+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": "Jeff Welch",
                                        "email": "whatthejeff@gmail.com"
                                },
                                {
                                        "name": "Volker Dusch",
                                        "email": "github@wallbash.com"
                                },
                                {
                                        "name": "Bernhard Schussek",
                                        "email": "bschussek@2bepublished.at"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Provides the functionality to compare PHP values for equality",
                        "homepage": "https://github.com/sebastianbergmann/comparator",
                        "keywords": [
                                "comparator",
                                "compare",
                                "equality"
                        ],
                        "install-path": "../sebastian/comparator"
                },
                {
                        "name": "sebastian/diff",
                        "version": "3.0.2",
                        "version_normalized": "3.0.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/diff.git",
                                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
                                "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.5 || ^8.0",
                                "symfony/process": "^2 || ^3.3 || ^4"
                        },
                        "time": "2019-02-04T06:01:07+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": "Kore Nordmann",
                                        "email": "mail@kore-nordmann.de"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Diff implementation",
                        "homepage": "https://github.com/sebastianbergmann/diff",
                        "keywords": [
                                "diff",
                                "udiff",
                                "unidiff",
                                "unified diff"
                        ],
                        "install-path": "../sebastian/diff"
                },
                {
                        "name": "sebastian/environment",
                        "version": "4.2.2",
                        "version_normalized": "4.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/environment.git",
                                "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
                                "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7.5"
                        },
                        "suggest": {
                                "ext-posix": "*"
                        },
                        "time": "2019-05-05T09:05:15+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"
                        ],
                        "install-path": "../sebastian/environment"
                },
                {
                        "name": "sebastian/exporter",
                        "version": "3.1.0",
                        "version_normalized": "3.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/exporter.git",
                                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
                                "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0",
                                "sebastian/recursion-context": "^3.0"
                        },
                        "require-dev": {
                                "ext-mbstring": "*",
                                "phpunit/phpunit": "^6.0"
                        },
                        "time": "2017-04-03T13:19:02+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": "Jeff Welch",
                                        "email": "whatthejeff@gmail.com"
                                },
                                {
                                        "name": "Volker Dusch",
                                        "email": "github@wallbash.com"
                                },
                                {
                                        "name": "Bernhard Schussek",
                                        "email": "bschussek@2bepublished.at"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                },
                                {
                                        "name": "Adam Harvey",
                                        "email": "aharvey@php.net"
                                }
                        ],
                        "description": "Provides the functionality to export PHP variables for visualization",
                        "homepage": "http://www.github.com/sebastianbergmann/exporter",
                        "keywords": [
                                "export",
                                "exporter"
                        ],
                        "install-path": "../sebastian/exporter"
                },
                {
                        "name": "sebastian/global-state",
                        "version": "2.0.0",
                        "version_normalized": "2.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/global-state.git",
                                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                                "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6.0"
                        },
                        "suggest": {
                                "ext-uopz": "*"
                        },
                        "time": "2017-04-27T15:39:26+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": "Snapshotting of global state",
                        "homepage": "http://www.github.com/sebastianbergmann/global-state",
                        "keywords": [
                                "global state"
                        ],
                        "install-path": "../sebastian/global-state"
                },
                {
                        "name": "sebastian/object-enumerator",
                        "version": "3.0.3",
                        "version_normalized": "3.0.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
                                "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0",
                                "sebastian/object-reflector": "^1.1.1",
                                "sebastian/recursion-context": "^3.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6.0"
                        },
                        "time": "2017-08-03T12:35:26+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/",
                        "install-path": "../sebastian/object-enumerator"
                },
                {
                        "name": "sebastian/object-reflector",
                        "version": "1.1.1",
                        "version_normalized": "1.1.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                                "reference": "773f97c67f28de00d397be301821b06708fca0be"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
                                "reference": "773f97c67f28de00d397be301821b06708fca0be",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6.0"
                        },
                        "time": "2017-03-29T09:07:27+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/",
                        "install-path": "../sebastian/object-reflector"
                },
                {
                        "name": "sebastian/recursion-context",
                        "version": "3.0.0",
                        "version_normalized": "3.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
                                "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6.0"
                        },
                        "time": "2017-03-03T06:23:57+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": "Jeff Welch",
                                        "email": "whatthejeff@gmail.com"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                },
                                {
                                        "name": "Adam Harvey",
                                        "email": "aharvey@php.net"
                                }
                        ],
                        "description": "Provides functionality to recursively process PHP variables",
                        "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
                        "install-path": "../sebastian/recursion-context"
                },
                {
                        "name": "sebastian/resource-operations",
                        "version": "2.0.1",
                        "version_normalized": "2.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
                                "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1"
                        },
                        "time": "2018-10-04T04:07:39+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",
                        "install-path": "../sebastian/resource-operations"
                },
                {
                        "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",
                                        "role": "lead",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                        "homepage": "https://github.com/sebastianbergmann/version",
                        "install-path": "../sebastian/version"
                },
                {
                        "name": "slim/php-view",
                        "version": "2.2.1",
                        "version_normalized": "2.2.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/slimphp/PHP-View.git",
                                "reference": "a13ada9d7962ca1b48799c0d9ffbca4c33245aed"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/slimphp/PHP-View/zipball/a13ada9d7962ca1b48799c0d9ffbca4c33245aed",
                                "reference": "a13ada9d7962ca1b48799c0d9ffbca4c33245aed",
                                "shasum": ""
                        },
                        "require": {
                                "psr/http-message": "^1.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8",
                                "slim/slim": "^3.0"
                        },
                        "time": "2019-04-15T20:43:28+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Slim\\Views\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Glenn Eggleton",
                                        "email": "geggleto@gmail.com"
                                }
                        ],
                        "description": "Render PHP view scripts into a PSR-7 Response object.",
                        "keywords": [
                                "framework",
                                "php",
                                "phtml",
                                "renderer",
                                "slim",
                                "template",
                                "view"
                        ],
                        "install-path": "../slim/php-view"
                },
                {
                        "name": "slim/slim",
                        "version": "3.12.1",
                        "version_normalized": "3.12.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/slimphp/Slim.git",
                                "reference": "eaee12ef8d0750db62b8c548016d82fb33addb6b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/slimphp/Slim/zipball/eaee12ef8d0750db62b8c548016d82fb33addb6b",
                                "reference": "eaee12ef8d0750db62b8c548016d82fb33addb6b",
                                "shasum": ""
                        },
                        "require": {
                                "container-interop/container-interop": "^1.2",
                                "nikic/fast-route": "^1.0",
                                "php": ">=5.5.0",
                                "pimple/pimple": "^3.0",
                                "psr/container": "^1.0",
                                "psr/http-message": "^1.0"
                        },
                        "provide": {
                                "psr/http-message-implementation": "1.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.0",
                                "squizlabs/php_codesniffer": "^2.5"
                        },
                        "time": "2019-04-16T16:47:29+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Slim\\": "Slim"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Rob Allen",
                                        "email": "rob@akrabat.com",
                                        "homepage": "http://akrabat.com"
                                },
                                {
                                        "name": "Josh Lockhart",
                                        "email": "hello@joshlockhart.com",
                                        "homepage": "https://joshlockhart.com"
                                },
                                {
                                        "name": "Gabriel Manricks",
                                        "email": "gmanricks@me.com",
                                        "homepage": "http://gabrielmanricks.com"
                                },
                                {
                                        "name": "Andrew Smith",
                                        "email": "a.smith@silentworks.co.uk",
                                        "homepage": "http://silentworks.co.uk"
                                }
                        ],
                        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
                        "homepage": "https://slimframework.com",
                        "keywords": [
                                "api",
                                "framework",
                                "micro",
                                "router"
                        ],
                        "install-path": "../slim/slim"
                },
                {
                        "name": "slim/twig-view",
                        "version": "2.5.0",
                        "version_normalized": "2.5.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/slimphp/Twig-View.git",
                                "reference": "06ef39b58d60b11a9546893fd0b7fff2bd901798"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/06ef39b58d60b11a9546893fd0b7fff2bd901798",
                                "reference": "06ef39b58d60b11a9546893fd0b7fff2bd901798",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.0",
                                "psr/http-message": "^1.0",
                                "twig/twig": "^1.38|^2.7"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8|^5.7",
                                "slim/slim": "^3.10"
                        },
                        "time": "2019-04-06T16:34:38+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Slim\\Views\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Josh Lockhart",
                                        "email": "hello@joshlockhart.com",
                                        "homepage": "http://joshlockhart.com"
                                }
                        ],
                        "description": "Slim Framework 3 view helper built on top of the Twig 2 templating component",
                        "homepage": "http://slimframework.com",
                        "keywords": [
                                "framework",
                                "slim",
                                "template",
                                "twig",
                                "view"
                        ],
                        "install-path": "../slim/twig-view"
                },
                {
                        "name": "symfony/polyfill-ctype",
                        "version": "v1.11.0",
                        "version_normalized": "1.11.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-ctype.git",
                                "reference": "82ebae02209c21113908c229e9883c419720738a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
                                "reference": "82ebae02209c21113908c229e9883c419720738a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "suggest": {
                                "ext-ctype": "For best performance"
                        },
                        "time": "2019-02-06T07:57:58+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.11-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Polyfill\\Ctype\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                },
                                {
                                        "name": "Gert de Pagter",
                                        "email": "BackEndTea@gmail.com"
                                }
                        ],
                        "description": "Symfony polyfill for ctype functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "ctype",
                                "polyfill",
                                "portable"
                        ],
                        "install-path": "../symfony/polyfill-ctype"
                },
                {
                        "name": "symfony/polyfill-mbstring",
                        "version": "v1.12.0",
                        "version_normalized": "1.12.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-mbstring.git",
                                "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
                                "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "suggest": {
                                "ext-mbstring": "For best performance"
                        },
                        "time": "2019-08-06T08:03:45+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.12-dev"
                                }
                        },
                        "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"
                        ],
                        "install-path": "../symfony/polyfill-mbstring"
                },
                {
                        "name": "theseer/tokenizer",
                        "version": "1.1.3",
                        "version_normalized": "1.1.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/theseer/tokenizer.git",
                                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                                "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-tokenizer": "*",
                                "ext-xmlwriter": "*",
                                "php": "^7.0"
                        },
                        "time": "2019-06-13T22:48:21+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",
                        "install-path": "../theseer/tokenizer"
                },
                {
                        "name": "twig/twig",
                        "version": "v2.11.3",
                        "version_normalized": "2.11.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/twigphp/Twig.git",
                                "reference": "699ed2342557c88789a15402de5eb834dedd6792"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/twigphp/Twig/zipball/699ed2342557c88789a15402de5eb834dedd6792",
                                "reference": "699ed2342557c88789a15402de5eb834dedd6792",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0",
                                "symfony/polyfill-ctype": "^1.8",
                                "symfony/polyfill-mbstring": "^1.3"
                        },
                        "require-dev": {
                                "psr/container": "^1.0",
                                "symfony/debug": "^2.7",
                                "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0"
                        },
                        "time": "2019-06-18T15:37:11+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.11-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Twig_": "lib/"
                                },
                                "psr-4": {
                                        "Twig\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Potencier",
                                        "role": "Lead Developer",
                                        "email": "fabien@symfony.com",
                                        "homepage": "http://fabien.potencier.org"
                                },
                                {
                                        "name": "Armin Ronacher",
                                        "role": "Project Founder",
                                        "email": "armin.ronacher@active-4.com"
                                },
                                {
                                        "name": "Twig Team",
                                        "role": "Contributors",
                                        "homepage": "https://twig.symfony.com/contributors"
                                }
                        ],
                        "description": "Twig, the flexible, fast, and secure template language for PHP",
                        "homepage": "https://twig.symfony.com",
                        "keywords": [
                                "templating"
                        ],
                        "install-path": "../twig/twig"
                },
                {
                        "name": "webmozart/assert",
                        "version": "1.4.0",
                        "version_normalized": "1.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/webmozart/assert.git",
                                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
                                "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.3 || ^7.0",
                                "symfony/polyfill-ctype": "^1.8"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.6",
                                "sebastian/version": "^1.0.1"
                        },
                        "time": "2018-12-25T11:19:39+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.3-dev"
                                }
                        },
                        "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"
                        ],
                        "install-path": "../webmozart/assert"
                }
        ],
        "dev": true,
        "dev-package-names": [
                "doctrine/instantiator",
                "myclabs/deep-copy",
                "phar-io/manifest",
                "phar-io/version",
                "phpdocumentor/reflection-common",
                "phpdocumentor/reflection-docblock",
                "phpdocumentor/type-resolver",
                "phpspec/prophecy",
                "phpunit/php-code-coverage",
                "phpunit/php-file-iterator",
                "phpunit/php-text-template",
                "phpunit/php-timer",
                "phpunit/php-token-stream",
                "phpunit/phpunit",
                "sebastian/code-unit-reverse-lookup",
                "sebastian/comparator",
                "sebastian/diff",
                "sebastian/environment",
                "sebastian/exporter",
                "sebastian/global-state",
                "sebastian/object-enumerator",
                "sebastian/object-reflector",
                "sebastian/recursion-context",
                "sebastian/resource-operations",
                "sebastian/version",
                "theseer/tokenizer",
                "webmozart/assert"
        ]
}
