{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "7c99684ed98852654f5ac4aa6c79bacf",
    "packages": [
        {
            "name": "behat/transliterator",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
                "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "chuyskywalker/rolling-curl": "^3.1",
                "php-yaoi/php-yaoi": "^1.0",
                "phpunit/phpunit": "^4.8.36|^6.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Behat\\Transliterator\\": "src/Behat/Transliterator"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "time": "2020-01-14T16:39:13+00:00"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
                "reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "^7.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2019-10-01T18:55:10+00:00"
        },
        {
            "name": "doctrine/cache",
            "version": "1.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
                "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
                "shasum": ""
            },
            "require": {
                "php": "~7.1"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "mongodb/mongodb": "^1.1",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~1.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "time": "2019-11-29T15:36:20+00:00"
        },
        {
            "name": "doctrine/collections",
            "version": "1.6.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
                "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan-shim": "^0.9.2",
                "phpunit/phpunit": "^7.0",
                "vimeo/psalm": "^3.2.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
            "homepage": "https://www.doctrine-project.org/projects/collections.html",
            "keywords": [
                "array",
                "collections",
                "iterators",
                "php"
            ],
            "time": "2019-11-13T13:07:11+00:00"
        },
        {
            "name": "doctrine/common",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
                "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "doctrine/inflector": "^1.0",
                "doctrine/lexer": "^1.0",
                "doctrine/persistence": "^1.1",
                "doctrine/reflection": "^1.0",
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^1.0",
                "phpstan/phpstan": "^0.11",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpunit/phpunit": "^7.0",
                "squizlabs/php_codesniffer": "^3.0",
                "symfony/phpunit-bridge": "^4.0.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.11.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
            "homepage": "https://www.doctrine-project.org/projects/common.html",
            "keywords": [
                "common",
                "doctrine",
                "php"
            ],
            "time": "2020-01-10T15:49:25+00:00"
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
                "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.2"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "jetbrains/phpstorm-stubs": "^2019.1",
                "phpstan/phpstan": "^0.11.3",
                "phpunit/phpunit": "^8.4.1",
                "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.10.x-dev",
                    "dev-develop": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlanywhere",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "time": "2020-01-04T12:56:21+00:00"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "1.12.7",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c",
                "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.5.12",
                "doctrine/doctrine-cache-bundle": "~1.2",
                "doctrine/persistence": "^1.3.3",
                "jdorn/sql-formatter": "^1.2.16",
                "php": "^7.1",
                "symfony/cache": "^3.4.30|^4.3.3",
                "symfony/config": "^3.4.30|^4.3.3",
                "symfony/console": "^3.4.30|^4.3.3",
                "symfony/dependency-injection": "^3.4.30|^4.3.3",
                "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
                "symfony/framework-bundle": "^3.4.30|^4.3.3",
                "symfony/service-contracts": "^1.1.1|^2.0"
            },
            "conflict": {
                "doctrine/orm": "<2.6",
                "twig/twig": "<1.34|>=2.0,<2.4"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "doctrine/orm": "^2.6",
                "ocramius/proxy-manager": "^2.1",
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^7.5",
                "symfony/phpunit-bridge": "^4.2",
                "symfony/property-info": "^3.4.30|^4.3.3",
                "symfony/proxy-manager-bridge": "^3.4|^4|^5",
                "symfony/twig-bridge": "^3.4|^4.1",
                "symfony/validator": "^3.4.30|^4.3.3",
                "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
                "symfony/yaml": "^3.4.30|^4.3.3",
                "twig/twig": "^1.34|^2.12"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "symfony/web-profiler-bundle": "To use the data collector."
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.12.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "time": "2020-01-10T12:25:22+00:00"
        },
        {
            "name": "doctrine/doctrine-cache-bundle",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
                "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
                "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.4.2",
                "doctrine/inflector": "^1.0",
                "php": "^7.1",
                "symfony/doctrine-bridge": "^3.4|^4.0"
            },
            "require-dev": {
                "instaclick/coding-standard": "~1.1",
                "instaclick/object-calisthenics-sniffs": "dev-master",
                "instaclick/symfony2-coding-standard": "dev-remaster",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~0.8",
                "satooshi/php-coveralls": "^1.0",
                "squizlabs/php_codesniffer": "~1.5",
                "symfony/console": "^3.4|^4.0",
                "symfony/finder": "^3.4|^4.0",
                "symfony/framework-bundle": "^3.4|^4.0",
                "symfony/phpunit-bridge": "^3.4|^4.0",
                "symfony/security-acl": "^2.8",
                "symfony/validator": "^3.4|^4.0",
                "symfony/yaml": "^3.4|^4.0"
            },
            "suggest": {
                "symfony/security-acl": "For using this bundle to cache ACLs"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Fabio B. Silva",
                    "email": "fabio.bat.silva@gmail.com"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                }
            ],
            "description": "Symfony Bundle for Doctrine Cache",
            "homepage": "https://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2019-11-29T11:22:01+00:00"
        },
        {
            "name": "doctrine/doctrine-migrations-bundle",
            "version": "2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
                "reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d",
                "reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d",
                "shasum": ""
            },
            "require": {
                "doctrine/doctrine-bundle": "~1.0|~2.0",
                "doctrine/migrations": "^2.2",
                "php": "^7.1",
                "symfony/framework-bundle": "~3.4|~4.0|~5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "mikey179/vfsstream": "^1.6",
                "phpstan/phpstan": "^0.9.2",
                "phpstan/phpstan-strict-rules": "^0.9",
                "phpunit/phpunit": "^6.4|^7.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\MigrationsBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony DoctrineMigrationsBundle",
            "homepage": "https://www.doctrine-project.org",
            "keywords": [
                "dbal",
                "migrations",
                "schema"
            ],
            "time": "2019-11-13T12:57:41+00:00"
        },
        {
            "name": "doctrine/event-manager",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "629572819973f13486371cb611386eb17851e85c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
                "reference": "629572819973f13486371cb611386eb17851e85c",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.9@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "time": "2019-11-10T09:48:07+00:00"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
                "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2019-10-30T19:59:35+00:00"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
                "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
                "shasum": ""
            },
            "require": {
                "php": "^7.1"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpbench/phpbench": "^0.13",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-shim": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2019-10-21T16:45:58+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
                "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11.8",
                "phpunit/phpunit": "^8.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
            "keywords": [
                "annotations",
                "docblock",
                "lexer",
                "parser",
                "php"
            ],
            "time": "2019-10-30T14:39:59+00:00"
        },
        {
            "name": "doctrine/migrations",
            "version": "2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/migrations.git",
                "reference": "a3987131febeb0e9acb3c47ab0df0af004588934"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934",
                "reference": "a3987131febeb0e9acb3c47ab0df0af004588934",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "^2.9",
                "ocramius/package-versions": "^1.3",
                "ocramius/proxy-manager": "^2.0.2",
                "php": "^7.1",
                "symfony/console": "^3.4||^4.0||^5.0",
                "symfony/stopwatch": "^3.4||^4.0||^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "doctrine/orm": "^2.6",
                "ext-pdo_sqlite": "*",
                "jdorn/sql-formatter": "^1.1",
                "mikey179/vfsstream": "^1.6",
                "phpstan/phpstan": "^0.10",
                "phpstan/phpstan-deprecation-rules": "^0.10",
                "phpstan/phpstan-phpunit": "^0.10",
                "phpstan/phpstan-strict-rules": "^0.10",
                "phpunit/phpunit": "^7.0",
                "symfony/process": "^3.4||^4.0||^5.0",
                "symfony/yaml": "^3.4||^4.0||^5.0"
            },
            "suggest": {
                "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
                "symfony/yaml": "Allows the use of yaml for migration configuration files."
            },
            "bin": [
                "bin/doctrine-migrations"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Michael Simonson",
                    "email": "contact@mikesimonson.com"
                }
            ],
            "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
            "homepage": "https://www.doctrine-project.org/projects/migrations.html",
            "keywords": [
                "database",
                "dbal",
                "migrations",
                "php"
            ],
            "time": "2019-12-04T06:09:14+00:00"
        },
        {
            "name": "doctrine/orm",
            "version": "v2.7.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/orm.git",
                "reference": "445796af0e873d9bd04f2502d322a7d5009b6846"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/orm/zipball/445796af0e873d9bd04f2502d322a7d5009b6846",
                "reference": "445796af0e873d9bd04f2502d322a7d5009b6846",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.8",
                "doctrine/cache": "^1.9.1",
                "doctrine/collections": "^1.5",
                "doctrine/common": "^2.11",
                "doctrine/dbal": "^2.9.3",
                "doctrine/event-manager": "^1.1",
                "doctrine/instantiator": "^1.3",
                "doctrine/persistence": "^1.2",
                "ext-pdo": "*",
                "ocramius/package-versions": "^1.2",
                "php": "^7.1",
                "symfony/console": "^3.0|^4.0|^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "phpunit/phpunit": "^7.5",
                "symfony/yaml": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\ORM\\": "lib/Doctrine/ORM"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "https://www.doctrine-project.org/projects/orm.html",
            "keywords": [
                "database",
                "orm"
            ],
            "time": "2020-02-15T14:35:56+00:00"
        },
        {
            "name": "doctrine/persistence",
            "version": "1.3.6",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/persistence.git",
                "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
                "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/cache": "^1.0",
                "doctrine/collections": "^1.0",
                "doctrine/event-manager": "^1.0",
                "doctrine/reflection": "^1.1",
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.10@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common",
                    "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
            "homepage": "https://doctrine-project.org/projects/persistence.html",
            "keywords": [
                "mapper",
                "object",
                "odm",
                "orm",
                "persistence"
            ],
            "time": "2020-01-16T22:06:23+00:00"
        },
        {
            "name": "doctrine/reflection",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/reflection.git",
                "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c",
                "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "ext-tokenizer": "*",
                "php": "^7.1"
            },
            "conflict": {
                "doctrine/common": "<2.9"
            },
            "require-dev": {
                "doctrine/coding-standard": "^5.0",
                "doctrine/common": "^2.10",
                "phpstan/phpstan": "^0.11.0",
                "phpstan/phpstan-phpunit": "^0.11.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
            "homepage": "https://www.doctrine-project.org/projects/reflection.html",
            "keywords": [
                "reflection",
                "static"
            ],
            "time": "2020-01-08T19:53:19+00:00"
        },
        {
            "name": "erusev/parsedown",
            "version": "1.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "time": "2019-12-30T22:54:17+00:00"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
                "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "require-dev": {
                "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "time": "2019-10-28T03:44:26+00:00"
        },
        {
            "name": "fig/link-util",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link-util.git",
                "reference": "47f55860678a9e202206047bc02767556d298106"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
                "reference": "47f55860678a9e202206047bc02767556d298106",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0",
                "psr/link": "~1.0@dev"
            },
            "provide": {
                "psr/link-implementation": "1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.1",
                "squizlabs/php_codesniffer": "^2.3.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Fig\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common utility implementations for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "time": "2019-12-18T15:40:05+00:00"
        },
        {
            "name": "friendsofsymfony/jsrouting-bundle",
            "version": "2.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
                "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/165b3f4ae1f798ec320b9942f6db921f7b568bed",
                "reference": "165b3f4ae1f798ec320b9942f6db921f7b568bed",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "symfony/console": "~3.3|^4.0|^5.0",
                "symfony/framework-bundle": "~3.3|^4.0|^5.0",
                "symfony/serializer": "~3.3|^4.0|^5.0",
                "willdurand/jsonp-callback-validator": "~1.0"
            },
            "require-dev": {
                "symfony/expression-language": "~3.3|^4.0|^5.0",
                "symfony/phpunit-bridge": "^3.3|^4.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\JsRoutingBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "will+git@drnd.me"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
                }
            ],
            "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "Js Routing",
                "javascript",
                "routing"
            ],
            "time": "2020-01-13T14:06:12+00:00"
        },
        {
            "name": "friendsofsymfony/oauth-server-bundle",
            "version": "1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle.git",
                "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSOAuthServerBundle/zipball/fcaa25cc49474bdb0db7894f880976fe76ffed23",
                "reference": "fcaa25cc49474bdb0db7894f880976fe76ffed23",
                "shasum": ""
            },
            "require": {
                "friendsofsymfony/oauth2-php": "~1.1",
                "paragonie/random_compat": "^1|^2",
                "php": "^5.5|^7.0",
                "symfony/dependency-injection": "^2.8|~3.0|^4.0",
                "symfony/framework-bundle": "~2.8|~3.0|^4.0",
                "symfony/security-bundle": "~2.8|~3.0|^4.0"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "~1.0",
                "doctrine/mongodb-odm": "~1.0",
                "doctrine/orm": "~2.2",
                "phing/phing": "~2.4",
                "php-mock/php-mock-phpunit": "^1.1",
                "phpunit/phpunit": "~4.8|~5.0",
                "propel/propel1": "^1.6.5",
                "symfony/class-loader": "~2.8|~3.0|^4.0",
                "symfony/console": "~2.8|~3.0|^4.0",
                "symfony/form": "~2.8|~3.0|^4.0",
                "symfony/phpunit-bridge": "~2.8|~3.0|^4.0",
                "symfony/templating": "~2.8|~3.0|^4.0",
                "symfony/twig-bundle": "~2.8|~3.0|^4.0",
                "symfony/yaml": "~2.8|~3.0|^4.0",
                "willdurand/propel-typehintable-behavior": "^1.0.4"
            },
            "suggest": {
                "doctrine/doctrine-bundle": "*",
                "doctrine/mongodb-odm-bundle": "*",
                "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
                "symfony/console": "Needed to be able to use commands",
                "symfony/form": "Needed to be able to use the AuthorizeFormType",
                "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\OAuthServerBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arnaud Le Blanc",
                    "email": "arnaud.lb@gmail.com"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors"
                }
            ],
            "description": "Symfony2 OAuth Server Bundle",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "oauth",
                "oauth2",
                "server"
            ],
            "time": "2019-01-23T15:23:04+00:00"
        },
        {
            "name": "friendsofsymfony/oauth2-php",
            "version": "1.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/oauth2-php.git",
                "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/oauth2-php/zipball/a41fef63f81ef2ef632350a6c7dc66d15baa9240",
                "reference": "a41fef63f81ef2ef632350a6c7dc66d15baa9240",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/http-foundation": "~3.0|~4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "OAuth2\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Arnaud Le Blanc",
                    "email": "arnaud.lb@gmail.com"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/FriendsOfSymfony/oauth2-php/contributors"
                }
            ],
            "description": "OAuth2 library",
            "homepage": "https://github.com/FriendsOfSymfony/oauth2-php",
            "keywords": [
                "oauth",
                "oauth2"
            ],
            "time": "2018-01-30T19:58:25+00:00"
        },
        {
            "name": "friendsofsymfony/user-bundle",
            "version": "v2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
                "reference": "1049935edd24ec305cc6cfde1875372fa9600446"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/1049935edd24ec305cc6cfde1875372fa9600446",
                "reference": "1049935edd24ec305cc6cfde1875372fa9600446",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "^1 || ^2",
                "php": "^5.5.9 || ^7.0",
                "symfony/form": "^2.8 || ^3.0 || ^4.0",
                "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
                "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
                "symfony/templating": "^2.8 || ^3.0 || ^4.0",
                "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
                "symfony/validator": "^2.8 || ^3.0 || ^4.0",
                "twig/twig": "^1.28 || ^2.0"
            },
            "conflict": {
                "doctrine/doctrine-bundle": "<1.3",
                "symfony/doctrine-bridge": "<2.7"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "^1.3",
                "friendsofphp/php-cs-fixer": "^2.2",
                "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
                "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
                "symfony/console": "^2.8 || ^3.0 || ^4.0",
                "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
                "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "FOS\\UserBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                },
                {
                    "name": "FriendsOfSymfony Community",
                    "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
                },
                {
                    "name": "Thibault Duplessis"
                }
            ],
            "description": "Symfony FOSUserBundle",
            "homepage": "http://friendsofsymfony.github.com",
            "keywords": [
                "User management"
            ],
            "time": "2018-03-08T08:59:27+00:00"
        },
        {
            "name": "gedmo/doctrine-extensions",
            "version": "v2.4.39",
            "source": {
                "type": "git",
                "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
                "reference": "c549b40bff560380c53812283d25ce42ee0992e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c549b40bff560380c53812283d25ce42ee0992e4",
                "reference": "c549b40bff560380c53812283d25ce42ee0992e4",
                "shasum": ""
            },
            "require": {
                "behat/transliterator": "~1.2",
                "doctrine/common": "~2.4",
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/annotations": "<1.2",
                "doctrine/mongodb-odm": ">=2.0"
            },
            "require-dev": {
                "doctrine/common": ">=2.5.0",
                "doctrine/mongodb-odm": ">=1.0.2 <2.0",
                "doctrine/orm": ">=2.5.0",
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
            },
            "suggest": {
                "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
                "doctrine/orm": "to use the extensions with the ORM"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Gedmo\\": "lib/Gedmo"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gediminas Morkevicius",
                    "email": "gediminas.morkevicius@gmail.com"
                },
                {
                    "name": "Gustavo Falco",
                    "email": "comfortablynumb84@gmail.com"
                },
                {
                    "name": "David Buchmann",
                    "email": "david@liip.ch"
                }
            ],
            "description": "Doctrine2 behavioral extensions",
            "homepage": "http://gediminasm.org/",
            "keywords": [
                "Blameable",
                "behaviors",
                "doctrine2",
                "extensions",
                "gedmo",
                "loggable",
                "nestedset",
                "sluggable",
                "sortable",
                "timestampable",
                "translatable",
                "tree",
                "uploadable"
            ],
            "time": "2020-01-18T06:26:05+00:00"
        },
        {
            "name": "incenteev/composer-parameter-handler",
            "version": "v2.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Incenteev/ParameterHandler.git",
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
                "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
            },
            "require-dev": {
                "composer/composer": "^1.0@dev",
                "symfony/filesystem": "^2.3 || ^3 || ^4",
                "symfony/phpunit-bridge": "^4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Incenteev\\ParameterHandler\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Composer script handling your ignored parameter file",
            "homepage": "https://github.com/Incenteev/ParameterHandler",
            "keywords": [
                "parameters management"
            ],
            "time": "2018-02-13T18:05:56+00:00"
        },
        {
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "time": "2014-01-12T16:20:24+00:00"
        },
        {
            "name": "jms/i18n-routing-bundle",
            "version": "2.0.4",
            "target-dir": "JMS/I18nRoutingBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/JMSI18nRoutingBundle.git",
                "reference": "052917faa3f00801c288f6d475ef7e2485928d5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/JMSI18nRoutingBundle/zipball/052917faa3f00801c288f6d475ef7e2485928d5b",
                "reference": "052917faa3f00801c288f6d475ef7e2485928d5b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/framework-bundle": "~2.3|~3.0"
            },
            "require-dev": {
                "jms/di-extra-bundle": "~1.1",
                "phpunit/phpunit": "~4",
                "sensio/framework-extra-bundle": "*",
                "symfony/symfony": "~2.3|~3.0"
            },
            "suggest": {
                "jms/translation-bundle": "If you want to use the RouteTranslation extractor"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-0": {
                    "JMS\\I18nRoutingBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache2"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Albert Casademont",
                    "email": "albertcasademont@gmail.com"
                }
            ],
            "description": "This bundle allows you to create i18n routes. Fork of the jms/i18n-routing-bundle",
            "homepage": "http://jmsyst.com/bundles/JMSI18nRoutingBundle",
            "keywords": [
                "multilanguage",
                "routing",
                "translation"
            ],
            "time": "2017-12-06T11:56:15+00:00"
        },
        {
            "name": "kriswallsmith/assetic",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/assetic.git",
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
                "reference": "e911c437dbdf006a8f62c2f59b15b2d69a5e0aa1",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/process": "~2.1|~3.0"
            },
            "conflict": {
                "twig/twig": "<1.27"
            },
            "require-dev": {
                "leafo/lessphp": "^0.3.7",
                "leafo/scssphp": "~0.1",
                "meenie/javascript-packer": "^1.1",
                "mrclay/minify": "<2.3",
                "natxet/cssmin": "3.0.4",
                "patchwork/jsqueeze": "~1.0|~2.0",
                "phpunit/phpunit": "~4.8 || ^5.6",
                "psr/log": "~1.0",
                "ptachoire/cssembed": "~1.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "twig/twig": "~1.23|~2.0",
                "yfix/packager": "dev-master"
            },
            "suggest": {
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Assetic": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Asset Management for PHP",
            "homepage": "https://github.com/kriswallsmith/assetic",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "time": "2016-11-11T18:43:20+00:00"
        },
        {
            "name": "leafo/scssphp",
            "version": "v0.8.4",
            "source": {
                "type": "git",
                "url": "https://github.com/leafo/scssphp.git",
                "reference": "b9cdea3e42c3bcb1a9faafd04ccce4e8ec860ad9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/leafo/scssphp/zipball/b9cdea3e42c3bcb1a9faafd04ccce4e8ec860ad9",
                "reference": "b9cdea3e42c3bcb1a9faafd04ccce4e8ec860ad9",
                "shasum": ""
            },
            "require": {
                "php": "^5.4.0 || ^7"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.6",
                "squizlabs/php_codesniffer": "~2.5",
                "twbs/bootstrap": "~4.3",
                "zurb/foundation": "~6.5"
            },
            "bin": [
                "bin/pscss"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Leafo\\ScssPhp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Leaf Corcoran",
                    "email": "leafot@gmail.com",
                    "homepage": "http://leafo.net"
                }
            ],
            "description": "scssphp is a compiler for SCSS written in PHP.",
            "homepage": "http://leafo.github.io/scssphp/",
            "keywords": [
                "css",
                "less",
                "sass",
                "scss",
                "stylesheet"
            ],
            "abandoned": "scssphp/scssphp",
            "time": "2019-06-18T21:15:44+00:00"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.3 <5.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Michelf\\": "Michelf/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "time": "2019-12-02T02:32:27+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "1.25.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
                "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
                "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2019-12-20T14:15:16+00:00"
        },
        {
            "name": "nelmio/api-doc-bundle",
            "version": "2.13.4",
            "target-dir": "Nelmio/ApiDocBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
                "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
                "reference": "28802f2c44dbbf29aa7f5dc80a10f44d3558f580",
                "shasum": ""
            },
            "require": {
                "michelf/php-markdown": "~1.4",
                "php": ">=5.4",
                "symfony/console": "~2.3|~3.0|~4.0",
                "symfony/framework-bundle": "~2.3|~3.0|~4.0",
                "symfony/twig-bundle": "~2.3|~3.0|~4.0"
            },
            "conflict": {
                "jms/serializer": "<0.12",
                "jms/serializer-bundle": "<0.11",
                "symfony/symfony": "~2.7.8",
                "twig/twig": "<1.12"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "~1.5",
                "doctrine/orm": "~2.3",
                "dunglas/api-bundle": "~1.0",
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
                "jms/serializer-bundle": ">=0.11",
                "sensio/framework-extra-bundle": "~3.0",
                "symfony/browser-kit": "~2.3|~3.0|~4.0",
                "symfony/css-selector": "~2.3|~3.0|~4.0",
                "symfony/finder": "~2.3|~3.0|~4.0",
                "symfony/form": "~2.3|~3.0|~4.0",
                "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
                "symfony/serializer": "~2.7|~3.0|~4.0",
                "symfony/validator": "~2.3|~3.0|~4.0",
                "symfony/yaml": "~2.3|~3.0|~4.0"
            },
            "suggest": {
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
                "jms/serializer": "For making use of serializer information in the doc.",
                "symfony/form": "For using form definitions as input.",
                "symfony/validator": "For making use of validator information in the doc."
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.13-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Nelmio\\ApiDocBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nelmio",
                    "homepage": "http://nelm.io"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
                }
            ],
            "description": "Generates documentation for your REST API from annotations",
            "keywords": [
                "api",
                "doc",
                "documentation",
                "rest"
            ],
            "time": "2019-06-01T13:34:59+00:00"
        },
        {
            "name": "ocramius/package-versions",
            "version": "1.4.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/PackageVersions.git",
                "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
                "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0.0",
                "php": "^7.1.0"
            },
            "require-dev": {
                "composer/composer": "^1.6.3",
                "doctrine/coding-standard": "^5.0.1",
                "ext-zip": "*",
                "infection/infection": "^0.7.1",
                "phpunit/phpunit": "^7.5.17"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "time": "2019-11-15T16:17:10+00:00"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "2.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
                "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
                "shasum": ""
            },
            "require": {
                "ocramius/package-versions": "^1.1.3",
                "php": "^7.2.0",
                "zendframework/zend-code": "^3.3.0"
            },
            "require-dev": {
                "couscous/couscous": "^1.6.1",
                "ext-phar": "*",
                "humbug/humbug": "1.0.0-RC.0@RC",
                "nikic/php-parser": "^3.1.1",
                "padraic/phpunit-accelerator": "dev-master@DEV",
                "phpbench/phpbench": "^0.12.2",
                "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
                "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
                "phpunit/phpunit": "^6.4.3",
                "squizlabs/php_codesniffer": "^2.9.1"
            },
            "suggest": {
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.io/"
                }
            ],
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
            "homepage": "https://github.com/Ocramius/ProxyManager",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
            "time": "2019-08-10T08:37:15+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.18",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
                "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "time": "2019-01-03T20:59:08+00:00"
        },
        {
            "name": "patchwork/jsqueeze",
            "version": "v2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/tchwork/jsqueeze.git",
                "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tchwork/jsqueeze/zipball/693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
                "reference": "693d64850eab2ce6a7c8f7cf547e1ab46e69d542",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Patchwork\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "(Apache-2.0 or GPL-2.0)"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                }
            ],
            "description": "Efficient JavaScript minification in PHP",
            "homepage": "https://github.com/tchwork/jsqueeze",
            "keywords": [
                "compression",
                "javascript",
                "minification"
            ],
            "time": "2016-04-19T09:28:22+00:00"
        },
        {
            "name": "psr/cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "time": "2016-08-06T20:24:11+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "time": "2017-02-14T16:28:37+00:00"
        },
        {
            "name": "psr/link",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/link.git",
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Link\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for HTTP links",
            "keywords": [
                "http",
                "http-link",
                "link",
                "psr",
                "psr-13",
                "rest"
            ],
            "time": "2016-10-28T16:06:13+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
                "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2019-11-01T11:05:21+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/simple-cache.git",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\SimpleCache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interfaces for simple caching",
            "keywords": [
                "cache",
                "caching",
                "psr",
                "psr-16",
                "simple-cache"
            ],
            "time": "2017-10-23T01:57:42+00:00"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v5.0.25",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/80a38234bde8321fb92aa0b8c27978a272bb4baf",
                "reference": "80a38234bde8321fb92aa0b8c27978a272bb4baf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "sensiolabs/security-checker": "~5.0|~6.0",
                "symfony/class-loader": "~2.3|~3.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/filesystem": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/process": "~2.3|~3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\DistributionBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "time": "2019-06-18T15:43:58+00:00"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
                "reference": "585f4b3a1c54f24d1a8431c729fc8f5acca20c8a",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "^1.0",
                "doctrine/persistence": "^1.0",
                "php": ">=7.1.3",
                "symfony/config": "^3.4|^4.3",
                "symfony/dependency-injection": "^3.4|^4.3",
                "symfony/framework-bundle": "^3.4|^4.3",
                "symfony/http-kernel": "^3.4|^4.3"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "^1.6",
                "doctrine/orm": "^2.5",
                "nyholm/psr7": "^1.1",
                "symfony/browser-kit": "^3.4|^4.3",
                "symfony/dom-crawler": "^3.4|^4.3",
                "symfony/expression-language": "^3.4|^4.3",
                "symfony/finder": "^3.4|^4.3",
                "symfony/monolog-bridge": "^3.0|^4.0",
                "symfony/monolog-bundle": "^3.2",
                "symfony/phpunit-bridge": "^3.4.19|^4.1.8",
                "symfony/psr-http-message-bridge": "^1.1",
                "symfony/security-bundle": "^3.4|^4.3",
                "symfony/twig-bundle": "^3.4|^4.3",
                "symfony/yaml": "^3.4|^4.3",
                "twig/twig": "~1.12|~2.0"
            },
            "suggest": {
                "symfony/expression-language": "",
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
                "symfony/security-bundle": ""
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle provides a way to configure your controllers with annotations",
            "keywords": [
                "annotations",
                "controllers"
            ],
            "time": "2019-07-08T08:31:25+00:00"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v6.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "a576c01520d9761901f269c4934ba55448be4a54"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
                "reference": "a576c01520d9761901f269c4934ba55448be4a54",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/console": "^2.8|^3.4|^4.2|^5.0",
                "symfony/http-client": "^4.3|^5.0",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-ctype": "^1.11"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "SensioLabs\\Security\\": "SensioLabs/Security"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "time": "2019-11-01T13:20:14+00:00"
        },
        {
            "name": "stof/doctrine-extensions-bundle",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
                "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
                "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
                "shasum": ""
            },
            "require": {
                "gedmo/doctrine-extensions": "^2.3.4",
                "php": ">=5.3.2",
                "symfony/framework-bundle": "~2.7|~3.2|~4.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.0",
                "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
            },
            "suggest": {
                "doctrine/doctrine-bundle": "to use the ORM extensions",
                "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Stof\\DoctrineExtensionsBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Christophe Coevoet",
                    "email": "stof@notk.org"
                }
            ],
            "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
            "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
            "keywords": [
                "behaviors",
                "doctrine2",
                "extensions",
                "gedmo",
                "loggable",
                "nestedset",
                "sluggable",
                "sortable",
                "timestampable",
                "translatable",
                "tree"
            ],
            "time": "2017-12-24T16:06:50+00:00"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.12",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1",
                "symfony/phpunit-bridge": "~3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "https://swiftmailer.symfony.com",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2018-07-31T09:26:32+00:00"
        },
        {
            "name": "symfony/assetic-bundle",
            "version": "v2.8.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/assetic-bundle.git",
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/2e0a23a4874838e26de6f025e02fc63328921a4c",
                "reference": "2e0a23a4874838e26de6f025e02fc63328921a4c",
                "shasum": ""
            },
            "require": {
                "kriswallsmith/assetic": "~1.4",
                "php": ">=5.3.0",
                "symfony/console": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "conflict": {
                "kriswallsmith/spork": "<=0.2",
                "twig/twig": "<1.27"
            },
            "require-dev": {
                "kriswallsmith/spork": "~0.3",
                "patchwork/jsqueeze": "~1.0",
                "symfony/class-loader": "~2.3|~3.0",
                "symfony/css-selector": "~2.3|~3.0",
                "symfony/dom-crawler": "~2.3|~3.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/twig-bundle": "~2.3|~3.0"
            },
            "suggest": {
                "kriswallsmith/spork": "to be able to dump assets in parallel",
                "symfony/twig-bundle": "to use the Twig integration"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\AsseticBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Integrates Assetic into Symfony2",
            "homepage": "https://github.com/symfony/AsseticBundle",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "abandoned": "symfony/webpack-encore-pack",
            "time": "2017-07-14T07:26:46+00:00"
        },
        {
            "name": "symfony/http-client",
            "version": "v5.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client.git",
                "reference": "4240ae267d89db5b694bdb5712e691b1e24cdc26"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client/zipball/4240ae267d89db5b694bdb5712e691b1e24cdc26",
                "reference": "4240ae267d89db5b694bdb5712e691b1e24cdc26",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "psr/log": "^1.0",
                "symfony/http-client-contracts": "^1.1.8|^2",
                "symfony/polyfill-php73": "^1.11",
                "symfony/service-contracts": "^1.0|^2"
            },
            "provide": {
                "php-http/async-client-implementation": "*",
                "php-http/client-implementation": "*",
                "psr/http-client-implementation": "1.0",
                "symfony/http-client-implementation": "1.1"
            },
            "require-dev": {
                "guzzlehttp/promises": "^1.3.1",
                "nyholm/psr7": "^1.0",
                "php-http/httplug": "^1.0|^2.0",
                "psr/http-client": "^1.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/http-kernel": "^4.4|^5.0",
                "symfony/process": "^4.4|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\HttpClient\\": ""
                },
                "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 HttpClient component",
            "homepage": "https://symfony.com",
            "time": "2020-01-31T09:13:47+00:00"
        },
        {
            "name": "symfony/http-client-contracts",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-client-contracts.git",
                "reference": "378868b61b85c5cac6822d4f84e26999c9f2e881"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/378868b61b85c5cac6822d4f84e26999c9f2e881",
                "reference": "378868b61b85c5cac6822d4f84e26999c9f2e881",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5"
            },
            "suggest": {
                "symfony/http-client-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\HttpClient\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to HTTP clients",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "time": "2019-11-26T23:25:11+00:00"
        },
        {
            "name": "symfony/mime",
            "version": "v5.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "2a3c7fee1f1a0961fa9cf360d5da553d05095e59"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/2a3c7fee1f1a0961fa9cf360d5da553d05095e59",
                "reference": "2a3c7fee1f1a0961fa9cf360d5da553d05095e59",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "symfony/mailer": "<4.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10",
                "symfony/dependency-injection": "^4.4|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Mime\\": ""
                },
                "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": "A library to manipulate MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "time": "2020-01-04T14:08:26+00:00"
        },
        {
            "name": "symfony/monolog-bundle",
            "version": "v3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/monolog-bundle.git",
                "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
                "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.22 || ~2.0",
                "php": ">=5.6",
                "symfony/config": "~3.4 || ~4.0 || ^5.0",
                "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
                "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
                "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
            },
            "require-dev": {
                "symfony/console": "~3.4 || ~4.0 || ^5.0",
                "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
                "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\MonologBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony MonologBundle",
            "homepage": "http://symfony.com",
            "keywords": [
                "log",
                "logging"
            ],
            "time": "2019-11-13T13:11:14+00:00"
        },
        {
            "name": "symfony/polyfill-apcu",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-apcu.git",
                "reference": "f5a6efd9d9f68790120734f80f8fda972981edab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/f5a6efd9d9f68790120734f80f8fda972981edab",
                "reference": "f5a6efd9d9f68790120734f80f8fda972981edab",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Apcu\\": ""
                },
                "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 apcu_* functions to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "apcu",
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Ctype\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-intl-icu",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/727b3bb5bfa7ca9eeb86416784cf1c08a6289b86",
                "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "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"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6842f1a39cf7d580655688069a03dd7cd83d244a",
                "reference": "6842f1a39cf7d580655688069a03dd7cd83d244a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Laurent Bassin",
                    "email": "laurent@bassin.info"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "idn",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2020-01-17T12:01:36+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
                "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/16ec91cb06998b609501b55b7177b7d7c02badb3",
                "reference": "16ec91cb06998b609501b55b7177b7d7c02badb3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-util": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "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"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "419c4940024c30ccc033650373a1fe13890d3255"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/419c4940024c30ccc033650373a1fe13890d3255",
                "reference": "419c4940024c30ccc033650373a1fe13890d3255",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0|~2.0|~9.99",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "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"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
                "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "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"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
                "reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php73\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/polyfill-util",
            "version": "v1.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-util.git",
                "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ba3cfcea6d0192cae46c62041f61cbb704b526d3",
                "reference": "ba3cfcea6d0192cae46c62041f61cbb704b526d3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.14-dev"
                }
            },
            "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"
            ],
            "time": "2020-01-13T11:15:53+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "144c5e51266b281231e947b51223ba14acf1a749"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
                "reference": "144c5e51266b281231e947b51223ba14acf1a749",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "psr/container": "^1.0"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Contracts\\Service\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https://symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "time": "2019-11-18T17:27:11+00:00"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v2.6.7",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
                "reference": "c4808f5169efc05567be983909d00f00521c53ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
                "reference": "c4808f5169efc05567be983909d00f00521c53ec",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "swiftmailer/swiftmailer": "~4.2|~5.0",
                "symfony/config": "~2.7|~3.0",
                "symfony/dependency-injection": "~2.7|~3.0",
                "symfony/http-kernel": "~2.7|~3.0"
            },
            "require-dev": {
                "symfony/console": "~2.7|~3.0",
                "symfony/framework-bundle": "~2.7|~3.0",
                "symfony/phpunit-bridge": "~3.3@dev",
                "symfony/yaml": "~2.7|~3.0"
            },
            "suggest": {
                "psr/log": "Allows logging"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony SwiftmailerBundle",
            "homepage": "http://symfony.com",
            "time": "2017-10-19T01:06:41+00:00"
        },
        {
            "name": "symfony/symfony",
            "version": "v3.4.37",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/1bd873459b36cf505c7b515ba6e0e2ee40890b8a",
                "reference": "1bd873459b36cf505c7b515ba6e0e2ee40890b8a",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "ext-xml": "*",
                "fig/link-util": "^1.0",
                "php": "^5.5.9|>=7.0.8",
                "psr/cache": "~1.0",
                "psr/container": "^1.0",
                "psr/link": "^1.0",
                "psr/log": "~1.0",
                "psr/simple-cache": "^1.0",
                "symfony/polyfill-apcu": "~1.1",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php56": "~1.0",
                "symfony/polyfill-php70": "~1.6",
                "twig/twig": "^1.41|^2.10"
            },
            "conflict": {
                "monolog/monolog": ">=2",
                "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
                "phpdocumentor/type-resolver": "<0.3.0",
                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
            },
            "provide": {
                "psr/cache-implementation": "1.0",
                "psr/container-implementation": "1.0",
                "psr/log-implementation": "1.0",
                "psr/simple-cache-implementation": "1.0"
            },
            "replace": {
                "symfony/asset": "self.version",
                "symfony/browser-kit": "self.version",
                "symfony/cache": "self.version",
                "symfony/class-loader": "self.version",
                "symfony/config": "self.version",
                "symfony/console": "self.version",
                "symfony/css-selector": "self.version",
                "symfony/debug": "self.version",
                "symfony/debug-bundle": "self.version",
                "symfony/dependency-injection": "self.version",
                "symfony/doctrine-bridge": "self.version",
                "symfony/dom-crawler": "self.version",
                "symfony/dotenv": "self.version",
                "symfony/event-dispatcher": "self.version",
                "symfony/expression-language": "self.version",
                "symfony/filesystem": "self.version",
                "symfony/finder": "self.version",
                "symfony/form": "self.version",
                "symfony/framework-bundle": "self.version",
                "symfony/http-foundation": "self.version",
                "symfony/http-kernel": "self.version",
                "symfony/inflector": "self.version",
                "symfony/intl": "self.version",
                "symfony/ldap": "self.version",
                "symfony/lock": "self.version",
                "symfony/monolog-bridge": "self.version",
                "symfony/options-resolver": "self.version",
                "symfony/process": "self.version",
                "symfony/property-access": "self.version",
                "symfony/property-info": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-guard": "self.version",
                "symfony/security-http": "self.version",
                "symfony/serializer": "self.version",
                "symfony/stopwatch": "self.version",
                "symfony/templating": "self.version",
                "symfony/translation": "self.version",
                "symfony/twig-bridge": "self.version",
                "symfony/twig-bundle": "self.version",
                "symfony/validator": "self.version",
                "symfony/var-dumper": "self.version",
                "symfony/web-link": "self.version",
                "symfony/web-profiler-bundle": "self.version",
                "symfony/web-server-bundle": "self.version",
                "symfony/workflow": "self.version",
                "symfony/yaml": "self.version"
            },
            "require-dev": {
                "cache/integration-tests": "dev-master",
                "doctrine/annotations": "~1.0",
                "doctrine/cache": "~1.6",
                "doctrine/data-fixtures": "1.0.*",
                "doctrine/dbal": "~2.4",
                "doctrine/doctrine-bundle": "~1.4",
                "doctrine/orm": "~2.4,>=2.4.5",
                "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0",
                "predis/predis": "~1.0",
                "symfony/phpunit-bridge": "^3.4.31|^4.3.4|~5.0",
                "symfony/security-acl": "~2.8|~3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                    "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                    "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                    "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                    "Symfony\\Component\\": "src/Symfony/Component/"
                },
                "classmap": [
                    "src/Symfony/Component/Intl/Resources/stubs"
                ],
                "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": "The Symfony PHP framework",
            "homepage": "https://symfony.com",
            "keywords": [
                "framework"
            ],
            "time": "2020-01-21T12:30:09+00:00"
        },
        {
            "name": "twig/extensions",
            "version": "v1.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
                "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
                "shasum": ""
            },
            "require": {
                "twig/twig": "^1.27|^2.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3.4",
                "symfony/translation": "^2.7|^3.4"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                },
                "psr-4": {
                    "Twig\\Extensions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "keywords": [
                "i18n",
                "text"
            ],
            "time": "2018-12-05T18:34:18+00:00"
        },
        {
            "name": "twig/twig",
            "version": "v2.12.5",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
                "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.12-dev"
                }
            },
            "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": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "time": "2020-02-11T15:31:23+00:00"
        },
        {
            "name": "willdurand/jsonp-callback-validator",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
                "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "JsonpCallbackValidator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "William Durand",
                    "email": "william.durand1@gmail.com",
                    "homepage": "http://www.willdurand.fr"
                }
            ],
            "description": "JSONP callback validator.",
            "time": "2014-01-20T22:35:06+00:00"
        },
        {
            "name": "zendframework/zend-code",
            "version": "3.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-code.git",
                "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
                "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
                "shasum": ""
            },
            "require": {
                "php": "^7.1",
                "zendframework/zend-eventmanager": "^2.6 || ^3.0"
            },
            "conflict": {
                "phpspec/prophecy": "<1.9.0"
            },
            "require-dev": {
                "doctrine/annotations": "^1.7",
                "ext-phar": "*",
                "phpunit/phpunit": "^7.5.16 || ^8.4",
                "zendframework/zend-coding-standard": "^1.0",
                "zendframework/zend-stdlib": "^2.7 || ^3.0"
            },
            "suggest": {
                "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
                "zendframework/zend-stdlib": "Zend\\Stdlib component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.4.x-dev",
                    "dev-develop": "3.5.x-dev",
                    "dev-dev-4.0": "4.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\Code\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
            "keywords": [
                "ZendFramework",
                "code",
                "zf"
            ],
            "abandoned": "laminas/laminas-code",
            "time": "2019-12-10T19:21:15+00:00"
        },
        {
            "name": "zendframework/zend-eventmanager",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-eventmanager.git",
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
                "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || ^7.0"
            },
            "require-dev": {
                "athletic/athletic": "^0.1",
                "container-interop/container-interop": "^1.1.0",
                "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
                "zendframework/zend-coding-standard": "~1.0.0",
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
            },
            "suggest": {
                "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
                "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.2-dev",
                    "dev-develop": "3.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Zend\\EventManager\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Trigger and listen to events within a PHP application",
            "homepage": "https://github.com/zendframework/zend-eventmanager",
            "keywords": [
                "event",
                "eventmanager",
                "events",
                "zf2"
            ],
            "abandoned": "laminas/laminas-eventmanager",
            "time": "2018-04-25T15:33:34+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "sensio/generator-bundle",
            "version": "v3.1.7",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
                "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
                "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.7|~3.0",
                "symfony/framework-bundle": "~2.7|~3.0",
                "symfony/process": "~2.7|~3.0",
                "symfony/yaml": "~2.7|~3.0",
                "twig/twig": "^1.28.2|^2.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.4",
                "symfony/doctrine-bridge": "~2.7|~3.0",
                "symfony/filesystem": "~2.7|~3.0",
                "symfony/phpunit-bridge": "^3.3"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\GeneratorBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle generates code for you",
            "abandoned": "symfony/maker-bundle",
            "time": "2017-12-07T15:36:41+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.3.3"
    },
    "platform-dev": []
}