[
    {
        "name": "behat/transliterator",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Behat/Transliterator.git",
            "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
            "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "chuyskywalker/rolling-curl": "^3.1",
            "php-yaoi/php-yaoi": "^1.0"
        },
        "time": "2017-04-04T11:38:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Behat\\Transliterator": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Artistic-1.0"
        ],
        "description": "String transliterator",
        "keywords": [
            "i18n",
            "slug",
            "transliterator"
        ]
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/943b2c4fcad1ef178d16a713c2468bf7e579c288",
            "reference": "943b2c4fcad1ef178d16a713c2468bf7e579c288",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2017-11-29T09:37:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\CaBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
        "keywords": [
            "cabundle",
            "cacert",
            "certificate",
            "ssl",
            "tls"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
            "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2017-12-06T07:11:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "v1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a",
            "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a",
            "shasum": ""
        },
        "require": {
            "php": "~7.1"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^5.7",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2017-08-25T07:02:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Caching library offering an object-oriented API for many cache backends",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "v1.5.0",
        "version_normalized": "1.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
            "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "~0.1@dev",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-07-22T10:37:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Collections\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Collections Abstraction library",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "array",
            "collections",
            "iterator"
        ]
    },
    {
        "name": "doctrine/common",
        "version": "v2.8.1",
        "version_normalized": "2.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
            "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": "~7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-08-31T08:43:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.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"
            }
        ],
        "description": "Common Library for Doctrine projects",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "collections",
            "eventmanager",
            "persistence",
            "spl"
        ]
    },
    {
        "name": "doctrine/data-fixtures",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/data-fixtures.git",
            "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/7b76ccc8e648c4502aad7f61347326c8a072bd3b",
            "reference": "7b76ccc8e648c4502aad7f61347326c8a072bd3b",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/dbal": "^2.5.4",
            "doctrine/orm": "^2.5.4",
            "phpunit/phpunit": "^6.3"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
            "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
            "doctrine/orm": "For loading ORM fixtures",
            "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
        },
        "time": "2017-11-27T18:48:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Data Fixtures for all Doctrine Object Managers",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database"
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "v2.6.3",
        "version_normalized": "2.6.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13",
            "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "^2.7.1",
            "ext-pdo": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4.6",
            "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
            "symfony/console": "2.*||^3.0"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2017-11-19T13:38:54+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\DBAL\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Database Abstraction Layer",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "persistence",
            "queryobject"
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/eb6e4fb904a459be28872765ab6e2d246aac7c87",
            "reference": "eb6e4fb904a459be28872765ab6e2d246aac7c87",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "^2.5.12",
            "doctrine/doctrine-cache-bundle": "~1.2",
            "jdorn/sql-formatter": "^1.2.16",
            "php": "^5.5.9|^7.0",
            "symfony/console": "~2.7|~3.0|~4.0",
            "symfony/dependency-injection": "~2.7|~3.0|~4.0",
            "symfony/doctrine-bridge": "~2.7|~3.0|~4.0",
            "symfony/framework-bundle": "~2.7|~3.0|~4.0"
        },
        "conflict": {
            "symfony/http-foundation": "<2.6"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "phpunit/phpunit": "^4.8.36|^5.7|^6.4",
            "satooshi/php-coveralls": "^1.0",
            "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
            "symfony/property-info": "~2.8|~3.0|~4.0",
            "symfony/validator": "~2.7|~3.0|~4.0",
            "symfony/web-profiler-bundle": "~2.7|~3.0|~4.0",
            "symfony/yaml": "~2.7|~3.0|~4.0",
            "twig/twig": "~1.26|~2.0"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "To use the data collector."
        },
        "time": "2017-11-24T13:09:19+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "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": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
            "reference": "9baecbd6bfdd1123b0cf8c1b88fee0170a84ddd1",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.4.2",
            "doctrine/inflector": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.2|~3.0|~4.0"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "~4",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "~1.5",
            "symfony/console": "~2.2|~3.0|~4.0",
            "symfony/finder": "~2.2|~3.0|~4.0",
            "symfony/framework-bundle": "~2.2|~3.0|~4.0",
            "symfony/phpunit-bridge": "~2.7|~3.0|~4.0",
            "symfony/security-acl": "~2.3|~3.0",
            "symfony/validator": "~2.2|~3.0|~4.0",
            "symfony/yaml": "~2.2|~3.0|~4.0"
        },
        "suggest": {
            "symfony/security-acl": "For using this bundle to cache ACLs"
        },
        "time": "2017-10-12T17:23:29+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
            }
        },
        "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": "http://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/doctrine-fixtures-bundle",
        "version": "v2.4.1",
        "version_normalized": "2.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
            "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/74b8cc70a4a25b774628ee59f4cdf3623a146273",
            "reference": "74b8cc70a4a25b774628ee59f4cdf3623a146273",
            "shasum": ""
        },
        "require": {
            "doctrine/data-fixtures": "~1.0",
            "doctrine/doctrine-bundle": "~1.0",
            "php": ">=5.3.2",
            "symfony/doctrine-bridge": "~2.7|~3.0|~4.0"
        },
        "time": "2017-10-30T19:26:42+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\FixturesBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony DoctrineFixturesBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "Fixture",
            "persistence"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
            "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2018-01-09T20:05:19+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": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "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.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
            "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "^6.2.3",
            "squizlabs/php_codesniffer": "^3.0.2"
        },
        "time": "2017-07-22T11:58:36+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://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
            "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2014-09-09T13:34:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Lexer\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "lexer",
            "parser"
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.6.0",
        "version_normalized": "2.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/doctrine2.git",
            "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/374e7ace49d864dad8cddbc55346447c8a6a2083",
            "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "~1.5",
            "doctrine/cache": "~1.6",
            "doctrine/collections": "^1.4",
            "doctrine/common": "^2.7.1",
            "doctrine/dbal": "^2.6",
            "doctrine/instantiator": "~1.1",
            "ext-pdo": "*",
            "php": "^7.1",
            "symfony/console": "~3.0|~4.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^1.0",
            "phpunit/phpunit": "^6.5",
            "squizlabs/php_codesniffer": "^3.2",
            "symfony/yaml": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2017-12-20T00:38:15+00:00",
        "bin": [
            "bin/doctrine"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\ORM\\": "lib/Doctrine/ORM"
            }
        },
        "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": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "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": "friendsofsymfony/user-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
            "reference": "3e9b971b0544c3b16105536123783f464aaa37ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/3e9b971b0544c3b16105536123783f464aaa37ed",
            "reference": "3e9b971b0544c3b16105536123783f464aaa37ed",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "^1 || ^2",
            "php": "^5.5.9 || ^7.0",
            "symfony/form": "^2.8 || ^3.0 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
            "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
            "symfony/templating": "^2.8 || ^3.0 || ^4.0",
            "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
            "symfony/validator": "^2.8 || ^3.0 || ^4.0",
            "twig/twig": "^1.28 || ^2.0"
        },
        "conflict": {
            "doctrine/doctrine-bundle": "<1.3",
            "symfony/doctrine-bridge": "<2.7"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.3",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
            "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
            "symfony/console": "^2.8 || ^3.0 || ^4.0",
            "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
            "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
        },
        "time": "2018-02-09T14:54:22+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "FOS\\UserBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
            },
            {
                "name": "Thibault Duplessis"
            }
        ],
        "description": "Symfony FOSUserBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "User management"
        ]
    },
    {
        "name": "gedmo/doctrine-extensions",
        "version": "v2.4.33",
        "version_normalized": "2.4.33.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
            "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
            "reference": "d5fdc573b6a2ecfa29c070ecb3db8397ac55ed78",
            "shasum": ""
        },
        "require": {
            "behat/transliterator": "~1.2",
            "doctrine/common": "~2.4",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/common": ">=2.5.0",
            "doctrine/mongodb-odm": ">=1.0.2",
            "doctrine/orm": ">=2.5.0",
            "phpunit/phpunit": "*",
            "symfony/yaml": "~2.6|~3.0|~4.0"
        },
        "suggest": {
            "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
            "doctrine/orm": "to use the extensions with the ORM"
        },
        "time": "2018-01-08T14:13:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Gedmo\\": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Buchmann",
                "email": "david@liip.ch"
            },
            {
                "name": "Gediminas Morkevicius",
                "email": "gediminas.morkevicius@gmail.com"
            },
            {
                "name": "Gustavo Falco",
                "email": "comfortablynumb84@gmail.com"
            }
        ],
        "description": "Doctrine2 behavioral extensions",
        "homepage": "http://gediminasm.org/",
        "keywords": [
            "Blameable",
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree",
            "uploadable"
        ]
    },
    {
        "name": "gregwar/captcha",
        "version": "v1.1.5",
        "version_normalized": "1.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/Captcha.git",
            "reference": "1d06ac8e12d2b3e0df39586d78b9f50e086a0bea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/Captcha/zipball/1d06ac8e12d2b3e0df39586d78b9f50e086a0bea",
            "reference": "1d06ac8e12d2b3e0df39586d78b9f50e086a0bea",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "php": ">=5.3.0",
            "symfony/finder": "~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4"
        },
        "time": "2017-12-30T16:18:44+00:00",
        "type": "captcha",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gregwar\\": "src/Gregwar"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Grégoire Passault",
                "email": "g.passault@gmail.com",
                "homepage": "http://www.gregwar.com/"
            },
            {
                "name": "Jeremy Livingston",
                "email": "jeremy.j.livingston@gmail.com"
            }
        ],
        "description": "Captcha generator",
        "homepage": "https://github.com/Gregwar/Captcha",
        "keywords": [
            "bot",
            "captcha",
            "spam"
        ]
    },
    {
        "name": "gregwar/captcha-bundle",
        "version": "v2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Gregwar/CaptchaBundle.git",
            "reference": "639430383fd6aaedd421e39404445cd65d377f10"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Gregwar/CaptchaBundle/zipball/639430383fd6aaedd421e39404445cd65d377f10",
            "reference": "639430383fd6aaedd421e39404445cd65d377f10",
            "shasum": ""
        },
        "require": {
            "gregwar/captcha": "~1.1",
            "php": ">=5.3.9",
            "symfony/form": "~2.8|~3.0|~4.0",
            "symfony/framework-bundle": "~2.8|~3.0|~4.0"
        },
        "time": "2017-12-28T11:21:03+00:00",
        "type": "captcha-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Gregwar\\CaptchaBundle\\": "/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Grégoire Passault",
                "email": "g.passault@gmail.com",
                "homepage": "http://www.gregwar.com/"
            },
            {
                "name": "Jeremy Livingston",
                "email": "jeremy.j.livingston@gmail.com"
            }
        ],
        "description": "Captcha bundle",
        "homepage": "https://github.com/Gregwar/CaptchaBundle",
        "keywords": [
            "Symfony2",
            "bot",
            "captcha",
            "code",
            "security",
            "spam",
            "visual"
        ]
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "v2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
            "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/yaml": "~2.3|~3.0"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpspec/prophecy-phpunit": "~1.0",
            "symfony/filesystem": "~2.2"
        },
        "time": "2015-11-10T17:04:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Incenteev\\ParameterHandler\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Composer script handling your ignored parameter file",
        "homepage": "https://github.com/Incenteev/ParameterHandler",
        "keywords": [
            "parameters management"
        ]
    },
    {
        "name": "javiereguiluz/easyadmin-bundle",
        "version": "v1.17.11",
        "version_normalized": "1.17.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/javiereguiluz/EasyAdminBundle.git",
            "reference": "828308c3bb8c564c51419318e64ce9b290e45aca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/javiereguiluz/EasyAdminBundle/zipball/828308c3bb8c564c51419318e64ce9b290e45aca",
            "reference": "828308c3bb8c564c51419318e64ce9b290e45aca",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.5",
            "doctrine/common": "^2.4.0",
            "doctrine/doctrine-bundle": "~1.2",
            "doctrine/orm": "~2.3",
            "pagerfanta/pagerfanta": "~1.0,>=1.0.1",
            "php": ">=5.3.0",
            "sensio/framework-extra-bundle": "~2.3|~3.0,>=3.0.2|4.0.x|~5.0",
            "symfony/asset": "~2.3|~3.0|^4.0",
            "symfony/config": "~2.3|~3.0|^4.0",
            "symfony/dependency-injection": "~2.3|~3.0|^4.0",
            "symfony/doctrine-bridge": "~2.3|~3.0|^4.0",
            "symfony/event-dispatcher": "~2.3|~3.0|^4.0",
            "symfony/form": "~2.3|~3.0|^4.0",
            "symfony/framework-bundle": "~2.3|~3.0|^4.0",
            "symfony/http-foundation": "~2.3|~3.0|^4.0",
            "symfony/http-kernel": "~2.3|~3.0|^4.0",
            "symfony/polyfill-mbstring": "^1.0",
            "symfony/property-access": "~2.3|~3.0|^4.0",
            "symfony/security-bundle": "~2.3|~3.0|^4.0",
            "symfony/translation": "~2.3|~3.0|^4.0",
            "symfony/twig-bridge": "^2.3.4|~3.0|^4.0",
            "symfony/twig-bundle": "~2.3|~3.0|^4.0",
            "symfony/validator": "~2.3|~3.0|^4.0",
            "twig/extensions": "~1.0",
            "twig/twig": "~1.26|~2.0"
        },
        "require-dev": {
            "doctrine/doctrine-fixtures-bundle": "~2.2",
            "psr/log": "~1.0",
            "symfony/browser-kit": "~2.3|~3.0|^4.0",
            "symfony/console": "~2.3|~3.0|^4.0",
            "symfony/css-selector": "~2.3|~3.0|^4.0",
            "symfony/dom-crawler": "~2.3|~3.0|^4.0",
            "symfony/finder": "~2.3|~3.0|^4.0",
            "symfony/phpunit-bridge": "^3.2|^4.0",
            "symfony/var-dumper": "~2.3|~3.0|^4.0",
            "symfony/yaml": "~2.3|~3.0|^4.0"
        },
        "time": "2018-02-10T11:44:58+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "EasyCorp\\Bundle\\EasyAdminBundle\\": "src/",
                "JavierEguiluz\\Bundle\\EasyAdminBundle\\": "legacy/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Javier Eguiluz",
                "email": "javiereguiluz@gmail.com"
            },
            {
                "name": "Project Contributors",
                "homepage": "http://github.com/javiereguiluz/easyadmin/blob/master/CONTRIBUTORS.md"
            }
        ],
        "description": "Admin generator for Symfony applications",
        "homepage": "https://github.com/javiereguiluz/EasyAdminBundle",
        "keywords": [
            "admin",
            "backend",
            "generator"
        ]
    },
    {
        "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": "jms/metadata",
        "version": "1.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/metadata.git",
            "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab",
            "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/cache": "~1.0",
            "symfony/cache": "~3.1"
        },
        "time": "2016-12-05T10:18:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Metadata\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Class/method/property metadata management in PHP",
        "keywords": [
            "annotations",
            "metadata",
            "xml",
            "yaml"
        ]
    },
    {
        "name": "knplabs/knp-components",
        "version": "1.3.5",
        "version_normalized": "1.3.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/knp-components.git",
            "reference": "a03bbd87ecf9e56db6f7533db2c63d6da6cd5f33"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/a03bbd87ecf9e56db6f7533db2c63d6da6cd5f33",
            "reference": "a03bbd87ecf9e56db6f7533db2c63d6da6cd5f33",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "doctrine/mongodb-odm": "~1.0@beta",
            "doctrine/orm": "~2.4",
            "doctrine/phpcr-odm": "~1.2",
            "jackalope/jackalope-doctrine-dbal": "~1.2",
            "phpunit/phpunit": "~4.2",
            "ruflin/elastica": "~1.0",
            "symfony/event-dispatcher": "~2.5",
            "symfony/property-access": ">=2.3"
        },
        "suggest": {
            "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection",
            "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB",
            "doctrine/orm": "to allow usage pagination with Doctrine ORM",
            "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR",
            "propel/propel1": "to allow usage pagination with Propel ORM",
            "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client",
            "solarium/solarium": "to allow usage pagination with Solarium Client",
            "symfony/property-access": "To allow sorting arrays"
        },
        "time": "2017-09-15T12:50:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Knp\\Component": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/knp-components/contributors"
            }
        ],
        "description": "Knplabs component library",
        "homepage": "http://github.com/KnpLabs/knp-components",
        "keywords": [
            "components",
            "knp",
            "knplabs",
            "pager",
            "paginator"
        ]
    },
    {
        "name": "knplabs/knp-paginator-bundle",
        "version": "v2.7.2",
        "version_normalized": "2.7.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git",
            "reference": "b94a409cf6507589a9697472909c0adaa0b76d06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/b94a409cf6507589a9697472909c0adaa0b76d06",
            "reference": "b94a409cf6507589a9697472909c0adaa0b76d06",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-components": "~1.2",
            "php": ">=5.3.3",
            "symfony/framework-bundle": "~2.7|~3.0|~4.0",
            "twig/twig": "~1.12|~2"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.35|~5.4.3|~6.4",
            "symfony/expression-language": "~2.7|~3.0|~4.0"
        },
        "time": "2018-01-30T08:43:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\PaginatorBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors"
            }
        ],
        "description": "Paginator bundle for Symfony to automate pagination and simplify sorting and other features",
        "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "pager",
            "pagination",
            "paginator",
            "symfony"
        ]
    },
    {
        "name": "lexik/form-filter-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/lexik/LexikFormFilterBundle.git",
            "reference": "c0bd3c18fbc7345b35c596854c2b9166a8f36dd9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/c0bd3c18fbc7345b35c596854c2b9166a8f36dd9",
            "reference": "c0bd3c18fbc7345b35c596854c2b9166a8f36dd9",
            "shasum": ""
        },
        "require": {
            "doctrine/orm": "^2.4.8",
            "php": ">=5.5.9",
            "symfony/form": "~2.8|~3.0",
            "symfony/framework-bundle": "~2.8|~3.0"
        },
        "require-dev": {
            "doctrine/mongodb-odm-bundle": "~3.0",
            "phpunit/phpunit": "~3.7"
        },
        "time": "2017-09-07T12:12:31+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "5.x.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Lexik\\Bundle\\FormFilterBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dev Lexik",
                "email": "dev@lexik.fr"
            },
            {
                "name": "Cedric Girard",
                "email": "c.girard@lexik.fr"
            }
        ],
        "description": "This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.",
        "homepage": "https://github.com/lexik/LexikFormFilterBundle",
        "keywords": [
            "bundle",
            "doctrine",
            "filter",
            "form",
            "symfony"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.23.0",
        "version_normalized": "1.23.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
            "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": "2017-06-19T01:22:40+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": "pagerfanta/pagerfanta",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/whiteoctober/Pagerfanta.git",
            "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/29aade64addfdfb12c05aabf160f09d1aea6b143",
            "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "doctrine/orm": "~2.3",
            "doctrine/phpcr-odm": "1.*",
            "jackalope/jackalope-doctrine-dbal": "1.*",
            "jmikola/geojson": "~1.0",
            "mandango/mandango": "~1.0@dev",
            "mandango/mondator": "~1.0@dev",
            "phpunit/phpunit": "~4 | ~5",
            "propel/propel": "~2.0@dev",
            "propel/propel1": "~1.6",
            "ruflin/elastica": "~1.3",
            "solarium/solarium": "~3.1"
        },
        "suggest": {
            "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.",
            "doctrine/orm": "To use the DoctrineORMAdapter.",
            "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0",
            "mandango/mandango": "To use the MandangoAdapter.",
            "propel/propel": "To use the Propel2Adapter",
            "propel/propel1": "To use the PropelAdapter",
            "solarium/solarium": "To use the SolariumAdapter."
        },
        "time": "2017-03-20T13:46:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pagerfanta\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pablo Díez",
                "email": "pablodip@gmail.com"
            }
        ],
        "description": "Pagination for PHP 5.3",
        "keywords": [
            "page",
            "pagination",
            "paginator",
            "paging"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.11",
        "version_normalized": "2.0.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
            "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2017-09-27T21:40:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "pseudorandom",
            "random"
        ]
    },
    {
        "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.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-10T12:19:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
            "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-01-02T13:31:39+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/distribution-bundle",
        "version": "v5.0.21",
        "version_normalized": "5.0.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/eb6266b3b472e4002538610b28a0a04bcf94891a",
            "reference": "eb6266b3b472e4002538610b28a0a04bcf94891a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "sensiolabs/security-checker": "~3.0|~4.0",
            "symfony/class-loader": "~2.3|~3.0",
            "symfony/config": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/filesystem": "~2.3|~3.0",
            "symfony/http-kernel": "~2.3|~3.0",
            "symfony/process": "~2.3|~3.0"
        },
        "time": "2017-08-25T16:55:44+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sensio\\Bundle\\DistributionBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Base bundle for Symfony Distributions",
        "keywords": [
            "configuration",
            "distribution"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v3.0.29",
        "version_normalized": "3.0.29.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "bb907234df776b68922eb4b25bfa061683597b6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/bb907234df776b68922eb4b25bfa061683597b6a",
            "reference": "bb907234df776b68922eb4b25bfa061683597b6a",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.2",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/framework-bundle": "~2.3|~3.0|~4.0"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "~1.5",
            "doctrine/orm": "~2.4,>=2.4.5",
            "symfony/asset": "~2.7|~3.0|~4.0",
            "symfony/browser-kit": "~2.3|~3.0|~4.0",
            "symfony/dom-crawler": "~2.3|~3.0|~4.0",
            "symfony/expression-language": "~2.4|~3.0|~4.0",
            "symfony/finder": "~2.3|~3.0|~4.0",
            "symfony/phpunit-bridge": "~3.2|~4.0",
            "symfony/psr-http-message-bridge": "^0.3|^1.0",
            "symfony/security-bundle": "~2.4|~3.0|~4.0",
            "symfony/templating": "~2.3|~3.0|~4.0",
            "symfony/translation": "~2.3|~3.0|~4.0",
            "symfony/twig-bundle": "~2.3|~3.0|~4.0",
            "symfony/yaml": "~2.3|~3.0|~4.0",
            "twig/twig": "~1.12|~2.0",
            "zendframework/zend-diactoros": "^1.3"
        },
        "suggest": {
            "symfony/expression-language": "",
            "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
            "symfony/security-bundle": ""
        },
        "time": "2017-12-14T19:03:23+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.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": "sensio/generator-bundle",
        "version": "v3.1.7",
        "version_normalized": "3.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
            "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/28cbaa244bd0816fd8908b93f90380bcd7b67a65",
            "reference": "28cbaa244bd0816fd8908b93f90380bcd7b67a65",
            "shasum": ""
        },
        "require": {
            "symfony/console": "~2.7|~3.0",
            "symfony/framework-bundle": "~2.7|~3.0",
            "symfony/process": "~2.7|~3.0",
            "symfony/yaml": "~2.7|~3.0",
            "twig/twig": "^1.28.2|^2.0"
        },
        "require-dev": {
            "doctrine/orm": "~2.4",
            "symfony/doctrine-bridge": "~2.7|~3.0",
            "symfony/filesystem": "~2.7|~3.0",
            "symfony/phpunit-bridge": "^3.3"
        },
        "time": "2017-12-07T15:36:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sensio\\Bundle\\GeneratorBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "This bundle generates code for you"
    },
    {
        "name": "sensiolabs/security-checker",
        "version": "v4.1.7",
        "version_normalized": "4.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "d539ccba2b4dce515de04f16b7ed7ae5b9eeb434"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/d539ccba2b4dce515de04f16b7ed7ae5b9eeb434",
            "reference": "d539ccba2b4dce515de04f16b7ed7ae5b9eeb434",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "symfony/console": "~2.7|~3.0|~4.0"
        },
        "time": "2018-01-11T05:54:03+00:00",
        "bin": [
            "security-checker"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SensioLabs\\Security": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien.potencier@gmail.com"
            }
        ],
        "description": "A security checker for your composer.lock"
    },
    {
        "name": "stof/doctrine-extensions-bundle",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
            "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
            "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
            "shasum": ""
        },
        "require": {
            "gedmo/doctrine-extensions": "^2.3.4",
            "php": ">=5.3.2",
            "symfony/framework-bundle": "~2.7|~3.2|~4.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.0",
            "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "to use the ORM extensions",
            "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
        },
        "time": "2017-12-24T16:06:50+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stof\\DoctrineExtensionsBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            }
        ],
        "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
        "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
        "keywords": [
            "behaviors",
            "doctrine2",
            "extensions",
            "gedmo",
            "loggable",
            "nestedset",
            "sluggable",
            "sortable",
            "timestampable",
            "translatable",
            "tree"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.9",
        "version_normalized": "5.4.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
            "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2018-01-23T07:37:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-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/monolog-bundle",
        "version": "v2.12.1",
        "version_normalized": "2.12.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
            "reference": "b0146bdca7ba2a65f3bbe7010423c7393b29ec3f",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.18",
            "php": ">=5.3.2",
            "symfony/config": "~2.3|~3.0",
            "symfony/dependency-injection": "~2.3|~3.0",
            "symfony/http-kernel": "~2.3|~3.0",
            "symfony/monolog-bridge": "~2.3|~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "symfony/console": "~2.3|~3.0",
            "symfony/yaml": "~2.3|~3.0"
        },
        "time": "2017-01-02T19:04:26+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.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/phpunit-bridge",
        "version": "v3.4.4",
        "version_normalized": "3.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "6a65b09b666f975dd70ec2bb9e9b1a87dbb02aca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/6a65b09b666f975dd70ec2bb9e9b1a87dbb02aca",
            "reference": "6a65b09b666f975dd70ec2bb9e9b1a87dbb02aca",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "suggest": {
            "ext-zip": "Zip support is required when using bin/simple-phpunit",
            "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2018-01-21T19:05:02+00:00",
        "bin": [
            "bin/simple-phpunit"
        ],
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-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.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/e8ae2136ddb53dea314df56fcd88e318ab936c00",
            "reference": "e8ae2136ddb53dea314df56fcd88e318ab936c00",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-01-30T19:27:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-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.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "254919c03761d46c29291616576ed003f10e91c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/254919c03761d46c29291616576ed003f10e91c1",
            "reference": "254919c03761d46c29291616576ed003f10e91c1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2018-01-30T19:27:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's ICU-related data and classes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "icu",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
            "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-01-30T19:27:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php56",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8",
            "reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2018-01-30T19:27:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php56\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
            "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0",
            "php": ">=5.3.3"
        },
        "time": "2018-01-30T19:27:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php70\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-util",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "e17c808ec4228026d4f5a8832afa19be85979563"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563",
            "reference": "e17c808ec4228026d4f5a8832afa19be85979563",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-01-31T18:08:44+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Util\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony utilities for portability of PHP codes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compat",
            "compatibility",
            "polyfill",
            "shim"
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v2.6.7",
        "version_normalized": "2.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "c4808f5169efc05567be983909d00f00521c53ec"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/c4808f5169efc05567be983909d00f00521c53ec",
            "reference": "c4808f5169efc05567be983909d00f00521c53ec",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2",
            "swiftmailer/swiftmailer": "~4.2|~5.0",
            "symfony/config": "~2.7|~3.0",
            "symfony/dependency-injection": "~2.7|~3.0",
            "symfony/http-kernel": "~2.7|~3.0"
        },
        "require-dev": {
            "symfony/console": "~2.7|~3.0",
            "symfony/framework-bundle": "~2.7|~3.0",
            "symfony/phpunit-bridge": "~3.3@dev",
            "symfony/yaml": "~2.7|~3.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2017-10-19T01:06:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/symfony",
        "version": "v3.4.4",
        "version_normalized": "3.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "5220b6f9fcdee261c6fdd3e096f3b204fba5d906"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/5220b6f9fcdee261c6fdd3e096f3b204fba5d906",
            "reference": "5220b6f9fcdee261c6fdd3e096f3b204fba5d906",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "ext-xml": "*",
            "fig/link-util": "^1.0",
            "php": "^5.5.9|>=7.0.8",
            "psr/cache": "~1.0",
            "psr/container": "^1.0",
            "psr/link": "^1.0",
            "psr/log": "~1.0",
            "psr/simple-cache": "^1.0",
            "symfony/polyfill-apcu": "~1.1",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php56": "~1.0",
            "symfony/polyfill-php70": "~1.6",
            "twig/twig": "^1.35|^2.4.4"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
            "phpdocumentor/type-resolver": "<0.2.1",
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/container-implementation": "1.0",
            "psr/log-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "replace": {
            "symfony/asset": "self.version",
            "symfony/browser-kit": "self.version",
            "symfony/cache": "self.version",
            "symfony/class-loader": "self.version",
            "symfony/config": "self.version",
            "symfony/console": "self.version",
            "symfony/css-selector": "self.version",
            "symfony/debug": "self.version",
            "symfony/debug-bundle": "self.version",
            "symfony/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/dotenv": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/expression-language": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/inflector": "self.version",
            "symfony/intl": "self.version",
            "symfony/ldap": "self.version",
            "symfony/lock": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/property-access": "self.version",
            "symfony/property-info": "self.version",
            "symfony/proxy-manager-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-guard": "self.version",
            "symfony/security-http": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/var-dumper": "self.version",
            "symfony/web-link": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/web-server-bundle": "self.version",
            "symfony/workflow": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.6",
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/doctrine-bundle": "~1.4",
            "doctrine/orm": "~2.4,>=2.4.5",
            "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
            "monolog/monolog": "~1.11",
            "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "predis/predis": "~1.0",
            "symfony/phpunit-bridge": "~3.4|~4.0",
            "symfony/security-acl": "~2.8|~3.0"
        },
        "time": "2018-01-29T12:30:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
                "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
                "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
                "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
                "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                "Symfony\\Component\\": "src/Symfony/Component/"
            },
            "classmap": [
                "src/Symfony/Component/Intl/Resources/stubs"
            ],
            "exclude-from-classmap": [
                "**/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "The Symfony PHP framework",
        "homepage": "https://symfony.com",
        "keywords": [
            "framework"
        ]
    },
    {
        "name": "twig/extensions",
        "version": "v1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig-extensions.git",
            "reference": "d188c76168b853481cc75879ea045bf93d718e9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/d188c76168b853481cc75879ea045bf93d718e9c",
            "reference": "d188c76168b853481cc75879ea045bf93d718e9c",
            "shasum": ""
        },
        "require": {
            "twig/twig": "~1.27|~2.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "~3.3@dev",
            "symfony/translation": "~2.3|~3.0"
        },
        "suggest": {
            "symfony/translation": "Allow the time_diff output to be translated"
        },
        "time": "2017-06-08T18:19:53+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",
        "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
        "keywords": [
            "i18n",
            "text"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v2.4.4",
        "version_normalized": "2.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/eddb97148ad779f27e670e1e3f19fb323aedafeb",
            "reference": "eddb97148ad779f27e670e1e3f19fb323aedafeb",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "~2.7",
            "symfony/phpunit-bridge": "~3.3@dev"
        },
        "time": "2017-09-27T18:10:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "http://twig.sensiolabs.org/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "http://twig.sensiolabs.org",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "vich/uploader-bundle",
        "version": "1.8.1",
        "version_normalized": "1.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dustin10/VichUploaderBundle.git",
            "reference": "a6c44e282d79649655ae1398d4ec48c0bd8f70c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/a6c44e282d79649655ae1398d4ec48c0bd8f70c3",
            "reference": "a6c44e282d79649655ae1398d4ec48c0bd8f70c3",
            "shasum": ""
        },
        "require": {
            "behat/transliterator": "^1.2",
            "doctrine/annotations": "^1.6",
            "jms/metadata": "^1.6",
            "php": "^7.1",
            "symfony/config": "^3.4|^4.0",
            "symfony/dependency-injection": "^3.4|^4.0",
            "symfony/event-dispatcher": "^3.4|^4.0",
            "symfony/form": "^3.4|^4.0",
            "symfony/http-foundation": "^3.4|^4.0",
            "symfony/http-kernel": "^3.4|^4.0",
            "symfony/property-access": "^3.4|^4.0",
            "symfony/templating": "^3.4|^4.0"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.8",
            "doctrine/mongodb-odm": "^1.2",
            "doctrine/orm": "^2.5",
            "ext-sqlite3": "*",
            "knplabs/knp-gaufrette-bundle": "^0.4@dev",
            "matthiasnoback/symfony-dependency-injection-test": "^2.3",
            "mikey179/vfsstream": "^1.6",
            "oneup/flysystem-bundle": "^3.0",
            "phpunit/phpunit": "^6.5",
            "symfony/browser-kit": "^3.4|^4.0",
            "symfony/css-selector": "^3.4|^4.0",
            "symfony/doctrine-bridge": "^3.4|^4.0",
            "symfony/dom-crawler": "^3.4|^4.0",
            "symfony/framework-bundle": "^3.4|^4.0",
            "symfony/phpunit-bridge": "^3.3",
            "symfony/security-csrf": "^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.4|^4.0",
            "symfony/yaml": "^3.4|^4.0"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "For integration with Doctrine",
            "doctrine/mongodb-odm-bundle": "For integration with Doctrine ODM",
            "doctrine/orm": "For integration with Doctrine ORM",
            "doctrine/phpcr-odm": "For integration with Doctrine PHPCR",
            "knplabs/knp-gaufrette-bundle": "For integration with Gaufrette",
            "liip/imagine-bundle": "To generate image thumbnails",
            "ocramius/proxy-manager": "To use lazy services",
            "oneup/flysystem-bundle": "For integration with Flysystem",
            "symfony/yaml": "To use YAML mapping",
            "willdurand/propel-eventdispatcher-bundle": "For integration with Propel"
        },
        "time": "2018-01-16T09:06:10+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Vich\\UploaderBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Dustin Dobervich",
                "email": "ddobervich@gmail.com"
            }
        ],
        "description": "Ease file uploads attached to entities",
        "homepage": "https://github.com/dustin10/VichUploaderBundle",
        "keywords": [
            "file uploads",
            "upload"
        ]
    }
]
