[
    {
        "name": "bacon/bacon-qr-code",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Bacon/BaconQrCode.git",
            "reference": "eaac909da3ccc32b748a65b127acd8918f58d9b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/eaac909da3ccc32b748a65b127acd8918f58d9b0",
            "reference": "eaac909da3ccc32b748a65b127acd8918f58d9b0",
            "shasum": ""
        },
        "require": {
            "dasprid/enum": "^1.0",
            "ext-iconv": "*",
            "php": "^7.1"
        },
        "require-dev": {
            "phly/keep-a-changelog": "^1.4",
            "phpunit/phpunit": "^6.4",
            "squizlabs/php_codesniffer": "^3.1"
        },
        "suggest": {
            "ext-imagick": "to generate QR code images"
        },
        "time": "2018-04-25T17:53:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BaconQrCode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Ben Scholzen 'DASPRiD'",
                "email": "mail@dasprids.de",
                "homepage": "http://www.dasprids.de",
                "role": "Developer"
            }
        ],
        "description": "BaconQrCode is a QR code generator for PHP.",
        "homepage": "https://github.com/Bacon/BaconQrCode"
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0",
            "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2018-08-08T08:57:40+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": "dasprid/enum",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/DASPRiD/Enum.git",
            "reference": "631ef6e638e9494b0310837fa531bedd908fc22b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/631ef6e638e9494b0310837fa531bedd908fc22b",
            "reference": "631ef6e638e9494b0310837fa531bedd908fc22b",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4",
            "squizlabs/php_codesniffer": "^3.1"
        },
        "time": "2017-10-25T22:45:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DASPRiD\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Ben Scholzen 'DASPRiD'",
                "email": "mail@dasprids.de",
                "homepage": "https://dasprids.de/"
            }
        ],
        "description": "PHP 7.1 enum implementation",
        "keywords": [
            "enum",
            "map"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "54cacc9b81758b14e3ce750f205a393d52339e97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97",
            "reference": "54cacc9b81758b14e3ce750f205a393d52339e97",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-02-24T16:22:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.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.6.2",
        "version_normalized": "1.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
            "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
            "shasum": ""
        },
        "require": {
            "php": "~5.5|~7.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8|~5.0",
            "predis/predis": "~1.0",
            "satooshi/php-coveralls": "~0.6"
        },
        "time": "2017-07-22T12:49:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6.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.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba",
            "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "~0.1@dev",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2017-01-03T10:49:41+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.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9",
            "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "1.*",
            "doctrine/cache": "1.*",
            "doctrine/collections": "1.*",
            "doctrine/inflector": "1.*",
            "doctrine/lexer": "1.*",
            "php": "~5.6|~7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4.6"
        },
        "time": "2017-07-22T08:35:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.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/dbal",
        "version": "v2.5.13",
        "version_normalized": "2.5.13.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "729340d8d1eec8f01bff708e12e449a3415af873"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873",
            "reference": "729340d8d1eec8f01bff708e12e449a3415af873",
            "shasum": ""
        },
        "require": {
            "doctrine/common": ">=2.4,<2.8-dev",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "symfony/console": "2.*||^3.0"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2017-07-22T20:44:48+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5.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.9.1",
        "version_normalized": "1.9.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/703fad32e4c8cbe609caf45a71a1d4266c830f0f",
            "reference": "703fad32e4c8cbe609caf45a71a1d4266c830f0f",
            "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.22|~3.0|~4.0"
        },
        "conflict": {
            "symfony/http-foundation": "<2.6"
        },
        "require-dev": {
            "doctrine/orm": "~2.4",
            "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": "2018-04-19T14:07:39+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/inflector",
        "version": "v1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
            "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*"
        },
        "time": "2015-11-06T14:35:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\Common\\Inflector\\": "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": "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.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14T21:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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.5.14",
        "version_normalized": "2.5.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/810a7baf81462a5ddf10e8baa8cb94b6eec02754",
            "reference": "810a7baf81462a5ddf10e8baa8cb94b6eec02754",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "~1.4",
            "doctrine/collections": "~1.2",
            "doctrine/common": ">=2.5-dev,<2.9-dev",
            "doctrine/dbal": ">=2.5-dev,<2.7-dev",
            "doctrine/instantiator": "^1.0.1",
            "ext-pdo": "*",
            "php": ">=5.4",
            "symfony/console": "~2.5|~3.0|~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0",
            "symfony/yaml": "~2.3|~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2017-12-17T02:57:51+00:00",
        "bin": [
            "bin/doctrine",
            "bin/doctrine.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Doctrine\\ORM\\": "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": "Object-Relational-Mapper for PHP",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "orm"
        ]
    },
    {
        "name": "endroid/installer",
        "version": "1.2.3",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/endroid/installer.git",
            "reference": "f6c383d69fe94b7d194a56caccb5f1f79725ad65"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/endroid/installer/zipball/f6c383d69fe94b7d194a56caccb5f1f79725ad65",
            "reference": "f6c383d69fe94b7d194a56caccb5f1f79725ad65",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1 || ^2.0",
            "php": ">=7.2"
        },
        "require-dev": {
            "composer/composer": "^1.8",
            "endroid/quality": "dev-master"
        },
        "time": "2020-04-23T12:37:40+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            },
            "class": "Endroid\\Installer\\Installer"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Endroid\\Installer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeroen van den Enden",
                "email": "info@endroid.nl"
            }
        ],
        "funding": [
            {
                "url": "https://github.com/endroid",
                "type": "github"
            }
        ]
    },
    {
        "name": "endroid/qr-code",
        "version": "3.7.9",
        "version_normalized": "3.7.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/endroid/qr-code.git",
            "reference": "727c6b212d77e04c9f873877906068674a9f8c3e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/endroid/qr-code/zipball/727c6b212d77e04c9f873877906068674a9f8c3e",
            "reference": "727c6b212d77e04c9f873877906068674a9f8c3e",
            "shasum": ""
        },
        "require": {
            "bacon/bacon-qr-code": "^2.0",
            "ext-gd": "*",
            "khanamiryan/qrcode-detector-decoder": "^1.0.3",
            "myclabs/php-enum": "^1.5",
            "php": ">=7.2",
            "symfony/options-resolver": "^3.4||^4.4||^5.0",
            "symfony/property-access": "^3.4||^4.4||^5.0"
        },
        "require-dev": {
            "endroid/quality": "dev-master"
        },
        "suggest": {
            "roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
            "symfony/security-checker": "Checks your composer.lock for vulnerabilities"
        },
        "time": "2020-04-25T15:40:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Endroid\\QrCode\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeroen van den Enden",
                "email": "info@endroid.nl"
            }
        ],
        "description": "Endroid QR Code",
        "homepage": "https://github.com/endroid/qr-code",
        "keywords": [
            "bundle",
            "code",
            "endroid",
            "php",
            "qr",
            "qrcode"
        ],
        "funding": [
            {
                "url": "https://github.com/endroid",
                "type": "github"
            }
        ]
    },
    {
        "name": "endroid/qr-code-bundle",
        "version": "3.4.3",
        "version_normalized": "3.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/endroid/qr-code-bundle.git",
            "reference": "36d7e61e02d84c92702138cc1c6dac5a0565a5ff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/endroid/qr-code-bundle/zipball/36d7e61e02d84c92702138cc1c6dac5a0565a5ff",
            "reference": "36d7e61e02d84c92702138cc1c6dac5a0565a5ff",
            "shasum": ""
        },
        "require": {
            "endroid/installer": "^1.2.2",
            "endroid/qr-code": "^3.7.8",
            "php": ">=7.2",
            "symfony/framework-bundle": "^3.4||^4.4||^5.0",
            "symfony/twig-bundle": "^3.4||^4.4||^5.0",
            "symfony/yaml": "^3.4||^4.4||^5.0"
        },
        "require-dev": {
            "endroid/quality": "dev-master"
        },
        "suggest": {
            "roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
            "symfony/security-checker": "Checks your composer.lock for vulnerabilities"
        },
        "time": "2020-04-25T13:48:19+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Endroid\\QrCodeBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeroen van den Enden",
                "email": "info@endroid.nl"
            }
        ],
        "description": "Endroid QR Code Bundle",
        "homepage": "https://github.com/endroid/qr-code-bundle",
        "keywords": [
            "bundle",
            "code",
            "endroid",
            "php",
            "qr",
            "symfony"
        ],
        "funding": [
            {
                "url": "https://github.com/endroid",
                "type": "github"
            }
        ]
    },
    {
        "name": "fig/link-util",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link-util.git",
            "reference": "47f55860678a9e202206047bc02767556d298106"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link-util/zipball/47f55860678a9e202206047bc02767556d298106",
            "reference": "47f55860678a9e202206047bc02767556d298106",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "psr/link": "~1.0@dev"
        },
        "provide": {
            "psr/link-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.1",
            "squizlabs/php_codesniffer": "^2.3.1"
        },
        "time": "2019-12-18T15:40:05+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": "incenteev/composer-parameter-handler",
        "version": "v2.1.3",
        "version_normalized": "2.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "933c45a34814f27f2345c11c37d46b3ca7303550"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/933c45a34814f27f2345c11c37d46b3ca7303550",
            "reference": "933c45a34814f27f2345c11c37d46b3ca7303550",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/yaml": "^2.3 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "composer/composer": "^1.0@dev",
            "symfony/filesystem": "^2.3 || ^3 || ^4",
            "symfony/phpunit-bridge": "^4.0"
        },
        "time": "2018-02-13T18:05:56+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": "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": "khanamiryan/qrcode-detector-decoder",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
            "reference": "89b57f2d9939dd57394b83f6ccbd3e1a74659e34"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/89b57f2d9939dd57394b83f6ccbd3e1a74659e34",
            "reference": "89b57f2d9939dd57394b83f6ccbd3e1a74659e34",
            "shasum": ""
        },
        "require": {
            "php": "^5.6|^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2020-04-19T16:18:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zxing\\": "lib/"
            },
            "files": [
                "lib/Common/customFunctions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ashot Khanamiryan",
                "email": "a.khanamiryan@gmail.com",
                "homepage": "https://github.com/khanamiryan",
                "role": "Developer"
            }
        ],
        "description": "QR code decoder / reader",
        "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
        "keywords": [
            "barcode",
            "qr",
            "zxing"
        ]
    },
    {
        "name": "knplabs/knp-snappy",
        "version": "v1.0.4",
        "version_normalized": "1.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/snappy.git",
            "reference": "144c4ecd1ccaeda936bf832b93079efc490e6850"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/144c4ecd1ccaeda936bf832b93079efc490e6850",
            "reference": "144c4ecd1ccaeda936bf832b93079efc490e6850",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "psr/log": "^1.0",
            "symfony/process": "~2.3 || ~3.0 || ~4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36"
        },
        "suggest": {
            "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
            "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
        },
        "time": "2018-01-22T19:40:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Snappy\\": "src/Knp/Snappy"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/snappy/contributors"
            }
        ],
        "description": "PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
        "homepage": "http://github.com/KnpLabs/snappy",
        "keywords": [
            "knp",
            "knplabs",
            "pdf",
            "snapshot",
            "thumbnail",
            "wkhtmltopdf"
        ]
    },
    {
        "name": "knplabs/knp-snappy-bundle",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/KnpLabs/KnpSnappyBundle.git",
            "reference": "717185618888b03daf85a54897a8a11e655a3eeb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/KnpLabs/KnpSnappyBundle/zipball/717185618888b03daf85a54897a8a11e655a3eeb",
            "reference": "717185618888b03daf85a54897a8a11e655a3eeb",
            "shasum": ""
        },
        "require": {
            "knplabs/knp-snappy": "~1.0,>=1.0.1",
            "php": ">=7.1",
            "symfony/framework-bundle": "^3.4|^4.3|^5.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.0",
            "symfony/asset": "^3.4|^4.3|^5.0",
            "symfony/finder": "^3.4|^4.3|^5.0",
            "symfony/phpunit-bridge": "^4.3|^5.0",
            "symfony/security-csrf": "^3.4|^4.3|^5.0",
            "symfony/templating": "^3.4|^4.3|^5.0",
            "symfony/validator": "^3.4|^4.3|^5.0",
            "symfony/yaml": "^3.4|^4.3|^5.0"
        },
        "time": "2019-12-30T16:19:53+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Knp\\Bundle\\SnappyBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "KnpLabs Team",
                "homepage": "http://knplabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://github.com/KnpLabs/KnpSnappyBundle/contributors"
            }
        ],
        "description": "Easily create PDF and images in Symfony2 by converting Twig/HTML templates.",
        "homepage": "http://github.com/KnpLabs/KnpSnappyBundle",
        "keywords": [
            "bundle",
            "knp",
            "knplabs",
            "pdf",
            "snappy"
        ]
    },
    {
        "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": "myclabs/php-enum",
        "version": "1.7.6",
        "version_normalized": "1.7.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/php-enum.git",
            "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
            "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7",
            "squizlabs/php_codesniffer": "1.*",
            "vimeo/psalm": "^3.8"
        },
        "time": "2020-02-14T08:15:52+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MyCLabs\\Enum\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP Enum contributors",
                "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
            }
        ],
        "description": "PHP Enum implementation",
        "homepage": "http://github.com/myclabs/php-enum",
        "keywords": [
            "enum"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.17",
        "version_normalized": "2.0.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
            "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
            "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": "2018-07-04T16:31:37+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",
            "polyfill",
            "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.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "sensio/distribution-bundle",
        "version": "v5.0.22",
        "version_normalized": "5.0.22.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
            "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
            "reference": "209b11f8cee5bf71986dd703e45e27d3ed7a6d15",
            "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": "2018-06-07T06:22:12+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",
        "abandoned": "symfony/maker-bundle"
    },
    {
        "name": "sensiolabs/security-checker",
        "version": "v4.1.8",
        "version_normalized": "4.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/security-checker.git",
            "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/dc270d5fec418cc6ac983671dba5d80ffaffb142",
            "reference": "dc270d5fec418cc6ac983671dba5d80ffaffb142",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "symfony/console": "~2.7|~3.0|~4.0"
        },
        "time": "2018-02-28T22:10:01+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": "swiftmailer/swiftmailer",
        "version": "v5.4.12",
        "version_normalized": "5.4.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2018-07-31T09:26:32+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": "v5.0.5",
        "version_normalized": "5.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "b8fee53045a55ccbb9209e453bf6fdcf74381959"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b8fee53045a55ccbb9209e453bf6fdcf74381959",
            "reference": "b8fee53045a55ccbb9209e453bf6fdcf74381959",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0"
        },
        "suggest": {
            "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2020-02-24T15:05:31+00:00",
        "bin": [
            "bin/simple-phpunit"
        ],
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            },
            "thanks": {
                "name": "phpunit/phpunit",
                "url": "https://github.com/sebastianbergmann/phpunit"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Bridge\\PhpUnit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony PHPUnit Bridge",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.14.0",
        "version_normalized": "1.14.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "f5a6efd9d9f68790120734f80f8fda972981edab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/f5a6efd9d9f68790120734f80f8fda972981edab",
            "reference": "f5a6efd9d9f68790120734f80f8fda972981edab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-01-13T11:15:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.14-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-ctype",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
            "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "f22a90256d577c7ef7efad8df1f0201663d57644"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f22a90256d577c7ef7efad8df1f0201663d57644",
            "reference": "f22a90256d577c7ef7efad8df1f0201663d57644",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's ICU-related data and classes",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "icu",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
            "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\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.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php56.git",
            "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
            "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-util": "~1.0"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\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.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php70.git",
            "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
            "reference": "1e24b0c4a56d55aaf368763a06c6d1c7d3194934",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\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.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-util.git",
            "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
            "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2018-08-06T14:22:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\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.26",
        "version_normalized": "3.4.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "1b89e7baec9891c323bbf1ec81af77d901fc60c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/1b89e7baec9891c323bbf1ec81af77d901fc60c9",
            "reference": "1b89e7baec9891c323bbf1ec81af77d901fc60c9",
            "shasum": ""
        },
        "require": {
            "doctrine/common": "~2.4",
            "ext-xml": "*",
            "fig/link-util": "^1.0",
            "php": "^5.5.9|>=7.0.8",
            "psr/cache": "~1.0",
            "psr/container": "^1.0",
            "psr/link": "^1.0",
            "psr/log": "~1.0",
            "psr/simple-cache": "^1.0",
            "symfony/polyfill-apcu": "~1.1",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php56": "~1.0",
            "symfony/polyfill-php70": "~1.6",
            "twig/twig": "^1.35|^2.4.4"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
            "phpdocumentor/type-resolver": "<0.3.0",
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/container-implementation": "1.0",
            "psr/log-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "replace": {
            "symfony/asset": "self.version",
            "symfony/browser-kit": "self.version",
            "symfony/cache": "self.version",
            "symfony/class-loader": "self.version",
            "symfony/config": "self.version",
            "symfony/console": "self.version",
            "symfony/css-selector": "self.version",
            "symfony/debug": "self.version",
            "symfony/debug-bundle": "self.version",
            "symfony/dependency-injection": "self.version",
            "symfony/doctrine-bridge": "self.version",
            "symfony/dom-crawler": "self.version",
            "symfony/dotenv": "self.version",
            "symfony/event-dispatcher": "self.version",
            "symfony/expression-language": "self.version",
            "symfony/filesystem": "self.version",
            "symfony/finder": "self.version",
            "symfony/form": "self.version",
            "symfony/framework-bundle": "self.version",
            "symfony/http-foundation": "self.version",
            "symfony/http-kernel": "self.version",
            "symfony/inflector": "self.version",
            "symfony/intl": "self.version",
            "symfony/ldap": "self.version",
            "symfony/lock": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/process": "self.version",
            "symfony/property-access": "self.version",
            "symfony/property-info": "self.version",
            "symfony/proxy-manager-bridge": "self.version",
            "symfony/routing": "self.version",
            "symfony/security": "self.version",
            "symfony/security-bundle": "self.version",
            "symfony/security-core": "self.version",
            "symfony/security-csrf": "self.version",
            "symfony/security-guard": "self.version",
            "symfony/security-http": "self.version",
            "symfony/serializer": "self.version",
            "symfony/stopwatch": "self.version",
            "symfony/templating": "self.version",
            "symfony/translation": "self.version",
            "symfony/twig-bridge": "self.version",
            "symfony/twig-bundle": "self.version",
            "symfony/validator": "self.version",
            "symfony/var-dumper": "self.version",
            "symfony/web-link": "self.version",
            "symfony/web-profiler-bundle": "self.version",
            "symfony/web-server-bundle": "self.version",
            "symfony/workflow": "self.version",
            "symfony/yaml": "self.version"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/annotations": "~1.0",
            "doctrine/cache": "~1.6",
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/doctrine-bundle": "~1.4",
            "doctrine/orm": "~2.4,>=2.4.5",
            "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
            "monolog/monolog": "~1.11",
            "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "predis/predis": "~1.0",
            "symfony/phpunit-bridge": "~3.4|~4.0",
            "symfony/security-acl": "~2.8|~3.0"
        },
        "time": "2019-04-17T15:57:27+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/twig",
        "version": "v1.35.4",
        "version_normalized": "1.35.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
            "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^2.7",
            "symfony/phpunit-bridge": "^3.3"
        },
        "time": "2018-07-13T07:12:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.35-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]
