[
    {
        "name": "doctrine/cache",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
            "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^4.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2018-08-21T18:01:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
            "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.0",
            "doctrine/event-manager": "^1.0",
            "ext-pdo": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "jetbrains/phpstorm-stubs": "^2018.1.2",
            "phpstan/phpstan": "^0.10.1",
            "phpunit/phpunit": "^7.1.2",
            "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
            "symfony/console": "^2.0.5|^3.0|^4.0",
            "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2018-07-13T03:16:35+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev",
                "dev-develop": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2018-06-11T11:59:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Event Manager component",
        "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
        "keywords": [
            "event",
            "eventdispatcher",
            "eventmanager"
        ]
    },
    {
        "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"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "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"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/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"
        ]
    },
    {
        "name": "silex/silex",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Silex.git",
            "reference": "6bc31c1b8c4ef614a7115320fd2d3b958032f131"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Silex/zipball/6bc31c1b8c4ef614a7115320fd2d3b958032f131",
            "reference": "6bc31c1b8c4ef614a7115320fd2d3b958032f131",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1.3",
            "pimple/pimple": "^3.0",
            "symfony/event-dispatcher": "^4.0",
            "symfony/http-foundation": "^4.0",
            "symfony/http-kernel": "^4.0",
            "symfony/routing": "^4.0"
        },
        "replace": {
            "silex/api": "self.version",
            "silex/providers": "self.version"
        },
        "require-dev": {
            "doctrine/dbal": "^2.2",
            "monolog/monolog": "^1.4.1",
            "swiftmailer/swiftmailer": "^5",
            "symfony/asset": "^4.0",
            "symfony/browser-kit": "^4.0",
            "symfony/config": "^4.0",
            "symfony/css-selector": "^4.0",
            "symfony/debug": "^4.0",
            "symfony/doctrine-bridge": "^4.0",
            "symfony/dom-crawler": "^4.0",
            "symfony/expression-language": "^4.0",
            "symfony/finder": "^4.0",
            "symfony/form": "^4.0",
            "symfony/intl": "^4.0",
            "symfony/monolog-bridge": "^4.0",
            "symfony/options-resolver": "^4.0",
            "symfony/phpunit-bridge": "^3.2",
            "symfony/process": "^4.0",
            "symfony/security": "^4.0",
            "symfony/serializer": "^4.0",
            "symfony/translation": "^4.0",
            "symfony/twig-bridge": "^4.0",
            "symfony/validator": "^4.0",
            "symfony/var-dumper": "^4.0",
            "symfony/web-link": "^4.0",
            "twig/twig": "^2.0"
        },
        "time": "2018-04-20T05:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Silex\\": "src/Silex"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "The PHP micro-framework based on the Symfony Components",
        "homepage": "http://silex.sensiolabs.org",
        "keywords": [
            "microframework"
        ],
        "abandoned": "symfony/flex"
    },
    {
        "name": "silex/web-profiler",
        "version": "v2.0.11",
        "version_normalized": "2.0.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silexphp/Silex-WebProfiler.git",
            "reference": "57488d36961f89f8b3118125c2ec86bc841739c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/57488d36961f89f8b3118125c2ec86bc841739c9",
            "reference": "57488d36961f89f8b3118125c2ec86bc841739c9",
            "shasum": ""
        },
        "require": {
            "silex/silex": "^2.0",
            "symfony/stopwatch": "^2.8|^3.0",
            "symfony/twig-bridge": "^2.8|^3.0",
            "symfony/twig-bundle": "^2.8|^3.0",
            "symfony/web-profiler-bundle": "^2.8|^3.0"
        },
        "conflict": {
            "symfony/web-profiler-bundle": "3.1.0"
        },
        "require-dev": {
            "symfony/browser-kit": "^2.8|^3.0",
            "symfony/css-selector": "^2.8|^3.0",
            "symfony/debug-bundle": "^2.8|^3.0",
            "symfony/phpunit-bridge": "~3.2",
            "symfony/security": "^2.8|^3.0",
            "symfony/security-bundle": "^2.8|^3.0",
            "symfony/translation": "^2.8|^3.0"
        },
        "time": "2018-04-04T11:41:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Silex\\Provider\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "A WebProfiler for Silex",
        "homepage": "http://silex.sensiolabs.org/",
        "abandoned": true
    },
    {
        "name": "symfony/asset",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/asset.git",
            "reference": "ec2e33f26b40975c179742abb5c94796e017d9be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/asset/zipball/ec2e33f26b40975c179742abb5c94796e017d9be",
            "reference": "ec2e33f26b40975c179742abb5c94796e017d9be",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/http-foundation": ""
        },
        "time": "2018-07-26T09:06:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Asset\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Asset Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/browser-kit",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/browser-kit.git",
            "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
            "reference": "f6668d1a6182d5a8dec65a1c863a4c1d963816c0",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/dom-crawler": "~2.8|~3.0|~4.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0|~4.0",
            "symfony/process": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2018-07-26T09:06:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\BrowserKit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony BrowserKit Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/class-loader",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/class-loader.git",
            "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/5605edec7b8f034ead2497ff4aab17bb70d558c1",
            "reference": "5605edec7b8f034ead2497ff4aab17bb70d558c1",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/polyfill-apcu": "~1.1"
        },
        "suggest": {
            "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
        },
        "time": "2018-10-31T09:06:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ClassLoader\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ClassLoader Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/config",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
            "reference": "99b2fa8acc244e656cdf324ff419fbe6fd300a4d",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/filesystem": "~2.8|~3.0|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3",
            "symfony/finder": "<3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/event-dispatcher": "~3.3|~4.0",
            "symfony/finder": "~3.3|~4.0",
            "symfony/yaml": "~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2018-10-31T09:06:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/1d228fb4602047d7b26a0554e0d3efd567da5803",
            "reference": "1d228fb4602047d7b26a0554e0d3efd567da5803",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.3|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.3|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2018-10-30T16:50:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/css-selector",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
            "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-10-02T16:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "fe9793af008b651c5441bdeab21ede8172dab097"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/fe9793af008b651c5441bdeab21ede8172dab097",
            "reference": "fe9793af008b651c5441bdeab21ede8172dab097",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "time": "2018-10-31T09:06:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dom-crawler",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "80e60271bb288de2a2259662cff125cff4f93f95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95",
            "reference": "80e60271bb288de2a2259662cff125cff4f93f95",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "symfony/css-selector": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2018-10-02T12:40:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DomCrawler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DomCrawler Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "552541dad078c85d9414b09c041ede488b456cd5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/552541dad078c85d9414b09c041ede488b456cd5",
            "reference": "552541dad078c85d9414b09c041ede488b456cd5",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2018-10-10T13:52:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "fd7bd6535beb1f0a0a9e3ee960666d0598546981"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/fd7bd6535beb1f0a0a9e3ee960666d0598546981",
            "reference": "fd7bd6535beb1f0a0a9e3ee960666d0598546981",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2018-10-30T13:18:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d",
            "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-10-03T08:46:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/form",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/form.git",
            "reference": "22d0e7871241ee666330c4faa428e8767563411c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/form/zipball/22d0e7871241ee666330c4faa428e8767563411c",
            "reference": "22d0e7871241ee666330c4faa428e8767563411c",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/options-resolver": "~3.4|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/property-access": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.3",
            "symfony/doctrine-bridge": "<2.7",
            "symfony/framework-bundle": "<3.4",
            "symfony/http-kernel": "<3.3.5",
            "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
        },
        "require-dev": {
            "doctrine/collections": "~1.0",
            "symfony/config": "~2.7|~3.0|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3.5|~4.0",
            "symfony/security-csrf": "^2.8.31|^3.3.13|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/validator": "^3.2.5|~4.0",
            "symfony/var-dumper": "~3.3.11|~3.4|~4.0"
        },
        "suggest": {
            "symfony/framework-bundle": "For templating with PHP.",
            "symfony/security-csrf": "For protecting forms against CSRF attacks.",
            "symfony/twig-bridge": "For templating with Twig.",
            "symfony/validator": "For form validation."
        },
        "time": "2018-10-30T16:50:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Form\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Form Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "82d494c1492b0dd24bbc5c2d963fb02eb44491af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82d494c1492b0dd24bbc5c2d963fb02eb44491af",
            "reference": "82d494c1492b0dd24bbc5c2d963fb02eb44491af",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2018-10-31T09:09:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "958be64ab13b65172ad646ef5ae20364c2305fae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/958be64ab13b65172ad646ef5ae20364c2305fae",
            "reference": "958be64ab13b65172ad646ef5ae20364c2305fae",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/log": "~1.0",
            "symfony/debug": "~3.4|~4.0",
            "symfony/event-dispatcher": "~4.1",
            "symfony/http-foundation": "^4.1.1",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<4.1",
            "symfony/var-dumper": "<4.1.1",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "~3.4|~4.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~3.4|~4.0",
            "symfony/dependency-injection": "^4.1",
            "symfony/dom-crawler": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/finder": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~3.4|~4.0",
            "symfony/translation": "~3.4|~4.0",
            "symfony/var-dumper": "^4.1.1"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/var-dumper": ""
        },
        "time": "2018-11-03T11:11:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/inflector",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/inflector.git",
            "reference": "07810b5c88ec0c2e98972571a40a126b44664e13"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/inflector/zipball/07810b5c88ec0c2e98972571a40a126b44664e13",
            "reference": "07810b5c88ec0c2e98972571a40a126b44664e13",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2018-07-26T08:55:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Inflector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Inflector Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string",
            "symfony",
            "words"
        ]
    },
    {
        "name": "symfony/intl",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/intl.git",
            "reference": "61f4a460d12ef20abfd6a8d80f3b19b6997fdf28"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/intl/zipball/61f4a460d12ef20abfd6a8d80f3b19b6997fdf28",
            "reference": "61f4a460d12ef20abfd6a8d80f3b19b6997fdf28",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-intl-icu": "~1.0"
        },
        "require-dev": {
            "symfony/filesystem": "~3.4|~4.0"
        },
        "suggest": {
            "ext-intl": "to use the component with locales other than \"en\""
        },
        "time": "2018-10-31T09:30:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Intl\\": ""
            },
            "classmap": [
                "Resources/stubs"
            ],
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            },
            {
                "name": "Eriksen Costa",
                "email": "eriksen.costa@infranology.com.br"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
        "homepage": "https://symfony.com",
        "keywords": [
            "i18n",
            "icu",
            "internationalization",
            "intl",
            "l10n",
            "localization"
        ]
    },
    {
        "name": "symfony/monolog-bridge",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bridge.git",
            "reference": "4c668eebb35936b5058c8878f2e208c74697f70b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/4c668eebb35936b5058c8878f2e208c74697f70b",
            "reference": "4c668eebb35936b5058c8878f2e208c74697f70b",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.19",
            "php": "^5.5.9|>=7.0.8",
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "symfony/console": "<2.8",
            "symfony/http-foundation": "<3.3"
        },
        "require-dev": {
            "symfony/console": "~2.8|~3.0|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/security-core": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0"
        },
        "suggest": {
            "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ^2.8 of the console for it.",
            "symfony/event-dispatcher": "Needed when using log messages in console commands.",
            "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
            "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
        },
        "time": "2018-09-20T11:58:14+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Monolog\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Monolog Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/options-resolver",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "40f0e40d37c1c8a762334618dea597d64bbb75ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/40f0e40d37c1c8a762334618dea597d64bbb75ff",
            "reference": "40f0e40d37c1c8a762334618dea597d64bbb75ff",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "time": "2018-09-18T12:45:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony OptionsResolver Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-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"
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
            "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "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 intl's ICU-related data and classes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "icu",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
            "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-09-21T13:07:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-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"
        ]
    },
    {
        "name": "symfony/polyfill-php56",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
            "reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2018-09-21T06:26:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php56\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224",
            "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2018-09-21T06:26:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php70\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
            "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-09-21T13:07:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-util",
        "version": "v1.10.0",
        "version_normalized": "1.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
            "reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-09-30T16:36:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Util\\": ""
            }
        },
        "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 utilities for portability of PHP codes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compat",
            "compatibility",
            "polyfill",
            "shim"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/35c2914a9f50519bd207164c353ae4d59182c2cb",
            "reference": "35c2914a9f50519bd207164c353ae4d59182c2cb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-10-14T17:33:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/property-access",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-access.git",
            "reference": "ae5620fb79729bc8b5dd83b75507cbcae24f83ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-access/zipball/ae5620fb79729bc8b5dd83b75507cbcae24f83ee",
            "reference": "ae5620fb79729bc8b5dd83b75507cbcae24f83ee",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/inflector": "~3.4|~4.0"
        },
        "require-dev": {
            "symfony/cache": "~3.4|~4.0"
        },
        "suggest": {
            "psr/cache-implementation": "To cache access methods."
        },
        "time": "2018-10-02T12:40:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\PropertyAccess\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony PropertyAccess Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "access",
            "array",
            "extraction",
            "index",
            "injection",
            "object",
            "property",
            "property path",
            "reflection"
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd",
            "reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/http-foundation": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/dependency-injection": "For loading routes from a service",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2018-10-28T18:38:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/security",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security.git",
            "reference": "31efc2e443a70ee62074cc5be10a88ec01f447d4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security/zipball/31efc2e443a70ee62074cc5be10a88ec01f447d4",
            "reference": "31efc2e443a70ee62074cc5be10a88ec01f447d4",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0",
            "symfony/http-kernel": "~3.3|~4.0",
            "symfony/polyfill-php56": "~1.0",
            "symfony/polyfill-php70": "~1.0",
            "symfony/property-access": "~2.8|~3.0|~4.0"
        },
        "replace": {
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-guard": "self.version",
            "symfony/security-http": "self.version"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "psr/log": "~1.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/ldap": "~3.1|~4.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/validator": "^3.2.5|~4.0"
        },
        "suggest": {
            "psr/container-implementation": "To instantiate the Security class",
            "symfony/expression-language": "For using the expression voter",
            "symfony/form": "",
            "symfony/ldap": "For using the LDAP user and authentication providers",
            "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
            "symfony/validator": "For using the user password constraint"
        },
        "time": "2018-10-30T16:50:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\": ""
            },
            "exclude-from-classmap": [
                "/Core/Tests/",
                "/Csrf/Tests/",
                "/Guard/Tests/",
                "/Http/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/stopwatch",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/stopwatch.git",
            "reference": "05e52a39de52ba690aebaed462b2bc8a9649f0a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/stopwatch/zipball/05e52a39de52ba690aebaed462b2bc8a9649f0a4",
            "reference": "05e52a39de52ba690aebaed462b2bc8a9649f0a4",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2018-10-02T12:28:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Stopwatch\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Stopwatch Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/94bc3a79008e6640defedf5e14eb3b4f20048352",
            "reference": "94bc3a79008e6640defedf5e14eb3b4f20048352",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2018-10-02T16:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/twig-bridge",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bridge.git",
            "reference": "8a852d57a609982043a50987adfcdd3e8ccc76f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/8a852d57a609982043a50987adfcdd3e8ccc76f9",
            "reference": "8a852d57a609982043a50987adfcdd3e8ccc76f9",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "twig/twig": "^1.35|^2.4.4"
        },
        "conflict": {
            "symfony/console": "<3.4",
            "symfony/form": "<3.4.13|>=4.0,<4.0.13|>=4.1,<4.1.2"
        },
        "require-dev": {
            "symfony/asset": "~2.8|~3.0|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~2.8|~3.0|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/form": "^3.4.16|^4.1.5",
            "symfony/http-foundation": "^3.3.11|~4.0",
            "symfony/http-kernel": "~3.2|~4.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/security": "^2.8.31|^3.3.13|~4.0",
            "symfony/security-acl": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
            "symfony/web-link": "~3.3|~4.0",
            "symfony/workflow": "~3.3|~4.0",
            "symfony/yaml": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/asset": "For using the AssetExtension",
            "symfony/expression-language": "For using the ExpressionExtension",
            "symfony/finder": "",
            "symfony/form": "For using the FormExtension",
            "symfony/http-kernel": "For using the HttpKernelExtension",
            "symfony/routing": "For using the RoutingExtension",
            "symfony/security": "For using the SecurityExtension",
            "symfony/stopwatch": "For using the StopwatchExtension",
            "symfony/templating": "For using the TwigEngine",
            "symfony/translation": "For using the TranslationExtension",
            "symfony/var-dumper": "For using the DumpExtension",
            "symfony/web-link": "For using the WebLinkExtension",
            "symfony/yaml": "For using the YamlExtension"
        },
        "time": "2018-09-18T17:03:56+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Twig\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Twig Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/twig-bundle",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bundle.git",
            "reference": "9928664f38b00ee8a002ab6c1b27f2273346977f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9928664f38b00ee8a002ab6c1b27f2273346977f",
            "reference": "9928664f38b00ee8a002ab6c1b27f2273346977f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/config": "~3.2|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/twig-bridge": "^3.4.3|^4.0.3",
            "twig/twig": "~1.34|~2.4"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<3.3.1"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "symfony/asset": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/form": "~2.8|~3.0|~4.0",
            "symfony/framework-bundle": "^3.3.11|~4.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/web-link": "~3.3|~4.0",
            "symfony/yaml": "~2.8|~3.0|~4.0"
        },
        "time": "2018-10-21T06:50:17+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\TwigBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony TwigBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/validator",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
            "reference": "6ab5fee7c0763d90753f37fce6db9fdbca1b1a4c",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.3",
            "symfony/http-kernel": "<3.3.5",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "egulias/email-validator": "^1.2.8|~2.0",
            "symfony/cache": "~3.1|~4.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3.5|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/property-access": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "egulias/email-validator": "Strict (RFC compliant) email validation",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "",
            "symfony/expression-language": "For using the Expression validator",
            "symfony/http-foundation": "",
            "symfony/intl": "",
            "symfony/property-access": "For accessing properties within comparison constraints",
            "symfony/yaml": ""
        },
        "time": "2018-10-14T18:32:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Validator\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Validator Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/var-dumper",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "60319b45653580b0cdacca499344577d87732f16"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60319b45653580b0cdacca499344577d87732f16",
            "reference": "60319b45653580b0cdacca499344577d87732f16",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.5"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/process": "~3.4|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2018-10-02T16:36:10+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/web-profiler-bundle",
        "version": "v3.4.18",
        "version_normalized": "3.4.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/web-profiler-bundle.git",
            "reference": "f2f0865ed7a3f4a154633ed376e363b8d55d8bdb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f2f0865ed7a3f4a154633ed376e363b8d55d8bdb",
            "reference": "f2f0865ed7a3f4a154633ed376e363b8d55d8bdb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/http-kernel": "~3.3|~4.0",
            "symfony/polyfill-php70": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/twig-bridge": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<3.3.1",
            "symfony/var-dumper": "<3.3"
        },
        "require-dev": {
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0"
        },
        "time": "2018-09-30T03:32:28+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\WebProfilerBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony WebProfilerBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "twig/twig",
        "version": "v2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/6a5f676b77a90823c2d4eaf76137b771adf31323",
            "reference": "6a5f676b77a90823c2d4eaf76137b771adf31323",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.3"
        },
        "time": "2018-07-13T07:18:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-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",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]
