[
    {
        "name": "cocur/slugify",
        "version": "v3.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/cocur/slugify.git",
            "reference": "122998753e980d0223eea0bb957102a457a13bc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cocur/slugify/zipball/122998753e980d0223eea0bb957102a457a13bc1",
            "reference": "122998753e980d0223eea0bb957102a457a13bc1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "laravel/framework": "~5.1",
            "latte/latte": "~2.2",
            "league/container": "^2.2.0",
            "mikey179/vfsstream": "~1.6",
            "mockery/mockery": "~0.9",
            "nette/di": "~2.2",
            "phpunit/phpunit": "~4.8|~5.2",
            "pimple/pimple": "~1.1",
            "plumphp/plum": "~0.1",
            "silex/silex": "~1.3",
            "symfony/config": "~2.4|~3.0",
            "symfony/dependency-injection": "~2.4|~3.0",
            "symfony/http-kernel": "~2.4|~3.0",
            "twig/twig": "~1.26|~2.0",
            "zendframework/zend-modulemanager": "~2.2",
            "zendframework/zend-servicemanager": "~2.2",
            "zendframework/zend-view": "~2.2"
        },
        "time": "2017-08-11T20:28:15+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cocur\\Slugify\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ivo Bathke",
                "email": "ivo.bathke@gmail.com"
            },
            {
                "name": "Florian Eckerstorfer",
                "email": "florian@eckerstorfer.co",
                "homepage": "https://florian.ec"
            }
        ],
        "description": "Converts a string into a slug.",
        "keywords": [
            "slug",
            "slugify"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.8.0",
        "version_normalized": "1.8.0.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"
        },
        "time": "2019-10-01T18:55:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/89a5c76c39c292f7798f964ab3c836c3f8192a55",
            "reference": "89a5c76c39c292f7798f964ab3c836c3f8192a55",
            "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"
        },
        "time": "2019-11-15T14:31:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "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",
            "riak",
            "xcache"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "1.6.4",
        "version_normalized": "1.6.4.0",
        "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"
        },
        "time": "2019-11-13T13:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.11.0",
        "version_normalized": "2.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
            "reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
            "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"
        },
        "time": "2019-09-10T10:10:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.10.0",
        "version_normalized": "2.10.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
            "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934",
            "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."
        },
        "time": "2019-11-03T16:50:43+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115",
            "reference": "a374f3bc54fe7c23ddb722ef6b9ddd2d9dcb9115",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "^2.5.12",
            "doctrine/doctrine-cache-bundle": "~1.2",
            "jdorn/sql-formatter": "^1.2.16",
            "php": "^7.1",
            "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"
        },
        "conflict": {
            "doctrine/orm": "<2.6",
            "twig/twig": "<1.34|>=2.0,<2.4"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "doctrine/orm": "^2.6",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^7.5",
            "symfony/cache": "^3.4.30|^4.3.3",
            "symfony/phpunit-bridge": "^4.2",
            "symfony/property-info": "^3.4.30|^4.3.3",
            "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."
        },
        "time": "2019-11-19T11:42:20+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "1.3.5",
        "version_normalized": "1.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5514c90d9fb595e1095e6d66ebb98ce9ef049927",
            "reference": "5514c90d9fb595e1095e6d66ebb98ce9ef049927",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.4.2",
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.7|~3.3|~4.0"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "~4.8.36|~5.6|~6.5|~7.0",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "~1.5",
            "symfony/console": "~2.7|~3.3|~4.0",
            "symfony/finder": "~2.7|~3.3|~4.0",
            "symfony/framework-bundle": "~2.7|~3.3|~4.0",
            "symfony/phpunit-bridge": "~2.7|~3.3|~4.0",
            "symfony/security-acl": "~2.7|~3.3",
            "symfony/validator": "~2.7|~3.3|~4.0",
            "symfony/yaml": "~2.7|~3.3|~4.0"
        },
        "suggest": {
            "symfony/security-acl": "For using this bundle to cache ACLs"
        },
        "time": "2018-11-09T06:25:35+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "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": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony Bundle for Doctrine Cache",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/doctrine-migrations-bundle",
        "version": "2.1.2",
        "version_normalized": "2.1.2.0",
        "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"
        },
        "time": "2019-11-13T12:57:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "1.1.0",
        "version_normalized": "1.1.0.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"
        },
        "time": "2019-11-10T09:48:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "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"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "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"
        },
        "time": "2019-10-30T19:59:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.3.0",
        "version_normalized": "1.3.0.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"
        },
        "time": "2019-10-21T16:45:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.2.0",
        "version_normalized": "1.2.0.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"
        },
        "time": "2019-10-30T14:39:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/migrations",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/migrations.git",
            "reference": "8e124252d2f6be1124017d746d5994dd4095d66f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/migrations/zipball/8e124252d2f6be1124017d746d5994dd4095d66f",
            "reference": "8e124252d2f6be1124017d746d5994dd4095d66f",
            "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."
        },
        "time": "2019-11-13T11:06:31+00:00",
        "bin": [
            "bin/doctrine-migrations"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.7.0",
        "version_normalized": "2.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/4d763ca4c925f647b248b9fa01b5f47aa3685d62",
            "reference": "4d763ca4c925f647b248b9fa01b5f47aa3685d62",
            "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": "*",
            "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"
        },
        "time": "2019-11-19T08:38:05+00:00",
        "bin": [
            "bin/doctrine"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "doctrine/persistence",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/persistence.git",
            "reference": "43526ae63312942e5316100bb3ed589ba1aba491"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/persistence/zipball/43526ae63312942e5316100bb3ed589ba1aba491",
            "reference": "43526ae63312942e5316100bb3ed589ba1aba491",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/reflection": "^1.0",
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.10@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "phpstan/phpstan": "^0.8",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-04-23T12:39:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "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 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"
        ]
    },
    {
        "name": "doctrine/reflection",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/reflection.git",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^4.0",
            "doctrine/common": "^2.8",
            "phpstan/phpstan": "^0.9.2",
            "phpstan/phpstan-phpunit": "^0.9.4",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-06-14T14:45:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Doctrine Reflection component",
        "homepage": "https://www.doctrine-project.org/projects/reflection.html",
        "keywords": [
            "reflection"
        ]
    },
    {
        "name": "easycorp/easy-log-handler",
        "version": "v1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/EasyCorp/easy-log-handler.git",
            "reference": "224e1dfcf9455aceee89cd0af306ac097167fac1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/EasyCorp/easy-log-handler/zipball/224e1dfcf9455aceee89cd0af306ac097167fac1",
            "reference": "224e1dfcf9455aceee89cd0af306ac097167fac1",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.6|~2.0",
            "php": ">=7.1",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "time": "2019-10-24T07:13:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "EasyCorp\\EasyLog\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Javier Eguiluz",
                "email": "javiereguiluz@gmail.com"
            },
            {
                "name": "Project Contributors",
                "homepage": "https://github.com/EasyCorp/easy-log-handler"
            }
        ],
        "description": "A handler for Monolog that optimizes log messages to be processed by humans instead of software. Improve your productivity with logs that are easy to understand.",
        "homepage": "https://github.com/EasyCorp/easy-log-handler",
        "keywords": [
            "easy",
            "log",
            "logging",
            "monolog",
            "productivity"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.11",
        "version_normalized": "2.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.5"
        },
        "require-dev": {
            "dominicsayers/isemail": "dev-master",
            "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
            "satooshi/php-coveralls": "^1.0.1",
            "symfony/phpunit-bridge": "^4.4@dev"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2019-08-13T17:33:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "fig/link-util",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link-util.git",
            "reference": "1a07821801a148be4add11ab0603e4af55a72fac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac",
            "reference": "1a07821801a148be4add11ab0603e4af55a72fac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "psr/link": "~1.0@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.1",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2016-10-17T18:31:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "jdorn/sql-formatter",
        "version": "v1.2.17",
        "version_normalized": "1.2.17.0",
        "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.*"
        },
        "time": "2014-01-12T16:20:24+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "knplabs/knp-menu",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenu.git",
            "reference": "b6aade272c345b6fbd07fce5929a761cba0909b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/b6aade272c345b6fbd07fce5929a761cba0909b8",
            "reference": "b6aade272c345b6fbd07fce5929a761cba0909b8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "conflict": {
            "twig/twig": "<1.40|>=2,<2.9"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/http-foundation": "~2.4|~3.0|^4.0",
            "symfony/phpunit-bridge": "~3.3|^4.0",
            "symfony/routing": "~2.3|~3.0|^4.0",
            "twig/twig": "^1.40|^2.9"
        },
        "suggest": {
            "twig/twig": "for the TwigRenderer and the integration with your templates"
        },
        "time": "2019-09-02T10:16:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Menu\\": "src/Knp/Menu"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs",
                "homepage": "https://knplabs.com"
            },
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
            }
        ],
        "description": "An object oriented menu library",
        "homepage": "https://knplabs.com",
        "keywords": [
            "menu",
            "tree"
        ]
    },
    {
        "name": "knplabs/knp-menu-bundle",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
            "reference": "78b0cebf8e1490f12ba6555511282954de83f627"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/78b0cebf8e1490f12ba6555511282954de83f627",
            "reference": "78b0cebf8e1490f12ba6555511282954de83f627",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-menu": "~2.3",
            "php": "^7.1",
            "symfony/framework-bundle": "^3.4 | ^4.0"
        },
        "require-dev": {
            "symfony/expression-language": "^3.4 | ^4.0",
            "symfony/phpunit-bridge": "^3.4 | ^4.0",
            "symfony/templating": "^3.4 | ^4.0"
        },
        "time": "2019-09-19T08:51:48+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\MenuBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Knplabs",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
            }
        ],
        "description": "This bundle provides an integration of the KnpMenu library",
        "keywords": [
            "menu"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.25.2",
        "version_normalized": "1.25.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
            "reference": "d5e2fb341cb44f7e2ab639d12a1e5901091ec287",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2019-11-13T10:00:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.3.0",
        "version_normalized": "4.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
            "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "ircmaxell/php-yacc": "0.0.5",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
        },
        "time": "2019-11-08T13:50:10+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "ocramius/package-versions",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "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"
        },
        "time": "2019-11-15T16:17:10+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "PackageVersions\\Installer",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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)"
    },
    {
        "name": "ocramius/proxy-manager",
        "version": "2.2.3",
        "version_normalized": "2.2.3.0",
        "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)"
        },
        "time": "2019-08-10T08:37:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
            "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~6"
        },
        "time": "2018-08-07T13:53:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "4.3.2",
        "version_normalized": "4.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
            "reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
            "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "^1.0.5",
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-09-12T14:27:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
            "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "phpdocumentor/reflection-common": "^2.0"
        },
        "require-dev": {
            "ext-tokenizer": "^7.1",
            "mockery/mockery": "~1",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-08-22T18:11:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names"
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/link",
        "version": "1.0.0",
        "version_normalized": "1.0.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"
        },
        "time": "2016-10-28T16:06:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "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"
        },
        "time": "2019-11-01T11:05:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v5.4.1",
        "version_normalized": "5.4.1.0",
        "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": ""
        },
        "time": "2019-07-08T08:31:25+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "sonata-project/admin-bundle",
        "version": "3.54.1",
        "version_normalized": "3.54.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataAdminBundle.git",
            "reference": "98d54eac2b80c9c5ebe774c5a01194e59f70f70e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/98d54eac2b80c9c5ebe774c5a01194e59f70f70e",
            "reference": "98d54eac2b80c9c5ebe774c5a01194e59f70f70e",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "^2.7",
            "doctrine/inflector": "^1.1",
            "knplabs/knp-menu-bundle": "^2.2",
            "php": "^7.1",
            "sonata-project/block-bundle": "^3.17",
            "sonata-project/core-bundle": "^3.15.0",
            "sonata-project/exporter": "^1.11.0 || ^2.0",
            "symfony/asset": "^2.8 || ^3.2 || ^4.0",
            "symfony/config": "^2.8 || ^3.2 || ^4.0",
            "symfony/console": "^2.8 || ^3.2 || ^4.0",
            "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
            "symfony/doctrine-bridge": "^2.8 || ^3.2 || ^4.0",
            "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
            "symfony/expression-language": "^2.8 || ^3.2 || ^4.0",
            "symfony/form": "^2.8.18 || ^3.2.5 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
            "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
            "symfony/property-access": "^2.8 || ^3.2 || ^4.0",
            "symfony/routing": "^2.8 || ^3.2 || ^4.0",
            "symfony/security-acl": "^2.8 || ^3.0",
            "symfony/security-bundle": "^2.8 || ^3.2 || ^4.0",
            "symfony/security-core": "^2.8 || ^3.2 || ^4.0",
            "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
            "symfony/templating": "^2.8 || ^3.2 || ^4.0",
            "symfony/translation": "^2.8 || ^3.2 || ^4.0",
            "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
            "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
            "symfony/validator": "^2.8 || ^3.2 || ^4.0",
            "twig/extensions": "^1.5",
            "twig/twig": "^2.10"
        },
        "conflict": {
            "jms/di-extra-bundle": "<1.9",
            "sonata-project/media-bundle": "<3.7",
            "sonata-project/user-bundle": "<3.3"
        },
        "require-dev": {
            "jms/di-extra-bundle": "^1.9",
            "jms/translation-bundle": "^1.4",
            "matthiasnoback/symfony-dependency-injection-test": "^3.1",
            "sensio/generator-bundle": "^3.1",
            "sonata-project/intl-bundle": "^2.4",
            "symfony/class-loader": "^2.8 || ^3.2",
            "symfony/filesystem": "^2.8 || ^3.2 || ^4.0",
            "symfony/phpunit-bridge": "^4.3",
            "symfony/yaml": "^2.8 || ^3.2 || ^4.0"
        },
        "suggest": {
            "jms/translation-bundle": "Extract message keys from Admins",
            "kunicmarko/sonata-auto-configure-bundle": "Auto configures Admin classes",
            "sensio/generator-bundle": "Add sonata:admin:generate command",
            "sonata-project/intl-bundle": "Add localized date and number into the list"
        },
        "time": "2019-10-14T17:16:15+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\AdminBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "https://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
            }
        ],
        "description": "The missing Symfony Admin Generator",
        "homepage": "https://sonata-project.org/bundles/admin",
        "keywords": [
            "Admin Generator",
            "admin",
            "bootstrap",
            "sonata"
        ]
    },
    {
        "name": "sonata-project/block-bundle",
        "version": "3.18.1",
        "version_normalized": "3.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataBlockBundle.git",
            "reference": "7520297bf9663af9f3dc1ee0100390f9531eaf34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/7520297bf9663af9f3dc1ee0100390f9531eaf34",
            "reference": "7520297bf9663af9f3dc1ee0100390f9531eaf34",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "^2.3",
            "php": "^7.1",
            "psr/cache": "^1.0",
            "psr/cache-implementation": "*",
            "sonata-project/cache": "^1.0 || ^2.0",
            "sonata-project/core-bundle": "^3.15.1",
            "sonata-project/doctrine-extensions": "^1.1",
            "symfony/asset": "^2.8 || ^3.2 || ^4.0",
            "symfony/config": "^2.8 || ^3.2 || ^4.0",
            "symfony/console": "^2.8 || ^3.2 || ^4.0",
            "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
            "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
            "symfony/form": "^2.8 || ^3.2 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
            "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
            "symfony/templating": "^2.8 || ^3.2 || ^4.0",
            "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
            "twig/twig": "^1.34 || ^2.0"
        },
        "conflict": {
            "jms/di-extra-bundle": "<1.7.0"
        },
        "require-dev": {
            "jms/di-extra-bundle": "^1.7",
            "knplabs/knp-menu-bundle": "^2.0",
            "sonata-project/admin-bundle": "^3.22",
            "symfony/debug": "^2.8 || ^3.2 || ^4.0",
            "symfony/phpunit-bridge": "^4.2",
            "symfony/stopwatch": "^2.8 || ^3.2 || ^4.0"
        },
        "suggest": {
            "jms/di-extra-bundle": "Annotations for Block definition",
            "knplabs/knp-menu-bundle": "^2.0",
            "sonata-project/cache-bundle": "^3.0"
        },
        "time": "2019-09-19T20:35:31+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\BlockBundle\\": "src/"
            },
            "files": [
                "src/Resources/stubs/symfony2.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "https://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
            }
        ],
        "description": "Symfony SonataBlockBundle",
        "homepage": "https://sonata-project.org/bundles/block",
        "keywords": [
            "block",
            "sonata"
        ]
    },
    {
        "name": "sonata-project/cache",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/cache.git",
            "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74",
            "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "psr/log": "^1.0"
        },
        "require-dev": {
            "doctrine/orm": "^2.5",
            "doctrine/phpcr-odm": "^1.4",
            "jackalope/jackalope-doctrine-dbal": "^1.2",
            "predis/predis": "^1.1",
            "sllh/php-cs-fixer-styleci-bridge": "^2.1",
            "symfony/phpunit-bridge": "^3.3"
        },
        "suggest": {
            "doctrine/orm": "ORM support",
            "doctrine/phpcr-odm": "PHPCR ODM support",
            "ext-apc": "Caching with ext/apc",
            "ext-memcached": "Caching with ext/memcached",
            "predis/predis": "Install redis php"
        },
        "time": "2017-12-08T09:22:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@gmail.com",
                "homepage": "https://sonata-project.org/"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/cache/contributors"
            }
        ],
        "description": "Cache library",
        "homepage": "https://github.com/sonata-project/cache",
        "keywords": [
            "cache",
            "memcached",
            "mongodb",
            "redis"
        ]
    },
    {
        "name": "sonata-project/core-bundle",
        "version": "3.17.0",
        "version_normalized": "3.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataCoreBundle.git",
            "reference": "af8ba4f76eef8c855302af8b26713cf33be4103d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/af8ba4f76eef8c855302af8b26713cf33be4103d",
            "reference": "af8ba4f76eef8c855302af8b26713cf33be4103d",
            "shasum": ""
        },
        "require": {
            "cocur/slugify": "^1.4 || ^2.0 || ^3.0",
            "php": "^7.1",
            "sonata-project/datagrid-bundle": "^2.0",
            "sonata-project/doctrine-extensions": "^1.1",
            "symfony/config": "^2.8 || ^3.2 || ^4.0",
            "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
            "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
            "symfony/form": "^2.8.18 || ^3.2.6 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
            "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
            "symfony/property-access": "^2.8 || ^3.2 || ^4.0",
            "symfony/security-csrf": "^2.8 || ^3.2 || ^4.0",
            "symfony/translation": "^2.8 || ^3.2 || ^4.0",
            "symfony/twig-bridge": "^2.8 || ^3.2 || ^4.0",
            "symfony/validator": "^2.8 || ^3.2 || ^4.0",
            "twig/extensions": "^1.5",
            "twig/twig": "^1.34 || ^2.0"
        },
        "conflict": {
            "sonata-project/exporter": "< 1.11.0"
        },
        "require-dev": {
            "doctrine/orm": "^2.4",
            "doctrine/phpcr-odm": "^1.0",
            "jackalope/jackalope-doctrine-dbal": "^1.0",
            "jms/serializer-bundle": "^1.0 || ^2.0",
            "matthiasnoback/symfony-config-test": "^4.0",
            "matthiasnoback/symfony-dependency-injection-test": "^3.1",
            "nelmio/api-doc-bundle": "^2.11",
            "sonata-project/exporter": "^1.11.0 || ^2.0",
            "symfony/phpunit-bridge": "^4.2"
        },
        "time": "2019-04-24T18:55:18+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\CoreBundle\\": "src/CoreBundle/",
                "Sonata\\Form\\": "src/Form/",
                "Sonata\\Serializer\\": "src/Serializer/",
                "Sonata\\Twig\\": "src/Twig/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
            },
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org"
            }
        ],
        "description": "Symfony SonataCoreBundle",
        "homepage": "https://sonata-project.org/bundles/core",
        "keywords": [
            "sonata"
        ]
    },
    {
        "name": "sonata-project/datagrid-bundle",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataDatagridBundle.git",
            "reference": "3d67da1be314130c8b419a881582c93bedf809fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/3d67da1be314130c8b419a881582c93bedf809fa",
            "reference": "3d67da1be314130c8b419a881582c93bedf809fa",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "symfony/config": "^3.4 || ^4.0",
            "symfony/dependency-injection": "^3.4 || ^4.0",
            "symfony/form": "^3.4 || ^4.0",
            "symfony/http-kernel": "^3.4 || ^4.0"
        },
        "require-dev": {
            "doctrine/orm": "^2.4",
            "symfony/phpunit-bridge": "^4.2"
        },
        "time": "2019-03-05T16:37:15+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\DatagridBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
            },
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "https://sonata-project.org"
            }
        ],
        "description": "Symfony SonataDatagridBundle",
        "homepage": "https://sonata-project.org/bundles/datagrid",
        "keywords": [
            "datagrid",
            "sonata"
        ]
    },
    {
        "name": "sonata-project/doctrine-extensions",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/sonata-doctrine-extensions.git",
            "reference": "f93e32ffcbfbabf07f14e066d997824e8f3596b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/f93e32ffcbfbabf07f14e066d997824e8f3596b0",
            "reference": "f93e32ffcbfbabf07f14e066d997824e8f3596b0",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "^2.6",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/common": "^2.7",
            "doctrine/orm": "^2.5",
            "doctrine/phpcr-odm": "^1.4 || ^2.0",
            "jackalope/jackalope-doctrine-dbal": "^1.0",
            "matthiasnoback/symfony-dependency-injection-test": "^3.1",
            "symfony/dependency-injection": "^2.8 || ^3.3 || ^4.0",
            "symfony/expression-language": "^2.8 || ^3.3 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
            "symfony/phpunit-bridge": "^4.2"
        },
        "suggest": {
            "doctrine/orm": "If you use doctrine orm",
            "doctrine/phpcr-odm": "If you use doctrine phpcr",
            "symfony/framework-bundle": "If you want to use symfony"
        },
        "time": "2019-09-27T16:52:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\Doctrine\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "http://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions/contributors"
            }
        ],
        "description": "Doctrine2 behavioral extensions",
        "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions",
        "keywords": [
            "doctrine",
            "doctrine2",
            "json"
        ]
    },
    {
        "name": "sonata-project/doctrine-orm-admin-bundle",
        "version": "3.12.0",
        "version_normalized": "3.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
            "reference": "c29cc56289adf56314a912b268183bad8e3b2e2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/c29cc56289adf56314a912b268183bad8e3b2e2a",
            "reference": "c29cc56289adf56314a912b268183bad8e3b2e2a",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "^1.8 || ^2.0",
            "doctrine/orm": "^2.5",
            "php": "^7.1",
            "sonata-project/admin-bundle": "^3.29",
            "sonata-project/core-bundle": "^3.14",
            "sonata-project/exporter": "^1.11.0 || ^2.0",
            "symfony/config": "^2.8 || ^3.2 || ^4.0",
            "symfony/console": "^2.8 || ^3.2 || ^4.0",
            "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
            "symfony/doctrine-bridge": "^2.8 || ^3.2 || ^4.0",
            "symfony/form": "^2.8 || ^3.2 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
            "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
            "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
            "symfony/security-acl": "^2.8 || ^3.0"
        },
        "conflict": {
            "simplethings/entity-audit-bundle": ">=2.0",
            "sonata-project/block-bundle": "<3.11"
        },
        "provide": {
            "sonata-project/admin-bundle-persistency-layer": "1.0.0"
        },
        "require-dev": {
            "simplethings/entity-audit-bundle": "^0.9 || ^1.0",
            "sonata-project/block-bundle": "^3.11",
            "symfony/phpunit-bridge": "^4.3"
        },
        "suggest": {
            "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations."
        },
        "time": "2019-11-23T08:58:33+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\DoctrineORMAdminBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@sonata-project.org",
                "homepage": "https://sonata-project.org"
            },
            {
                "name": "Sonata Community",
                "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
            }
        ],
        "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
        "homepage": "https://sonata-project.org/bundles/admin",
        "keywords": [
            "Admin Generator",
            "admin",
            "bootstrap",
            "generator",
            "sonata"
        ]
    },
    {
        "name": "sonata-project/exporter",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sonata-project/exporter.git",
            "reference": "9e84fd03ef0c696b9b4e9617b73cb6defaf3b476"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sonata-project/exporter/zipball/9e84fd03ef0c696b9b4e9617b73cb6defaf3b476",
            "reference": "9e84fd03ef0c696b9b4e9617b73cb6defaf3b476",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/dbal": "^2.5",
            "doctrine/orm": "^2.4.5",
            "matthiasnoback/symfony-config-test": "^4.0",
            "matthiasnoback/symfony-dependency-injection-test": "^3.0",
            "propel/propel1": "^1.6",
            "symfony/config": "^3.4 || ^4.0",
            "symfony/dependency-injection": "^3.4 || ^4.0",
            "symfony/http-foundation": "^3.4 || ^4.0",
            "symfony/http-kernel": "^3.4 || ^4.0",
            "symfony/phpunit-bridge": "^4.1",
            "symfony/property-access": "^3.4 || ^4.0",
            "symfony/routing": "^3.4 || ^4.0"
        },
        "suggest": {
            "ext-curl": "*",
            "propel/propel1": "^1.6",
            "symfony/property-access": "To be able to export from database entities",
            "symfony/routing": "To be able to export the routes of a Symfony app"
        },
        "time": "2019-01-26T10:32:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sonata\\Exporter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Rabaix",
                "email": "thomas.rabaix@gmail.com",
                "homepage": "https://sonata-project.org/"
            }
        ],
        "description": "Lightweight Exporter library",
        "homepage": "https://github.com/sonata-project/Exporter",
        "keywords": [
            "client",
            "csv",
            "data",
            "export",
            "xls"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.3",
        "version_normalized": "6.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-11-12T09:31:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "symfony/asset",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/asset.git",
            "reference": "6f23b2a62d425dae4f1250d2712e73bb52a907a0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/asset/zipball/6f23b2a62d425dae4f1250d2712e73bb52a907a0",
            "reference": "6f23b2a62d425dae4f1250d2712e73bb52a907a0",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/http-foundation": ""
        },
        "time": "2019-08-14T11:59:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Asset\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Asset Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/browser-kit",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/browser-kit.git",
            "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2e4c991e27a97a8c27745720b030ff85a5cebdf6",
            "reference": "2e4c991e27a97a8c27745720b030ff85a5cebdf6",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/dom-crawler": "~2.8|~3.0|~4.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0|~4.0",
            "symfony/process": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/process": ""
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\BrowserKit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony BrowserKit Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/cache",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "8d5db9c0cecf8b6f79fa96583fae652224d897da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/8d5db9c0cecf8b6f79fa96583fae652224d897da",
            "reference": "8d5db9c0cecf8b6f79fa96583fae652224d897da",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/cache": "~1.0",
            "psr/log": "~1.0",
            "psr/simple-cache": "^1.0",
            "symfony/polyfill-apcu": "~1.1"
        },
        "conflict": {
            "symfony/var-dumper": "<3.3"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "~1.6",
            "doctrine/dbal": "~2.4",
            "predis/predis": "~1.0"
        },
        "time": "2019-11-12T12:50:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "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 Cache component with PSR-6, PSR-16, and tags",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ]
    },
    {
        "name": "symfony/class-loader",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/class-loader.git",
            "reference": "e212b06996819a2bce026a63da03b7182d05a690"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690",
            "reference": "e212b06996819a2bce026a63da03b7182d05a690",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/polyfill-apcu": "~1.1"
        },
        "suggest": {
            "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
        },
        "time": "2019-08-20T13:31:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ClassLoader\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ClassLoader Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/config",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "c3a30587de97263d2813a3c81b74126c58b67a4f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/c3a30587de97263d2813a3c81b74126c58b67a4f",
            "reference": "c3a30587de97263d2813a3c81b74126c58b67a4f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/filesystem": "~2.8|~3.0|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3",
            "symfony/finder": "<3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/event-dispatcher": "~3.3|~4.0",
            "symfony/finder": "~3.3|~4.0",
            "symfony/yaml": "~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2019-11-08T08:28:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/console",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/17b154f932c5874cdbda6d05796b6490eec9f9f7",
            "reference": "17b154f932c5874cdbda6d05796b6490eec9f9f7",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/process": "<3.3"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.3|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.3|~4.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2019-11-13T07:12:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/css-selector",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
            "reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-10-01T11:57:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug.git",
            "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/f72e33fdb1170b326e72c3157f0cd456351dd086",
            "reference": "f72e33fdb1170b326e72c3157f0cd456351dd086",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Debug\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug-bundle",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug-bundle.git",
            "reference": "e4330e23ebac6a8d7a9ac53914ab5820de5540f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/e4330e23ebac6a8d7a9ac53914ab5820de5540f0",
            "reference": "e4330e23ebac6a8d7a9ac53914ab5820de5540f0",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^5.5.9|>=7.0.8",
            "symfony/http-kernel": "~2.8|~3.0|~4.0",
            "symfony/twig-bridge": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.4|~4.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "require-dev": {
            "symfony/config": "~3.3|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/web-profiler-bundle": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/config": "For service container configuration",
            "symfony/dependency-injection": "For using as a service from the container"
        },
        "time": "2019-07-19T08:16:37+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\DebugBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DebugBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug-pack",
        "version": "v1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/debug-pack.git",
            "reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug-pack/zipball/09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
            "reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
            "shasum": ""
        },
        "require": {
            "easycorp/easy-log-handler": "^1.0.7",
            "php": "^7.0",
            "symfony/debug-bundle": "*",
            "symfony/monolog-bundle": "^3.0",
            "symfony/profiler-pack": "*",
            "symfony/var-dumper": "*"
        },
        "time": "2018-12-10T12:11:11+00:00",
        "type": "symfony-pack",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A debug pack for Symfony projects"
    },
    {
        "name": "symfony/dependency-injection",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dependency-injection.git",
            "reference": "0ea4d39ca82409a25a43b61ce828048a90000920"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0ea4d39ca82409a25a43b61ce828048a90000920",
            "reference": "0ea4d39ca82409a25a43b61ce828048a90000920",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/container": "^1.0"
        },
        "conflict": {
            "symfony/config": "<3.3.7",
            "symfony/finder": "<3.3",
            "symfony/proxy-manager-bridge": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "provide": {
            "psr/container-implementation": "1.0"
        },
        "require-dev": {
            "symfony/config": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/config": "",
            "symfony/expression-language": "For using expressions in service container configuration",
            "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
            "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
            "symfony/yaml": ""
        },
        "time": "2019-11-08T16:18:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DependencyInjection\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DependencyInjection Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/doctrine-bridge",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/doctrine-bridge.git",
            "reference": "1ac7992f1ced6f5c759e42811893a5594b7d9b44"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/1ac7992f1ced6f5c759e42811893a5594b7d9b44",
            "reference": "1ac7992f1ced6f5c759e42811893a5594b7d9b44",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.7",
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/orm": "^2.4.5",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/form": "^3.3.10|~4.0",
            "symfony/http-kernel": "~2.8|~3.0|~4.0",
            "symfony/property-access": "~2.8|~3.0|~4.0",
            "symfony/property-info": "~2.8|3.0|~4.0",
            "symfony/proxy-manager-bridge": "~2.8|~3.0|~4.0",
            "symfony/security": "^2.8.31|^3.3.13|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/validator": "^3.2.5|~4.0"
        },
        "suggest": {
            "doctrine/data-fixtures": "",
            "doctrine/dbal": "",
            "doctrine/orm": "",
            "symfony/form": "",
            "symfony/property-info": "",
            "symfony/validator": ""
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Doctrine\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Doctrine Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dom-crawler",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dom-crawler.git",
            "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
            "reference": "6bcffd2eabc4ca087faaaf54e26c8ff3a40284f3",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "symfony/css-selector": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/css-selector": ""
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\DomCrawler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony DomCrawler Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/dotenv",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/dotenv.git",
            "reference": "c7e8e471fea74e868ae797970b383dea89ae548a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/dotenv/zipball/c7e8e471fea74e868ae797970b383dea89ae548a",
            "reference": "c7e8e471fea74e868ae797970b383dea89ae548a",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "require-dev": {
            "symfony/process": "^3.4.2|^4.0"
        },
        "time": "2019-10-18T10:00:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Dotenv\\": ""
            },
            "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": "Registers environment variables from a .env file",
        "homepage": "https://symfony.com",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f9031c22ec127d4a2450760f81a8677fe8a10177",
            "reference": "f9031c22ec127d4a2450760f81a8677fe8a10177",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/expression-language",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/expression-language.git",
            "reference": "434b23d0deaf6a9735f36036aac484bf423a2bae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/expression-language/zipball/434b23d0deaf6a9735f36036aac484bf423a2bae",
            "reference": "434b23d0deaf6a9735f36036aac484bf423a2bae",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/cache": "~3.1|~4.0"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ExpressionLanguage\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ExpressionLanguage Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
            "reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-08-20T13:31:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/3e915e5ce305f8bc8017597f71f1f4095092ddf8",
            "reference": "3e915e5ce305f8bc8017597f71f1f4095092ddf8",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-10-30T12:43:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/flex",
        "version": "v1.4.8",
        "version_normalized": "1.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/flex.git",
            "reference": "f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/flex/zipball/f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f",
            "reference": "f5bfc79c1f5bed6b2bb4ca9e49a736c2abc03e8f",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0",
            "php": "^7.0"
        },
        "require-dev": {
            "composer/composer": "^1.0.2",
            "symfony/dotenv": "^3.4|^4.0|^5.0",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
            "symfony/process": "^2.7|^3.0|^4.0|^5.0"
        },
        "time": "2019-11-14T09:25:51+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            },
            "class": "Symfony\\Flex\\Flex"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Flex\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien.potencier@gmail.com"
            }
        ],
        "description": "Composer plugin for Symfony"
    },
    {
        "name": "symfony/form",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/form.git",
            "reference": "13dbd70e89370f8d7d697fdc23bd8132f281b166"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/form/zipball/13dbd70e89370f8d7d697fdc23bd8132f281b166",
            "reference": "13dbd70e89370f8d7d697fdc23bd8132f281b166",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/options-resolver": "~3.4|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/property-access": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.3",
            "symfony/doctrine-bridge": "<2.7",
            "symfony/framework-bundle": "<3.4",
            "symfony/http-kernel": "<3.3.5",
            "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
        },
        "require-dev": {
            "doctrine/collections": "~1.0",
            "symfony/config": "~2.7|~3.0|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3.5|~4.0",
            "symfony/security-csrf": "^2.8.31|^3.3.13|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/validator": "^3.2.5|~4.0",
            "symfony/var-dumper": "~3.3.11|~3.4|~4.0"
        },
        "suggest": {
            "symfony/framework-bundle": "For templating with PHP.",
            "symfony/security-csrf": "For protecting forms against CSRF attacks.",
            "symfony/twig-bridge": "For templating with Twig.",
            "symfony/validator": "For form validation."
        },
        "time": "2019-10-26T10:32:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Form\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Form Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/framework-bundle",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/framework-bundle.git",
            "reference": "3cb98792e8d1fa332c65b28521eeaa6e9bbeea34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3cb98792e8d1fa332c65b28521eeaa6e9bbeea34",
            "reference": "3cb98792e8d1fa332c65b28521eeaa6e9bbeea34",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^5.5.9|>=7.0.8",
            "symfony/cache": "~3.4.31|^4.3.4",
            "symfony/class-loader": "~3.2",
            "symfony/config": "^3.4.31|^4.3.4",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "^3.4.24|^4.2.5",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/filesystem": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "^3.4.13|~4.3",
            "symfony/http-kernel": "^3.4.31|^4.3.4",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/routing": "^3.4.5|^4.0.5"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.0",
            "phpdocumentor/type-resolver": "<0.2.1",
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/asset": "<3.3",
            "symfony/console": "<3.4",
            "symfony/form": "<3.4",
            "symfony/property-info": "<3.3",
            "symfony/serializer": "<3.3",
            "symfony/stopwatch": "<3.4",
            "symfony/translation": "<3.4",
            "symfony/validator": "<3.4",
            "symfony/workflow": "<3.3"
        },
        "require-dev": {
            "doctrine/annotations": "~1.7",
            "doctrine/cache": "~1.0",
            "fig/link-util": "^1.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/asset": "~3.3|~4.0",
            "symfony/browser-kit": "~2.8|~3.0|~4.0",
            "symfony/console": "~3.4.31|^4.3.4",
            "symfony/css-selector": "~2.8|~3.0|~4.0",
            "symfony/dom-crawler": "~2.8|~3.0|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/form": "^3.4.31|^4.3.4",
            "symfony/lock": "~3.4|~4.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/process": "~2.8|~3.0|~4.0",
            "symfony/property-info": "~3.3|~4.0",
            "symfony/security-core": "~3.2|~4.0",
            "symfony/security-csrf": "^2.8.31|^3.3.13|~4.0",
            "symfony/serializer": "~3.3|~4.0",
            "symfony/stopwatch": "~3.4|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/translation": "~3.4|~4.0",
            "symfony/validator": "~3.4|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "symfony/web-link": "~3.3|~4.0",
            "symfony/workflow": "~3.3|~4.0",
            "symfony/yaml": "~3.2|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-apcu": "For best performance of the system caches",
            "symfony/console": "For using the console commands",
            "symfony/form": "For using forms",
            "symfony/property-info": "For using the property_info service",
            "symfony/serializer": "For using the serializer service",
            "symfony/validator": "For using validation",
            "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
            "symfony/yaml": "For using the debug:config and lint:yaml commands"
        },
        "time": "2019-11-03T19:32:26+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\FrameworkBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony FrameworkBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9e4b3ac8fa3348b4811674d23de32d201de225ce",
            "reference": "9e4b3ac8fa3348b4811674d23de32d201de225ce",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.1",
            "symfony/polyfill-php70": "~1.6"
        },
        "require-dev": {
            "symfony/expression-language": "~2.8|~3.0|~4.0"
        },
        "time": "2019-11-11T12:53:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
            "reference": "e1764b3de00ec5636dd03d02fd44bcb1147d70d9",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/log": "~1.0",
            "symfony/debug": "^3.3.3|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-php56": "~1.8"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
            "symfony/var-dumper": "<3.3",
            "twig/twig": "<1.34|<2.4,>=2"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "~2.8|~3.0|~4.0",
            "symfony/class-loader": "~2.8|~3.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/console": "~2.8|~3.0|~4.0",
            "symfony/css-selector": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "^3.4.10|^4.0.10",
            "symfony/dom-crawler": "~2.8|~3.0|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/process": "~2.8|~3.0|~4.0",
            "symfony/routing": "~3.4|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": "",
            "symfony/finder": "",
            "symfony/var-dumper": ""
        },
        "time": "2019-11-13T08:44:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/inflector",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/inflector.git",
            "reference": "67e9285380dd1fa56b870929d0379f41b9c56e87"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/inflector/zipball/67e9285380dd1fa56b870929d0379f41b9c56e87",
            "reference": "67e9285380dd1fa56b870929d0379f41b9c56e87",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-09-17T08:36:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Inflector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Inflector Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string",
            "symfony",
            "words"
        ]
    },
    {
        "name": "symfony/intl",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/intl.git",
            "reference": "3f40bc99590a5f2bb125d8f3c88ac0b9a0a2ee1b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/intl/zipball/3f40bc99590a5f2bb125d8f3c88ac0b9a0a2ee1b",
            "reference": "3f40bc99590a5f2bb125d8f3c88ac0b9a0a2ee1b",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-intl-icu": "~1.0"
        },
        "require-dev": {
            "symfony/filesystem": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "ext-intl": "to use the component with locales other than \"en\""
        },
        "time": "2019-10-04T18:48:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Intl\\": ""
            },
            "classmap": [
                "Resources/stubs"
            ],
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            },
            {
                "name": "Eriksen Costa",
                "email": "eriksen.costa@infranology.com.br"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
        "homepage": "https://symfony.com",
        "keywords": [
            "i18n",
            "icu",
            "internationalization",
            "intl",
            "l10n",
            "localization"
        ]
    },
    {
        "name": "symfony/maker-bundle",
        "version": "v1.14.3",
        "version_normalized": "1.14.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/maker-bundle.git",
            "reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c864e7f9b8d1e1f5f60acc3beda11299f637aded",
            "reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.2",
            "nikic/php-parser": "^4.0",
            "php": "^7.0.8",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/console": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^3.4|^4.0|^5.0",
            "symfony/filesystem": "^3.4|^4.0|^5.0",
            "symfony/finder": "^3.4|^4.0|^5.0",
            "symfony/framework-bundle": "^3.4|^4.0|^5.0",
            "symfony/http-kernel": "^3.4|^4.0|^5.0"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.8|^2.0",
            "doctrine/orm": "^2.3",
            "friendsofphp/php-cs-fixer": "^2.8",
            "friendsoftwig/twigcs": "^3.1.2",
            "symfony/http-client": "^4.3|^5.0",
            "symfony/phpunit-bridge": "^4.3|^5.0",
            "symfony/process": "^3.4|^4.0|^5.0",
            "symfony/security-core": "^3.4|^4.0|^5.0",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "time": "2019-11-07T00:56:03+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MakerBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
        "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
        "keywords": [
            "code generator",
            "generator",
            "scaffold",
            "scaffolding"
        ]
    },
    {
        "name": "symfony/monolog-bridge",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bridge.git",
            "reference": "a2c763498f3fa69bd65a615ad4b89d6bd1d9ce20"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/a2c763498f3fa69bd65a615ad4b89d6bd1d9ce20",
            "reference": "a2c763498f3fa69bd65a615ad4b89d6bd1d9ce20",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.19",
            "php": "^5.5.9|>=7.0.8",
            "symfony/http-kernel": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "symfony/console": "<2.8",
            "symfony/http-foundation": "<3.3"
        },
        "require-dev": {
            "symfony/console": "~2.8|~3.0|~4.0",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/security-core": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0"
        },
        "suggest": {
            "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ^2.8 of the console for it.",
            "symfony/event-dispatcher": "Needed when using log messages in console commands.",
            "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
            "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
        },
        "time": "2019-08-07T11:38:48+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Monolog\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Monolog Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
            "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.22",
            "php": ">=5.3.2",
            "symfony/config": "~2.7|~3.0",
            "symfony/dependency-injection": "~2.7|~3.0",
            "symfony/http-kernel": "~2.7|~3.0",
            "symfony/monolog-bridge": "~2.7|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "symfony/console": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "time": "2017-03-26T11:55:59+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MonologBundle\\": ""
            }
        },
        "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 MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/options-resolver",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/options-resolver.git",
            "reference": "b224d20be60e6f7b55cd66914379a13a0b28651a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b224d20be60e6f7b55cd66914379a13a0b28651a",
            "reference": "b224d20be60e6f7b55cd66914379a13a0b28651a",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-10-26T11:02:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\OptionsResolver\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony OptionsResolver Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "config",
            "configuration",
            "options"
        ]
    },
    {
        "name": "symfony/orm-pack",
        "version": "v1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/orm-pack.git",
            "reference": "c57f5e05232ca40626eb9fa52a32bc8565e9231c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/orm-pack/zipball/c57f5e05232ca40626eb9fa52a32bc8565e9231c",
            "reference": "c57f5e05232ca40626eb9fa52a32bc8565e9231c",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "^1.6.10|^2.0",
            "doctrine/doctrine-migrations-bundle": "^1.3|^2.0",
            "doctrine/orm": "^2.5.11",
            "php": "^7.0"
        },
        "time": "2019-10-18T05:41:09+00:00",
        "type": "symfony-pack",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A pack for the Doctrine ORM"
    },
    {
        "name": "symfony/phpunit-bridge",
        "version": "v5.0.0",
        "version_normalized": "5.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "3c288a1f1a46ddffc299fd46ddb643d50debde85"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3c288a1f1a46ddffc299fd46ddb643d50debde85",
            "reference": "3c288a1f1a46ddffc299fd46ddb643d50debde85",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.3"
        },
        "suggest": {
            "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2019-11-08T16:32:03+00:00",
        "bin": [
            "bin/simple-phpunit"
        ],
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            },
            "thanks": {
                "name": "phpunit/phpunit",
                "url": "https://github.com/sebastianbergmann/phpunit"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Bridge\\PhpUnit\\": ""
            },
            "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 PHPUnit Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/71ce80635d5dcd67772b4dda00b86068595f64d5",
            "reference": "71ce80635d5dcd67772b4dda00b86068595f64d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\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"
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/66810b9d6eb4af54d543867909d65ab9af654d7e",
            "reference": "66810b9d6eb4af54d543867909d65ab9af654d7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's ICU-related data and classes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "icu",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.9"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\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"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "04ce3335667451138df4307d6a9b61565560199e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
            "reference": "04ce3335667451138df4307d6a9b61565560199e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
            "reference": "c19da50bc3e8fa7d60628fdb4ab5d67de534cf3e",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/profiler-pack",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/profiler-pack.git",
            "reference": "99c4370632c2a59bb0444852f92140074ef02209"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/99c4370632c2a59bb0444852f92140074ef02209",
            "reference": "99c4370632c2a59bb0444852f92140074ef02209",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/stopwatch": "*",
            "symfony/twig-bundle": "*",
            "symfony/web-profiler-bundle": "*"
        },
        "time": "2018-12-10T12:11:44+00:00",
        "type": "symfony-pack",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A pack for the Symfony web profiler"
    },
    {
        "name": "symfony/property-access",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-access.git",
            "reference": "5bd3b72aa0361a42c5d0316a6577892c6e04ca20"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-access/zipball/5bd3b72aa0361a42c5d0316a6577892c6e04ca20",
            "reference": "5bd3b72aa0361a42c5d0316a6577892c6e04ca20",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/inflector": "~3.1|~4.0",
            "symfony/polyfill-php70": "~1.0"
        },
        "require-dev": {
            "symfony/cache": "~3.1|~4.0"
        },
        "suggest": {
            "psr/cache-implementation": "To cache access methods."
        },
        "time": "2019-08-26T07:52:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\PropertyAccess\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony PropertyAccess Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "access",
            "array",
            "extraction",
            "index",
            "injection",
            "object",
            "property",
            "property path",
            "reflection"
        ]
    },
    {
        "name": "symfony/property-info",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/property-info.git",
            "reference": "5248becda0a0554ca4ae982825f012076f9e66a6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/property-info/zipball/5248becda0a0554ca4ae982825f012076f9e66a6",
            "reference": "5248becda0a0554ca4ae982825f012076f9e66a6",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/inflector": "~3.1|~4.0"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
            "phpdocumentor/type-resolver": "<0.3.0",
            "symfony/dependency-injection": "<3.3"
        },
        "require-dev": {
            "doctrine/annotations": "~1.7",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/cache": "~3.1|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/serializer": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "phpdocumentor/reflection-docblock": "To use the PHPDoc",
            "psr/cache-implementation": "To cache results",
            "symfony/doctrine-bridge": "To use Doctrine metadata",
            "symfony/serializer": "To use Serializer metadata"
        },
        "time": "2019-10-11T04:14:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\PropertyInfo\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kévin Dunglas",
                "email": "dunglas@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Property Info Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "doctrine",
            "phpdoc",
            "property",
            "symfony",
            "type",
            "validator"
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
            "reference": "afc10b9c6b5196e0fecbc3bd373c7b4482e5b6b5",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "conflict": {
            "symfony/config": "<3.3.1",
            "symfony/dependency-injection": "<3.3",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "psr/log": "~1.0",
            "symfony/config": "^3.3.1|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2019-11-08T17:25:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/security",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security.git",
            "reference": "007dca771e024ac9279e2b5ad16b059f291d1970"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security/zipball/007dca771e024ac9279e2b5ad16b059f291d1970",
            "reference": "007dca771e024ac9279e2b5ad16b059f291d1970",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "^2.8.31|~3.3.13|~3.4|~4.0",
            "symfony/http-kernel": "~3.3|~4.0",
            "symfony/polyfill-php56": "~1.0",
            "symfony/polyfill-php70": "~1.0",
            "symfony/property-access": "~2.8|~3.0|~4.0"
        },
        "replace": {
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-guard": "self.version",
            "symfony/security-http": "self.version"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "psr/log": "~1.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/ldap": "~3.1|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/validator": "^3.2.5|~4.0"
        },
        "suggest": {
            "psr/container-implementation": "To instantiate the Security class",
            "symfony/expression-language": "For using the expression voter",
            "symfony/form": "",
            "symfony/ldap": "For using the LDAP user and authentication providers",
            "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
            "symfony/validator": "For using the user password constraint"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\": ""
            },
            "exclude-from-classmap": [
                "/Core/Tests/",
                "/Csrf/Tests/",
                "/Guard/Tests/",
                "/Http/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/security-acl",
        "version": "v3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-acl.git",
            "reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-acl/zipball/22928f6be80a37f301500c67e50f57f5b25ffaa8",
            "reference": "22928f6be80a37f301500c67e50f57f5b25ffaa8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/security-core": "~2.8|~3.0|~4.0"
        },
        "require-dev": {
            "doctrine/common": "~2.2",
            "doctrine/dbal": "~2.2",
            "psr/log": "~1.0",
            "symfony/phpunit-bridge": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "doctrine/dbal": "For using the built-in ACL implementation",
            "symfony/class-loader": "For using the ACL generateSql script",
            "symfony/finder": "For using the ACL generateSql script"
        },
        "time": "2018-12-13T16:51:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Security\\Acl\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Security Component - ACL (Access Control List)",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/security-bundle",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/security-bundle.git",
            "reference": "664910263736377366b9236583b2f0a542d46d65"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/security-bundle/zipball/664910263736377366b9236583b2f0a542d46d65",
            "reference": "664910263736377366b9236583b2f0a542d46d65",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^5.5.9|>=7.0.8",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "^3.4.3|^4.0.3",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/polyfill-php70": "~1.0",
            "symfony/security": "~3.4.15|~4.0.15|^4.1.4"
        },
        "conflict": {
            "symfony/console": "<3.4",
            "symfony/event-dispatcher": "<3.4",
            "symfony/framework-bundle": "<3.4",
            "symfony/var-dumper": "<3.3"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "~1.5",
            "symfony/asset": "~2.8|~3.0|~4.0",
            "symfony/browser-kit": "~2.8|~3.0|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/css-selector": "~2.8|~3.0|~4.0",
            "symfony/dom-crawler": "~2.8|~3.0|~4.0",
            "symfony/event-dispatcher": "~3.4|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/form": "^3.4|~4.0",
            "symfony/framework-bundle": "~3.4|~4.0",
            "symfony/http-foundation": "~3.3|~4.0",
            "symfony/process": "~3.3|~4.0",
            "symfony/security-acl": "~2.8|~3.0",
            "symfony/translation": "~3.4|~4.0",
            "symfony/twig-bridge": "~3.4|~4.0",
            "symfony/twig-bundle": "~3.4|~4.0",
            "symfony/validator": "^3.4|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "symfony/yaml": "~3.4|~4.0",
            "twig/twig": "~1.41|~2.10"
        },
        "suggest": {
            "symfony/security-acl": "For using the ACL functionality of this bundle"
        },
        "time": "2019-10-28T17:20:44+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SecurityBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony SecurityBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/serializer",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer.git",
            "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer/zipball/9d14f7ff2c585a8a9f6f980253066285ddc2f675",
            "reference": "9d14f7ff2c585a8a9f6f980253066285ddc2f675",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "phpdocumentor/type-resolver": "<0.2.1",
            "symfony/dependency-injection": "<3.2",
            "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4",
            "symfony/property-info": "<3.1",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/cache": "~3.1|~4.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.2|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/property-access": "~2.8|~3.0|~4.0",
            "symfony/property-info": "^3.4.13|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "For using the XML mapping loader.",
            "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
            "symfony/property-access": "For using the ObjectNormalizer.",
            "symfony/property-info": "To deserialize relations.",
            "symfony/yaml": "For using the default YAML mapping loader."
        },
        "time": "2019-11-12T17:51:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Serializer\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Serializer Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/serializer-pack",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/serializer-pack.git",
            "reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
            "reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "php": "^7.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "symfony/property-access": "*",
            "symfony/property-info": "*",
            "symfony/serializer": "*"
        },
        "time": "2018-12-10T12:14:14+00:00",
        "type": "symfony-pack",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A pack for the Symfony serializer"
    },
    {
        "name": "symfony/stopwatch",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/stopwatch.git",
            "reference": "efe0af281ad336bc3b10375c88b117499f1d8494"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/stopwatch/zipball/efe0af281ad336bc3b10375c88b117499f1d8494",
            "reference": "efe0af281ad336bc3b10375c88b117499f1d8494",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-11-03T17:17:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Stopwatch\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Stopwatch Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/defa9bdfc0191ed70b389cb93c550c6c82cf1745",
            "reference": "defa9bdfc0191ed70b389cb93c550c6c82cf1745",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "swiftmailer/swiftmailer": "^6.1.3",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^3.4|^4.0|^5.0",
            "symfony/http-kernel": "^3.4|^4.0|^5.0"
        },
        "conflict": {
            "twig/twig": "<1.41|<2.10"
        },
        "require-dev": {
            "symfony/console": "^3.4|^4.0|^5.0",
            "symfony/framework-bundle": "^3.4|^4.0|^5.0",
            "symfony/phpunit-bridge": "^3.4.32|^4.3.5|^5.0",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2019-11-07T21:01:35+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            },
            "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 SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/templating",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/templating.git",
            "reference": "cd792397e233266db4d2542788b0b56d11e7d870"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/templating/zipball/cd792397e233266db4d2542788b0b56d11e7d870",
            "reference": "cd792397e233266db4d2542788b0b56d11e7d870",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "require-dev": {
            "psr/log": "~1.0"
        },
        "suggest": {
            "psr/log-implementation": "For using debug logging in loaders"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Templating\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Templating Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/test-pack",
        "version": "v1.0.6",
        "version_normalized": "1.0.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/test-pack.git",
            "reference": "ff87e800a67d06c423389f77b8209bc9dc469def"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/test-pack/zipball/ff87e800a67d06c423389f77b8209bc9dc469def",
            "reference": "ff87e800a67d06c423389f77b8209bc9dc469def",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/browser-kit": "*",
            "symfony/css-selector": "*",
            "symfony/phpunit-bridge": "*"
        },
        "time": "2019-06-21T06:27:32+00:00",
        "type": "symfony-pack",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A pack for functional and end-to-end testing within a Symfony app"
    },
    {
        "name": "symfony/translation",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/2031c895bc97ac1787d418d90bd1ed7d299f2772",
            "reference": "2031c895bc97ac1787d418d90bd1ed7d299f2772",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.8",
            "symfony/dependency-injection": "<3.4",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "~3.4|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/var-dumper": "~3.4|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2019-10-30T12:43:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/twig-bridge",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bridge.git",
            "reference": "a2fa4d04a4f22c8abf7d12188d89510e2e9bd1c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/a2fa4d04a4f22c8abf7d12188d89510e2e9bd1c1",
            "reference": "a2fa4d04a4f22c8abf7d12188d89510e2e9bd1c1",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "twig/twig": "^1.41|^2.10"
        },
        "conflict": {
            "symfony/console": "<3.4",
            "symfony/form": "<3.4.31|>=4.0,<4.3.4"
        },
        "require-dev": {
            "fig/link-util": "^1.0",
            "symfony/asset": "~2.8|~3.0|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~2.8|~3.0|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/form": "^3.4.31|^4.3.4",
            "symfony/http-foundation": "^3.3.11|~4.0",
            "symfony/http-kernel": "~3.2|~4.0",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/security": "^2.8.31|^3.3.13|~4.0",
            "symfony/security-acl": "~2.8|~3.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/translation": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~2.8.10|~3.1.4|~3.2|~4.0",
            "symfony/web-link": "~3.3|~4.0",
            "symfony/workflow": "~3.3|~4.0",
            "symfony/yaml": "~2.8|~3.0|~4.0"
        },
        "suggest": {
            "symfony/asset": "For using the AssetExtension",
            "symfony/expression-language": "For using the ExpressionExtension",
            "symfony/finder": "",
            "symfony/form": "For using the FormExtension",
            "symfony/http-kernel": "For using the HttpKernelExtension",
            "symfony/routing": "For using the RoutingExtension",
            "symfony/security": "For using the SecurityExtension",
            "symfony/stopwatch": "For using the StopwatchExtension",
            "symfony/templating": "For using the TwigEngine",
            "symfony/translation": "For using the TranslationExtension",
            "symfony/var-dumper": "For using the DumpExtension",
            "symfony/web-link": "For using the WebLinkExtension",
            "symfony/yaml": "For using the YamlExtension"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Twig\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Twig Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/twig-bundle",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/twig-bundle.git",
            "reference": "d39ed8f5df62aeeeb27a6f3bf7f58a6c02a58ea9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d39ed8f5df62aeeeb27a6f3bf7f58a6c02a58ea9",
            "reference": "d39ed8f5df62aeeeb27a6f3bf7f58a6c02a58ea9",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/config": "~3.2|~4.0",
            "symfony/debug": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/twig-bridge": "^3.4.3|^4.0.3",
            "twig/twig": "~1.41|~2.10"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<3.3.1"
        },
        "require-dev": {
            "doctrine/annotations": "~1.7",
            "doctrine/cache": "~1.0",
            "symfony/asset": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4.24|^4.2.5",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/finder": "~2.8|~3.0|~4.0",
            "symfony/form": "~2.8|~3.0|~4.0",
            "symfony/framework-bundle": "^3.3.11|~4.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0",
            "symfony/templating": "~2.8|~3.0|~4.0",
            "symfony/web-link": "~3.3|~4.0",
            "symfony/yaml": "~2.8|~3.0|~4.0"
        },
        "time": "2019-10-01T15:13:36+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\TwigBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony TwigBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/validator",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/validator.git",
            "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/validator/zipball/b11f45742c5c9a228cedc46b70c6317780a1ac80",
            "reference": "b11f45742c5c9a228cedc46b70c6317780a1ac80",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation": "~2.8|~3.0|~4.0"
        },
        "conflict": {
            "doctrine/lexer": "<1.0.2",
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
            "symfony/dependency-injection": "<3.3",
            "symfony/http-kernel": "<3.3.5",
            "symfony/yaml": "<3.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.7",
            "doctrine/cache": "~1.0",
            "egulias/email-validator": "^2.1.10",
            "symfony/cache": "~3.1|~4.0",
            "symfony/config": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/expression-language": "~2.8|~3.0|~4.0",
            "symfony/http-foundation": "~2.8|~3.0|~4.0",
            "symfony/http-kernel": "^3.3.5|~4.0",
            "symfony/intl": "^2.8.18|^3.2.5|~4.0",
            "symfony/property-access": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
            "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
            "egulias/email-validator": "Strict (RFC compliant) email validation",
            "psr/cache-implementation": "For using the metadata cache.",
            "symfony/config": "",
            "symfony/expression-language": "For using the Expression validator",
            "symfony/http-foundation": "",
            "symfony/intl": "",
            "symfony/property-access": "For accessing properties within comparison constraints",
            "symfony/yaml": ""
        },
        "time": "2019-11-05T22:03:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Validator\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Validator Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/var-dumper",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "569e261461600810845a8305ca3f64abd3e712c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/569e261461600810845a8305ca3f64abd3e712c0",
            "reference": "569e261461600810845a8305ca3f64abd3e712c0",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "require-dev": {
            "ext-iconv": "*",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "ext-symfony_debug": ""
        },
        "time": "2019-10-10T11:03:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/web-link",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/web-link.git",
            "reference": "fbe342e109c2ca60c39c6595a8e98aed1138937d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/web-link/zipball/fbe342e109c2ca60c39c6595a8e98aed1138937d",
            "reference": "fbe342e109c2ca60c39c6595a8e98aed1138937d",
            "shasum": ""
        },
        "require": {
            "fig/link-util": "^1.0",
            "php": "^5.5.9|>=7.0.8",
            "psr/link": "^1.0"
        },
        "require-dev": {
            "symfony/event-dispatcher": "^2.8|^3.0|~4.0",
            "symfony/http-foundation": "^2.8|^3.0|~4.0",
            "symfony/http-kernel": "^2.8|^3.0|~4.0"
        },
        "suggest": {
            "symfony/http-kernel": ""
        },
        "time": "2019-01-16T09:39:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\WebLink\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kévin Dunglas",
                "email": "dunglas@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony WebLink Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "dns-prefetch",
            "http",
            "http2",
            "link",
            "performance",
            "prefetch",
            "preload",
            "prerender",
            "psr13",
            "push"
        ]
    },
    {
        "name": "symfony/web-profiler-bundle",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/web-profiler-bundle.git",
            "reference": "b4c78b585d60a0b96ed735ce40f964bd3a228f73"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/b4c78b585d60a0b96ed735ce40f964bd3a228f73",
            "reference": "b4c78b585d60a0b96ed735ce40f964bd3a228f73",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/http-kernel": "~3.4.25|^4.2.6",
            "symfony/polyfill-php70": "~1.0",
            "symfony/routing": "~2.8|~3.0|~4.0",
            "symfony/twig-bridge": "~2.8|~3.0|~4.0",
            "symfony/var-dumper": "~3.3|~4.0",
            "twig/twig": "~1.34|~2.4"
        },
        "conflict": {
            "symfony/config": "<3.4",
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<3.3.1",
            "symfony/var-dumper": "<3.3"
        },
        "require-dev": {
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~2.8|~3.0|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/stopwatch": "~2.8|~3.0|~4.0"
        },
        "time": "2019-10-01T15:13:36+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\WebProfilerBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony WebProfilerBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/web-server-bundle",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/web-server-bundle.git",
            "reference": "32359e92b96bebdffbfb077f39de94447e87e8c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/32359e92b96bebdffbfb077f39de94447e87e8c9",
            "reference": "32359e92b96bebdffbfb077f39de94447e87e8c9",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/config": "~3.4|~4.0",
            "symfony/console": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/http-kernel": "~3.3|~4.0",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/process": "~3.3.14|^3.4.2|^4.0.2"
        },
        "suggest": {
            "symfony/expression-language": "For using the filter option of the log server.",
            "symfony/monolog-bridge": "For using the log server."
        },
        "time": "2019-08-20T13:31:17+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\WebServerBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony WebServerBundle",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v3.4.35",
        "version_normalized": "3.4.35.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "dab657db15207879217fc81df4f875947bf68804"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/dab657db15207879217fc81df4f875947bf68804",
            "reference": "dab657db15207879217fc81df4f875947bf68804",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2019-10-24T15:33:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "twig/extensions",
        "version": "v1.5.4",
        "version_normalized": "1.5.4.0",
        "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"
        },
        "time": "2018-12-05T18:34:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v2.12.2",
        "version_normalized": "2.12.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
            "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^3.4|^4.2",
            "symfony/phpunit-bridge": "^4.4@dev|^5.0"
        },
        "time": "2019-11-11T16:52:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "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"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
            "reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^7.5.13"
        },
        "time": "2019-08-24T08:43:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "zendframework/zend-code",
        "version": "3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-code.git",
            "reference": "46feaeecea14161734b56c1ace74f28cb329f194"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-code/zipball/46feaeecea14161734b56c1ace74f28cb329f194",
            "reference": "46feaeecea14161734b56c1ace74f28cb329f194",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "zendframework/zend-eventmanager": "^2.6 || ^3.0"
        },
        "require-dev": {
            "doctrine/annotations": "^1.0",
            "ext-phar": "*",
            "phpunit/phpunit": "^7.5.16 || ^8.4",
            "zendframework/zend-coding-standard": "^1.0",
            "zendframework/zend-stdlib": "^2.7 || ^3.0"
        },
        "suggest": {
            "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
            "zendframework/zend-stdlib": "Zend\\Stdlib component"
        },
        "time": "2019-10-05T23:18:22+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4.x-dev",
                "dev-develop": "3.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Code\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
        "keywords": [
            "ZendFramework",
            "code",
            "zf"
        ]
    },
    {
        "name": "zendframework/zend-eventmanager",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-eventmanager.git",
            "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
            "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "athletic/athletic": "^0.1",
            "container-interop/container-interop": "^1.1.0",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
        },
        "suggest": {
            "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
            "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
        },
        "time": "2018-04-25T15:33:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2-dev",
                "dev-develop": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\EventManager\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Trigger and listen to events within a PHP application",
        "homepage": "https://github.com/zendframework/zend-eventmanager",
        "keywords": [
            "event",
            "eventmanager",
            "events",
            "zf2"
        ]
    }
]
