[
    {
        "name": "aws/aws-sdk-php",
        "version": "3.18.23",
        "version_normalized": "3.18.23.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php.git",
            "reference": "a2791b6f14b7aa6eeb4fb9f3f779cc291ab455db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a2791b6f14b7aa6eeb4fb9f3f779cc291ab455db",
            "reference": "a2791b6f14b7aa6eeb4fb9f3f779cc291ab455db",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "~5.3|~6.0.1|~6.1",
            "guzzlehttp/promises": "~1.0",
            "guzzlehttp/psr7": "~1.0",
            "mtdowling/jmespath.php": "~2.2",
            "php": ">=5.5"
        },
        "require-dev": {
            "andrewsville/php-token-reflection": "^1.4",
            "aws/aws-php-sns-message-validator": "~1.0",
            "behat/behat": "~3.0",
            "doctrine/cache": "~1.4",
            "ext-dom": "*",
            "ext-json": "*",
            "ext-openssl": "*",
            "ext-pcre": "*",
            "ext-simplexml": "*",
            "ext-spl": "*",
            "nette/neon": "^2.3",
            "phpunit/phpunit": "~4.0|~5.0",
            "psr/cache": "^1.0"
        },
        "suggest": {
            "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
            "doctrine/cache": "To use the DoctrineCacheAdapter",
            "ext-curl": "To send requests using cURL",
            "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
        },
        "time": "2016-06-30T19:49:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Aws\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
        "homepage": "http://aws.amazon.com/sdkforphp",
        "keywords": [
            "amazon",
            "aws",
            "cloud",
            "dynamodb",
            "ec2",
            "glacier",
            "s3",
            "sdk"
        ]
    },
    {
        "name": "aws/aws-sdk-php-symfony",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/aws/aws-sdk-php-symfony.git",
            "reference": "dbe2a3a2e202981d27d67396bd6bb291af5d8593"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/aws/aws-sdk-php-symfony/zipball/dbe2a3a2e202981d27d67396bd6bb291af5d8593",
            "reference": "dbe2a3a2e202981d27d67396bd6bb291af5d8593",
            "shasum": ""
        },
        "require": {
            "aws/aws-sdk-php": "^3.2.6",
            "php": ">=5.5",
            "symfony/config": "~2.3|~3.0|~4.0|~5.0",
            "symfony/dependency-injection": "~2.3|~3.0|~4.0|~5.0",
            "symfony/http-kernel": "~2.3|~3.0|~4.0|~5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|^5.4.0|^6.0.0",
            "symfony/framework-bundle": "~2.3|~3.0|~4.0|~5.0",
            "symfony/yaml": "~2.3|~3.0|~4.0|~5.0"
        },
        "time": "2020-04-08T21:42:18+00:00",
        "type": "symfony-bundle",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Aws\\Symfony\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Amazon Web Services",
                "homepage": "http://aws.amazon.com"
            }
        ],
        "description": "A Symfony bundle for v3 of the AWS SDK for PHP",
        "keywords": [
            "Symfony2",
            "amazon",
            "aws",
            "sdk",
            "symfony",
            "symfony3"
        ]
    },
    {
        "name": "clue/stream-filter",
        "version": "v1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/clue/php-stream-filter.git",
            "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
            "reference": "5a58cc30a8bd6a4eb8f856adf61dd3e013f53f71",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8"
        },
        "time": "2019-04-09T12:31:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Clue\\StreamFilter\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "A simple and modern approach to stream filtering in PHP",
        "homepage": "https://github.com/clue/php-stream-filter",
        "keywords": [
            "bucket brigade",
            "callback",
            "filter",
            "php_user_filter",
            "stream",
            "stream_filter_append",
            "stream_filter_register"
        ]
    },
    {
        "name": "doctrine/annotations",
        "version": "1.10.3",
        "version_normalized": "1.10.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/annotations.git",
            "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/annotations/zipball/5db60a4969eba0e0c197a19c077780aadbc43c5d",
            "reference": "5db60a4969eba0e0c197a19c077780aadbc43c5d",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "1.*",
            "ext-tokenizer": "*",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/cache": "1.*",
            "phpunit/phpunit": "^7.5"
        },
        "time": "2020-05-25T17:24:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Docblock Annotations Parser",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "annotations",
            "docblock",
            "parser"
        ]
    },
    {
        "name": "doctrine/cache",
        "version": "1.10.1",
        "version_normalized": "1.10.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/cache.git",
            "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
            "reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
            "shasum": ""
        },
        "require": {
            "php": "~7.1 || ^8.0"
        },
        "conflict": {
            "doctrine/common": ">2.2,<2.4"
        },
        "require-dev": {
            "alcaeus/mongo-php-adapter": "^1.1",
            "doctrine/coding-standard": "^6.0",
            "mongodb/mongodb": "^1.1",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~1.0"
        },
        "suggest": {
            "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
        },
        "time": "2020-05-27T16:24:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
        "homepage": "https://www.doctrine-project.org/projects/cache.html",
        "keywords": [
            "abstraction",
            "apcu",
            "cache",
            "caching",
            "couchdb",
            "memcached",
            "php",
            "redis",
            "xcache"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/collections",
        "version": "1.6.5",
        "version_normalized": "1.6.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/collections.git",
            "reference": "fc0206348e17e530d09463fef07ba8968406cd6d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/collections/zipball/fc0206348e17e530d09463fef07ba8968406cd6d",
            "reference": "fc0206348e17e530d09463fef07ba8968406cd6d",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan-shim": "^0.9.2",
            "phpunit/phpunit": "^7.0",
            "vimeo/psalm": "^3.8.1"
        },
        "time": "2020-05-25T19:24:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
        "homepage": "https://www.doctrine-project.org/projects/collections.html",
        "keywords": [
            "array",
            "collections",
            "iterators",
            "php"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/common",
        "version": "2.13.3",
        "version_normalized": "2.13.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/common.git",
            "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
            "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/inflector": "^1.0",
            "doctrine/lexer": "^1.0",
            "doctrine/persistence": "^1.3.3",
            "doctrine/reflection": "^1.0",
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^1.0",
            "phpstan/phpstan": "^0.11",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpunit/phpunit": "^7.0",
            "squizlabs/php_codesniffer": "^3.0",
            "symfony/phpunit-bridge": "^4.0.5"
        },
        "time": "2020-06-05T16:46:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.11.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
        "homepage": "https://www.doctrine-project.org/projects/common.html",
        "keywords": [
            "common",
            "doctrine",
            "php"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/dbal",
        "version": "2.10.2",
        "version_normalized": "2.10.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/dbal.git",
            "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
            "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.0",
            "doctrine/event-manager": "^1.0",
            "ext-pdo": "*",
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "jetbrains/phpstorm-stubs": "^2019.1",
            "nikic/php-parser": "^4.4",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^8.4.1",
            "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
            "vimeo/psalm": "^3.11"
        },
        "suggest": {
            "symfony/console": "For helpful console commands such as SQL execution and import of files."
        },
        "time": "2020-04-20T17:19:26+00:00",
        "bin": [
            "bin/doctrine-dbal"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.10.x-dev",
                "dev-develop": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            }
        ],
        "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
        "homepage": "https://www.doctrine-project.org/projects/dbal.html",
        "keywords": [
            "abstraction",
            "database",
            "db2",
            "dbal",
            "mariadb",
            "mssql",
            "mysql",
            "oci8",
            "oracle",
            "pdo",
            "pgsql",
            "postgresql",
            "queryobject",
            "sasql",
            "sql",
            "sqlanywhere",
            "sqlite",
            "sqlserver",
            "sqlsrv"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/doctrine-bundle",
        "version": "1.12.10",
        "version_normalized": "1.12.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineBundle.git",
            "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
            "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
            "shasum": ""
        },
        "require": {
            "doctrine/dbal": "^2.5.12",
            "doctrine/doctrine-cache-bundle": "~1.2",
            "doctrine/persistence": "^1.3.3",
            "jdorn/sql-formatter": "^1.2.16",
            "php": "^7.1 || ^8.0",
            "symfony/cache": "^3.4.30|^4.3.3",
            "symfony/config": "^3.4.30|^4.3.3",
            "symfony/console": "^3.4.30|^4.3.3",
            "symfony/dependency-injection": "^3.4.30|^4.3.3",
            "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
            "symfony/framework-bundle": "^3.4.30|^4.3.3",
            "symfony/service-contracts": "^1.1.1|^2.0"
        },
        "conflict": {
            "doctrine/orm": "<2.6",
            "twig/twig": "<1.34|>=2.0,<2.4"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "doctrine/orm": "^2.6",
            "ocramius/proxy-manager": "^2.1",
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^7.5",
            "symfony/phpunit-bridge": "^4.2",
            "symfony/property-info": "^3.4.30|^4.3.3",
            "symfony/proxy-manager-bridge": "^3.4|^4|^5",
            "symfony/twig-bridge": "^3.4|^4.1",
            "symfony/validator": "^3.4.30|^4.3.3",
            "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
            "symfony/yaml": "^3.4.30|^4.3.3",
            "twig/twig": "^1.34|^2.12"
        },
        "suggest": {
            "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
            "symfony/web-profiler-bundle": "To use the data collector."
        },
        "time": "2020-05-25T19:50:59+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            }
        ],
        "description": "Symfony DoctrineBundle",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "database",
            "dbal",
            "orm",
            "persistence"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/doctrine-cache-bundle",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
            "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
            "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
            "shasum": ""
        },
        "require": {
            "doctrine/cache": "^1.4.2",
            "doctrine/inflector": "^1.0",
            "php": "^7.1",
            "symfony/doctrine-bridge": "^3.4|^4.0"
        },
        "require-dev": {
            "instaclick/coding-standard": "~1.1",
            "instaclick/object-calisthenics-sniffs": "dev-master",
            "instaclick/symfony2-coding-standard": "dev-remaster",
            "phpunit/phpunit": "^7.0",
            "predis/predis": "~0.8",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "~1.5",
            "symfony/console": "^3.4|^4.0",
            "symfony/finder": "^3.4|^4.0",
            "symfony/framework-bundle": "^3.4|^4.0",
            "symfony/phpunit-bridge": "^3.4|^4.0",
            "symfony/security-acl": "^2.8",
            "symfony/validator": "^3.4|^4.0",
            "symfony/yaml": "^3.4|^4.0"
        },
        "suggest": {
            "symfony/security-acl": "For using this bundle to cache ACLs"
        },
        "time": "2019-11-29T11:22:01+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Fabio B. Silva",
                "email": "fabio.bat.silva@gmail.com"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@hotmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            },
            {
                "name": "Doctrine Project",
                "homepage": "http://www.doctrine-project.org/"
            }
        ],
        "description": "Symfony Bundle for Doctrine Cache",
        "homepage": "https://www.doctrine-project.org",
        "keywords": [
            "cache",
            "caching"
        ]
    },
    {
        "name": "doctrine/event-manager",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/event-manager.git",
            "reference": "629572819973f13486371cb611386eb17851e85c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
            "reference": "629572819973f13486371cb611386eb17851e85c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.9@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-11-10T09:48:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
        "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
        "keywords": [
            "event",
            "event dispatcher",
            "event manager",
            "event system",
            "events"
        ]
    },
    {
        "name": "doctrine/inflector",
        "version": "1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
            "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^7.0",
            "phpstan/phpstan": "^0.11",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-strict-rules": "^0.11",
            "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
        },
        "time": "2020-05-29T07:19:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
                "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
        "homepage": "https://www.doctrine-project.org/projects/inflector.html",
        "keywords": [
            "inflection",
            "inflector",
            "lowercase",
            "manipulation",
            "php",
            "plural",
            "singular",
            "strings",
            "uppercase",
            "words"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
            "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
            "shasum": ""
        },
        "require": {
            "php": "^7.1 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-shim": "^0.11",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2020-05-29T17:27:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
            "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
            "shasum": ""
        },
        "require": {
            "php": "^7.2 || ^8.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2020-05-25T17:44:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/orm",
        "version": "v2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/orm.git",
            "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/orm/zipball/d95e03ba660d50d785a9925f41927fef0ee553cf",
            "reference": "d95e03ba660d50d785a9925f41927fef0ee553cf",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.8",
            "doctrine/cache": "^1.9.1",
            "doctrine/collections": "^1.5",
            "doctrine/common": "^2.11 || ^3.0",
            "doctrine/dbal": "^2.9.3",
            "doctrine/event-manager": "^1.1",
            "doctrine/inflector": "^1.0",
            "doctrine/instantiator": "^1.3",
            "doctrine/lexer": "^1.0",
            "doctrine/persistence": "^1.3.3 || ^2.0",
            "ext-pdo": "*",
            "ocramius/package-versions": "^1.2",
            "php": "^7.1",
            "symfony/console": "^3.0|^4.0|^5.0"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "phpstan/phpstan": "^0.12.18",
            "phpunit/phpunit": "^7.5",
            "symfony/yaml": "^3.4|^4.0|^5.0",
            "vimeo/psalm": "^3.11"
        },
        "suggest": {
            "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
        },
        "time": "2020-05-26T16:03:49+00:00",
        "bin": [
            "bin/doctrine"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\ORM\\": "lib/Doctrine/ORM"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Object-Relational-Mapper for PHP",
        "homepage": "https://www.doctrine-project.org/projects/orm.html",
        "keywords": [
            "database",
            "orm"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine/orm",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/persistence",
        "version": "1.3.7",
        "version_normalized": "1.3.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/persistence.git",
            "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
            "reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "doctrine/cache": "^1.0",
            "doctrine/collections": "^1.0",
            "doctrine/event-manager": "^1.0",
            "doctrine/reflection": "^1.2",
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.10@dev"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2020-03-21T15:13:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common",
                "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
        "homepage": "https://doctrine-project.org/projects/persistence.html",
        "keywords": [
            "mapper",
            "object",
            "odm",
            "orm",
            "persistence"
        ],
        "funding": [
            {
                "url": "https://www.doctrine-project.org/sponsorship.html",
                "type": "custom"
            },
            {
                "url": "https://www.patreon.com/phpdoctrine",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "doctrine/reflection",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/reflection.git",
            "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
            "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "ext-tokenizer": "*",
            "php": "^7.1"
        },
        "conflict": {
            "doctrine/common": "<2.9"
        },
        "require-dev": {
            "doctrine/coding-standard": "^5.0",
            "doctrine/common": "^2.10",
            "phpstan/phpstan": "^0.11.0",
            "phpstan/phpstan-phpunit": "^0.11.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2020-03-27T11:06:43+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\": "lib/Doctrine/Common"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
        "homepage": "https://www.doctrine-project.org/projects/reflection.html",
        "keywords": [
            "reflection",
            "static"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.17",
        "version_normalized": "2.1.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
            "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.10"
        },
        "require-dev": {
            "dominicsayers/isemail": "^3.0.7",
            "phpunit/phpunit": "^4.8.36|^7.5.15",
            "satooshi/php-coveralls": "^1.0.1"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2020-02-13T22:36:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "ekino/wordpress-bundle",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/ekino/EkinoWordpressBundle.git",
            "reference": "0d25eac94fbfe28ae5bc7e4fdfbf7a0736187ffd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ekino/EkinoWordpressBundle/zipball/0d25eac94fbfe28ae5bc7e4fdfbf7a0736187ffd",
            "reference": "0d25eac94fbfe28ae5bc7e4fdfbf7a0736187ffd",
            "shasum": ""
        },
        "require": {
            "doctrine/doctrine-bundle": "^1.0",
            "doctrine/orm": "^2.2",
            "hautelook/phpass": "0.3",
            "php": "^5.4|^7.0",
            "symfony/framework-bundle": "^2.6|^3.0|^4.0",
            "symfony/monolog-bundle": "^2.2|^3.0|^4.0",
            "symfony/security-bundle": "^2.6|^3.0|^4.0"
        },
        "suggest": {
            "twig/twig": ""
        },
        "time": "2019-06-21T06:59:14+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Ekino\\WordpressBundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Vincent Composieux",
                "email": "composieux@ekino.com"
            }
        ],
        "description": "A Symfony bundle to link Symfony with Wordpress",
        "homepage": "http://github.com/ekino/EkinoWordpressBundle",
        "keywords": [
            "bundle",
            "ekino",
            "symfony",
            "wordpress"
        ]
    },
    {
        "name": "evenement/evenement",
        "version": "v3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/evenement.git",
            "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
            "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.0"
        },
        "time": "2017-07-23T21:35:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Evenement": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "Événement is a very simple event dispatching library for PHP",
        "keywords": [
            "event-dispatcher",
            "event-emitter"
        ]
    },
    {
        "name": "exercise/htmlpurifier-bundle",
        "version": "v3.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Exercise/HTMLPurifierBundle.git",
            "reference": "b6c238e9dce45aa8fcb9d1bac3fe3acc0999e489"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Exercise/HTMLPurifierBundle/zipball/b6c238e9dce45aa8fcb9d1bac3fe3acc0999e489",
            "reference": "b6c238e9dce45aa8fcb9d1bac3fe3acc0999e489",
            "shasum": ""
        },
        "require": {
            "ezyang/htmlpurifier": "~4.0",
            "php": "^7.1.3",
            "symfony/config": "~3.4 || ~4.0 || ^5.0",
            "symfony/dependency-injection": "~3.4.1 || ^4.0.1 || ^5.0",
            "symfony/http-kernel": "~3.4.1 || ^4.0.1 || ^5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "symfony/form": "~3.4.1 || ^4.0.1 || ^5.0",
            "symfony/phpunit-bridge": "4.4.*",
            "twig/twig": "^1.35.0 || ^2.4.4 || ^3.0"
        },
        "time": "2020-03-10T19:35:42+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Exercise\\HTMLPurifierBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "contributors",
                "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors"
            }
        ],
        "description": "HTMLPurifier integration for your Symfony project",
        "homepage": "https://github.com/Exercise/HTMLPurifierBundle",
        "keywords": [
            "Purifier",
            "html",
            "htmlpurifier",
            "symfony"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.12.0",
        "version_normalized": "4.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
            "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
        },
        "time": "2019-10-28T03:44:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "firebase/php-jwt",
        "version": "v3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/firebase/php-jwt.git",
            "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
            "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2015-07-22T18:31:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Firebase\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Neuman Vong",
                "email": "neuman+pear@twilio.com",
                "role": "Developer"
            },
            {
                "name": "Anant Narayanan",
                "email": "anant@php.net",
                "role": "Developer"
            }
        ],
        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
        "homepage": "https://github.com/firebase/php-jwt"
    },
    {
        "name": "friendsofsymfony/user-bundle",
        "version": "v2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
            "reference": "1049935edd24ec305cc6cfde1875372fa9600446"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/1049935edd24ec305cc6cfde1875372fa9600446",
            "reference": "1049935edd24ec305cc6cfde1875372fa9600446",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "^1 || ^2",
            "php": "^5.5.9 || ^7.0",
            "symfony/form": "^2.8 || ^3.0 || ^4.0",
            "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
            "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
            "symfony/templating": "^2.8 || ^3.0 || ^4.0",
            "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
            "symfony/validator": "^2.8 || ^3.0 || ^4.0",
            "twig/twig": "^1.28 || ^2.0"
        },
        "conflict": {
            "doctrine/doctrine-bundle": "<1.3",
            "symfony/doctrine-bridge": "<2.7"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.3",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
            "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
            "symfony/console": "^2.8 || ^3.0 || ^4.0",
            "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
            "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
        },
        "time": "2018-03-08T08:59:27+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FOS\\UserBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christophe Coevoet",
                "email": "stof@notk.org"
            },
            {
                "name": "FriendsOfSymfony Community",
                "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
            },
            {
                "name": "Thibault Duplessis"
            }
        ],
        "description": "Symfony FOSUserBundle",
        "homepage": "http://friendsofsymfony.github.com",
        "keywords": [
            "User management"
        ]
    },
    {
        "name": "google/apiclient",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client.git",
            "reference": "cd4d61678bc26267f3e5371735ae3f579709ea30"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/cd4d61678bc26267f3e5371735ae3f579709ea30",
            "reference": "cd4d61678bc26267f3e5371735ae3f579709ea30",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0|~3.0",
            "google/apiclient-services": "*@dev",
            "google/auth": "0.8",
            "guzzlehttp/guzzle": "~5.2|~6.0",
            "guzzlehttp/psr7": "^1.2",
            "monolog/monolog": "^1.17",
            "php": ">=5.4",
            "phpseclib/phpseclib": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4",
            "squizlabs/php_codesniffer": "~2.3",
            "symfony/css-selector": "~2.1",
            "symfony/dom-crawler": "~2.1",
            "tedivm/stash": "^0.14.1"
        },
        "suggest": {
            "tedivm/stash": "For caching certs and tokens (using Google_Client::setCache)"
        },
        "time": "2016-06-08T01:30:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Google_": "src/"
            },
            "classmap": [
                "src/Google/Service/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "google/apiclient-services",
        "version": "v0.139",
        "version_normalized": "0.139.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-api-php-client-services.git",
            "reference": "84e99f792cae7bd92b8b54c75b0ad3502d628db6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/84e99f792cae7bd92b8b54c75b0ad3502d628db6",
            "reference": "84e99f792cae7bd92b8b54c75b0ad3502d628db6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8|^5"
        },
        "time": "2020-06-08T00:24:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Google_Service_": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Client library for Google APIs",
        "homepage": "http://developers.google.com/api-client-library/php",
        "keywords": [
            "google"
        ]
    },
    {
        "name": "google/auth",
        "version": "v0.8",
        "version_normalized": "0.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/googleapis/google-auth-library-php.git",
            "reference": "ec4edcb043e523267973fda308d9412d7db78e17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/ec4edcb043e523267973fda308d9412d7db78e17",
            "reference": "ec4edcb043e523267973fda308d9412d7db78e17",
            "shasum": ""
        },
        "require": {
            "firebase/php-jwt": "~2.0|~3.0",
            "guzzlehttp/guzzle": "~5.3|~6.0",
            "guzzlehttp/psr7": "1.2.*",
            "php": ">=5.4",
            "psr/cache": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "fabpot/php-cs-fixer": "^1.11",
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2016-05-11T16:56:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ],
            "psr-4": {
                "Google\\Auth\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Google Auth Library for PHP",
        "homepage": "http://github.com/google/google-auth-library-php",
        "keywords": [
            "Authentication",
            "google",
            "oauth2"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.2.0",
        "version_normalized": "6.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "d094e337976dff9d8e2424e8485872194e768662"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662",
            "reference": "d094e337976dff9d8e2424e8485872194e768662",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/promises": "~1.0",
            "guzzlehttp/psr7": "~1.1",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "~4.0",
            "psr/log": "~1.0"
        },
        "time": "2016-03-21T20:02:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions_include.php"
            ],
            "psr-4": {
                "GuzzleHttp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/promises.git",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.2.3",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/2e89629ff057ebb49492ba08e6995d3a6a80021b",
            "reference": "2e89629ff057ebb49492ba08e6995d3a6a80021b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2016-02-18T21:54:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "PSR-7 message implementation",
        "keywords": [
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "hautelook/phpass",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hautelook/phpass.git",
            "reference": "da4c2c693aa4e1c616a350015c90af0da82a0fd8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hautelook/phpass/zipball/da4c2c693aa4e1c616a350015c90af0da82a0fd8",
            "reference": "da4c2c693aa4e1c616a350015c90af0da82a0fd8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2012-08-31T00:00:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Hautelook": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Public Domain"
        ],
        "authors": [
            {
                "name": "Solar Designer",
                "email": "solar@openwall.com",
                "homepage": "http://openwall.com/phpass/"
            }
        ],
        "description": "Portable PHP password hashing framework",
        "homepage": "http://github.com/hautelook/phpass/",
        "keywords": [
            "blowfish",
            "crypt",
            "password",
            "security"
        ]
    },
    {
        "name": "hwi/oauth-bundle",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hwi/HWIOAuthBundle.git",
            "reference": "0131bac13cd889114f47594bb82f7b2927894f50"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/0131bac13cd889114f47594bb82f7b2927894f50",
            "reference": "0131bac13cd889114f47594bb82f7b2927894f50",
            "shasum": ""
        },
        "require": {
            "php": "^7.2",
            "php-http/client-common": "^2.0",
            "php-http/client-implementation": "^1.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^2.0",
            "php-http/message-factory": "^1.0",
            "psr/http-message": "^1.0",
            "symfony/form": "^3.4|^4.3|^5.0",
            "symfony/framework-bundle": "^3.4.26|^4.3|^5.0",
            "symfony/options-resolver": "^3.4|^4.3|^5.0",
            "symfony/security-bundle": "^3.4|^4.3|^5.0",
            "symfony/templating": "^3.4|^4.3|^5.0",
            "symfony/yaml": "^3.4|^4.3|^5.0"
        },
        "conflict": {
            "twig/twig": "<1.34"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.11|^2.0",
            "doctrine/orm": "^2.3",
            "friendsofphp/php-cs-fixer": "^2.0",
            "friendsofsymfony/user-bundle": "^2.1",
            "php-http/guzzle6-adapter": "^2.0",
            "php-http/httplug-bundle": "^1.7",
            "phpunit/phpunit": "^7.5|^8.0",
            "symfony/browser-kit": "^3.4|^4.3|^5.0",
            "symfony/css-selector": "^3.4|^4.3|^5.0",
            "symfony/monolog-bundle": "^3.4",
            "symfony/phpunit-bridge": "^5.0",
            "symfony/property-access": "^3.4|^4.3|^5.0",
            "symfony/stopwatch": "^3.4|^4.3|^5.0",
            "symfony/translation": "^3.4|^4.3|^5.0",
            "symfony/twig-bundle": "^3.4|^4.3|^5.0",
            "symfony/validator": "^3.4|^4.3|^5.0"
        },
        "suggest": {
            "doctrine/doctrine-bundle": "to use Doctrine user provider",
            "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle",
            "php-http/httplug-bundle": "to provide required HTTP client with ease.",
            "symfony/property-access": "to use FOSUB integration with this bundle",
            "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions"
        },
        "time": "2020-04-06T20:52:53+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "HWI\\Bundle\\OAuthBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander",
                "email": "iam.asm89@gmail.com"
            },
            {
                "name": "Joseph Bielawski",
                "email": "stloyd@gmail.com"
            },
            {
                "name": "Geoffrey Bachelet",
                "email": "geoffrey.bachelet@gmail.com"
            },
            {
                "name": "Contributors",
                "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors"
            }
        ],
        "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.",
        "homepage": "http://github.com/hwi/HWIOAuthBundle",
        "keywords": [
            "37signals",
            "Authentication",
            "Deezer",
            "EVE Online",
            "amazon",
            "asana",
            "auth0",
            "azure",
            "bitbucket",
            "bitly",
            "box",
            "bufferapp",
            "clever",
            "dailymotion",
            "deviantart",
            "discogs",
            "disqus",
            "dropbox",
            "eventbrite",
            "facebook",
            "firewall",
            "fiware",
            "flickr",
            "foursquare",
            "genius",
            "github",
            "gitlab",
            "google",
            "hubic",
            "instagram",
            "jawbone",
            "jira",
            "linkedin",
            "mail.ru",
            "oauth",
            "oauth1",
            "oauth2",
            "odnoklassniki",
            "paypal",
            "qq",
            "reddit",
            "runkeeper",
            "salesforce",
            "security",
            "sensio connect",
            "sina weibo",
            "slack",
            "sound cloud",
            "spotify",
            "stack exchange",
            "stereomood",
            "strava",
            "toshl",
            "trakt",
            "trello",
            "twitch",
            "twitter",
            "vkontakte",
            "windows live",
            "wordpress",
            "wunderlist",
            "xing",
            "yahoo",
            "yandex",
            "youtube"
        ]
    },
    {
        "name": "incenteev/composer-parameter-handler",
        "version": "v2.1.4",
        "version_normalized": "2.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Incenteev/ParameterHandler.git",
            "reference": "084befb11ec21faeadcddefb88b66132775ff59b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/084befb11ec21faeadcddefb88b66132775ff59b",
            "reference": "084befb11ec21faeadcddefb88b66132775ff59b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/yaml": "^2.3 || ^3.0 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "composer/composer": "^1.0@dev",
            "symfony/filesystem": "^2.3 || ^3 || ^4 || ^5",
            "symfony/phpunit-bridge": "^4.0 || ^5.0"
        },
        "time": "2020-03-17T21:10:00+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": "james-heinrich/getid3",
        "version": "v1.9.19",
        "version_normalized": "1.9.19.0",
        "source": {
            "type": "git",
            "url": "https://github.com/JamesHeinrich/getID3.git",
            "reference": "c6fd499a690ae67eea2eec6b2edba5df13f60f6f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/c6fd499a690ae67eea2eec6b2edba5df13f60f6f",
            "reference": "c6fd499a690ae67eea2eec6b2edba5df13f60f6f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "jakub-onderka/php-parallel-lint": "^0.9 || ^1.0"
        },
        "suggest": {
            "ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
            "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
            "ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
            "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
            "ext-exif": "EXIF extension is required for graphic modules.",
            "ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
            "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
            "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
            "ext-mbstring": "mbstring extension is required to work with different character sets.",
            "ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
            "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
            "ext-rar": "RAR extension is required for RAR archive module.",
            "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
            "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
            "ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
        },
        "time": "2019-12-17T21:17:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.9.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "getid3/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-1.0-or-later",
            "LGPL-3.0-only",
            "MPL-2.0"
        ],
        "description": "PHP script that extracts useful information from popular multimedia file formats",
        "homepage": "https://www.getid3.org/",
        "keywords": [
            "codecs",
            "php",
            "tags"
        ]
    },
    {
        "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": "monolog/monolog",
        "version": "1.25.4",
        "version_normalized": "1.25.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "3022efff205e2448b560c833c6fbbf91c3139168"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/3022efff205e2448b560c833c6fbbf91c3139168",
            "reference": "3022efff205e2448b560c833c6fbbf91c3139168",
            "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",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "php-parallel-lint/php-parallel-lint": "^1.0",
            "phpunit/phpunit": "~4.5",
            "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": "2020-05-22T07:31:27+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"
        ],
        "funding": [
            {
                "url": "https://github.com/Seldaek",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "mtdowling/jmespath.php",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jmespath/jmespath.php.git",
            "reference": "52168cb9472de06979613d365c7f1ab8798be895"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/52168cb9472de06979613d365c7f1ab8798be895",
            "reference": "52168cb9472de06979613d365c7f1ab8798be895",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "symfony/polyfill-mbstring": "^1.4"
        },
        "require-dev": {
            "composer/xdebug-handler": "^1.2",
            "phpunit/phpunit": "^4.8.36|^7.5.15"
        },
        "time": "2019-12-30T18:03:34+00:00",
        "bin": [
            "bin/jp.php"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JmesPath\\": "src/"
            },
            "files": [
                "src/JmesPath.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Declaratively specify how to extract elements from a JSON document",
        "keywords": [
            "json",
            "jsonpath"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.5.0",
        "version_normalized": "4.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/53c2753d756f5adb586dca79c2ec0e2654dd9463",
            "reference": "53c2753d756f5adb586dca79c2ec0e2654dd9463",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "ircmaxell/php-yacc": "0.0.5",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
        },
        "time": "2020-06-03T07:24:19+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "nullpunkt/lz-string-php",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nullpunkt/lz-string-php.git",
            "reference": "b08fc07df528c7e3d05b47e6013dde63eebffb48"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nullpunkt/lz-string-php/zipball/b08fc07df528c7e3d05b47e6013dde63eebffb48",
            "reference": "b08fc07df528c7e3d05b47e6013dde63eebffb48",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "monolog/monolog": "^1.17",
            "phpunit/phpunit": "~5.1"
        },
        "time": "2016-03-23T09:49:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "LZCompressor\\": "src/LZCompressor"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Tobias Seipke",
                "email": "tobias.seipke@gmail.com",
                "homepage": "https://github.com/nullpunkt"
            },
            {
                "name": "Juhász Ádám",
                "email": "juhasz.adam@virgo.hu",
                "homepage": "https://github.com/JuhaszAdam"
            }
        ],
        "description": "PHP Class implementation of LZ-String javascript."
    },
    {
        "name": "nyholm/nsa",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Nyholm/NSA.git",
            "reference": "2606ebf15fb24e15a8ca8d02977ad77082d391ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Nyholm/NSA/zipball/2606ebf15fb24e15a8ca8d02977ad77082d391ef",
            "reference": "2606ebf15fb24e15a8ca8d02977ad77082d391ef",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "webmozart/assert": "^1.1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2020-06-05T07:41:45+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nyholm\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ],
        "description": "See everything and do whatever you want. No privacy rule will stop us. Used in tests, debugging and fixtures to access properties and methods.",
        "homepage": "http://tnyholm.se",
        "keywords": [
            "Fixture",
            "debug",
            "reflection",
            "test"
        ],
        "funding": [
            {
                "url": "https://github.com/nyholm",
                "type": "github"
            }
        ]
    },
    {
        "name": "ocramius/package-versions",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Ocramius/PackageVersions.git",
            "reference": "421679846270a5772534828013a93be709fb13df"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df",
            "reference": "421679846270a5772534828013a93be709fb13df",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1.0 || ^2.0",
            "php": "^7.4.0"
        },
        "require-dev": {
            "composer/composer": "^1.9.3 || ^2.0@dev",
            "doctrine/coding-standard": "^7.0.2",
            "ext-zip": "^1.15.0",
            "infection/infection": "^0.15.3",
            "phpunit/phpunit": "^9.0.1",
            "vimeo/psalm": "^3.9.3"
        },
        "time": "2020-04-06T17:43:35+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "PackageVersions\\Installer",
            "branch-alias": {
                "dev-master": "1.99.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PackageVersions\\": "src/PackageVersions"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com"
            }
        ],
        "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
        "funding": [
            {
                "url": "https://github.com/Ocramius",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.18",
        "version_normalized": "2.0.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2019-01-03T20:59:08+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": "phenx/php-font-lib",
        "version": "0.5.2",
        "version_normalized": "0.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-font-lib.git",
            "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
            "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
        },
        "time": "2020-03-08T15:31:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FontLib\\": "src/FontLib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "php-http/client-common",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/client-common.git",
            "reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
            "reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "php-http/httplug": "^2.0",
            "php-http/message": "^1.6",
            "php-http/message-factory": "^1.0",
            "symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
        },
        "require-dev": {
            "doctrine/instantiator": "^1.1",
            "guzzlehttp/psr7": "^1.4",
            "phpspec/phpspec": "^5.1",
            "phpspec/prophecy": "^1.8",
            "sebastian/comparator": "^3.0"
        },
        "suggest": {
            "ext-json": "To detect JSON responses with the ContentTypePlugin",
            "ext-libxml": "To detect XML responses with the ContentTypePlugin",
            "php-http/cache-plugin": "PSR-6 Cache plugin",
            "php-http/logger-plugin": "PSR-3 Logger plugin",
            "php-http/stopwatch-plugin": "Symfony Stopwatch plugin"
        },
        "time": "2019-11-18T08:58:18+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Common\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Common HTTP Client implementations and tools for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "common",
            "http",
            "httplug"
        ]
    },
    {
        "name": "php-http/discovery",
        "version": "1.7.4",
        "version_normalized": "1.7.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/discovery.git",
            "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/discovery/zipball/82dbef649ccffd8e4f22e1953c3a5265992b83c0",
            "reference": "82dbef649ccffd8e4f22e1953c3a5265992b83c0",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "conflict": {
            "nyholm/psr7": "<1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^4.0",
            "php-http/httplug": "^1.0 || ^2.0",
            "php-http/message-factory": "^1.0",
            "phpspec/phpspec": "^5.1",
            "puli/composer-plugin": "1.0.0-beta10"
        },
        "suggest": {
            "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories",
            "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details."
        },
        "time": "2020-01-03T11:25:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Discovery\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
        "homepage": "http://php-http.org",
        "keywords": [
            "adapter",
            "client",
            "discovery",
            "factory",
            "http",
            "message",
            "psr7"
        ]
    },
    {
        "name": "php-http/guzzle6-adapter",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/guzzle6-adapter.git",
            "reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/6074a4b1f4d5c21061b70bab3b8ad484282fe31f",
            "reference": "6074a4b1f4d5c21061b70bab3b8ad484282fe31f",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0",
            "php": "^7.1",
            "php-http/httplug": "^2.0",
            "psr/http-client": "^1.0"
        },
        "provide": {
            "php-http/async-client-implementation": "1.0",
            "php-http/client-implementation": "1.0",
            "psr/http-client-implementation": "1.0"
        },
        "require-dev": {
            "ext-curl": "*",
            "php-http/client-integration-tests": "^2.0",
            "phpunit/phpunit": "^7.4"
        },
        "time": "2018-12-16T14:44:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Adapter\\Guzzle6\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "David de Boer",
                "email": "david@ddeboer.nl"
            }
        ],
        "description": "Guzzle 6 HTTP Adapter",
        "homepage": "http://httplug.io",
        "keywords": [
            "Guzzle",
            "http"
        ]
    },
    {
        "name": "php-http/httplug",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/httplug.git",
            "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
            "reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "php-http/promise": "^1.0",
            "psr/http-client": "^1.0",
            "psr/http-message": "^1.0"
        },
        "require-dev": {
            "friends-of-phpspec/phpspec-code-coverage": "^4.1",
            "phpspec/phpspec": "^4.3.4|^5.0|^6.0"
        },
        "time": "2019-12-27T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTPlug, the HTTP client abstraction for PHP",
        "homepage": "http://httplug.io",
        "keywords": [
            "client",
            "http"
        ]
    },
    {
        "name": "php-http/httplug-bundle",
        "version": "1.18.0",
        "version_normalized": "1.18.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/HttplugBundle.git",
            "reference": "027dff799d50f32cb312f383eb631a035d820db2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/027dff799d50f32cb312f383eb631a035d820db2",
            "reference": "027dff799d50f32cb312f383eb631a035d820db2",
            "shasum": ""
        },
        "require": {
            "php": "^7.2",
            "php-http/client-common": "^1.9 || ^2.0",
            "php-http/client-implementation": "^1.0",
            "php-http/discovery": "^1.0",
            "php-http/httplug": "^1.0 || ^2.0",
            "php-http/logger-plugin": "^1.1",
            "php-http/message": "^1.4",
            "php-http/message-factory": "^1.0.2",
            "php-http/stopwatch-plugin": "^1.2",
            "psr/http-message": "^1.0",
            "symfony/config": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/dependency-injection": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/event-dispatcher": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/http-kernel": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/options-resolver": "^3.4.34 || ^4.2.12 || ^5.0"
        },
        "conflict": {
            "php-http/curl-client": "<2.0",
            "php-http/guzzle6-adapter": "<1.1"
        },
        "require-dev": {
            "matthiasnoback/symfony-dependency-injection-test": "^4.0",
            "nyholm/nsa": "^1.1",
            "nyholm/psr7": "^1.2.1",
            "php-http/cache-plugin": "^1.7",
            "php-http/guzzle6-adapter": "^1.1.1 || ^2.0.1",
            "php-http/mock-client": "^1.2",
            "php-http/promise": "^1.0",
            "polishsymfonycommunity/symfony-mocker-container": "^1.0",
            "symfony/browser-kit": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/cache": "^3.4.35 || ~4.2.12 || ^4.3.8 || ^5.0",
            "symfony/dom-crawler": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/framework-bundle": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/http-foundation": "^3.4.35 || ~4.2.12 || ^4.3.8 || ^5.0",
            "symfony/phpunit-bridge": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/stopwatch": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/twig-bundle": "^3.4.34 || ^4.2.12 || ^5.0",
            "symfony/web-profiler-bundle": "^3.4.34 || ^4.2.12 || ^5.0",
            "twig/twig": "^1.41 || ^2.10 || ^3.0"
        },
        "suggest": {
            "php-http/cache-plugin": "To configure clients that cache responses",
            "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily",
            "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle"
        },
        "time": "2020-03-30T07:21:02+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\HttplugBundle\\": "src/"
            },
            "exclude-from-classmap": [
                "/Tests/Resources/MyPsr18TestClient.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "David Buchmann",
                "email": "mail@davidbu.ch"
            },
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ],
        "description": "Symfony integration for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "adapter",
            "bundle",
            "discovery",
            "factory",
            "http",
            "httplug",
            "message",
            "php-http"
        ]
    },
    {
        "name": "php-http/logger-plugin",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/logger-plugin.git",
            "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/c1c6e90717ce350319b7b8bc489f1db35bb523fd",
            "reference": "c1c6e90717ce350319b7b8bc489f1db35bb523fd",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0",
            "php-http/client-common": "^1.9 || ^2.0",
            "php-http/message": "^1.0",
            "psr/log": "^1.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.5"
        },
        "time": "2019-01-30T11:48:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Common\\Plugin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "PSR-3 Logger plugin for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "http",
            "httplug",
            "logger",
            "plugin"
        ]
    },
    {
        "name": "php-http/message",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message.git",
            "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message/zipball/ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
            "reference": "ce8f43ac1e294b54aabf5808515c3554a19c1e1c",
            "shasum": ""
        },
        "require": {
            "clue/stream-filter": "^1.4",
            "php": "^7.1",
            "php-http/message-factory": "^1.0.2",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "php-http/message-factory-implementation": "1.0"
        },
        "require-dev": {
            "akeneo/phpspec-skip-example-extension": "^1.0",
            "coduo/phpspec-data-provider-extension": "^1.0",
            "ext-zlib": "*",
            "guzzlehttp/psr7": "^1.0",
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4",
            "slim/slim": "^3.0",
            "zendframework/zend-diactoros": "^1.0"
        },
        "suggest": {
            "ext-zlib": "Used with compressor/decompressor streams",
            "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
            "slim/slim": "Used with Slim Framework PSR-7 implementation",
            "zendframework/zend-diactoros": "Used with Diactoros Factories"
        },
        "time": "2019-08-05T06:55:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            },
            "files": [
                "src/filters.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "HTTP Message related tools",
        "homepage": "http://php-http.org",
        "keywords": [
            "http",
            "message",
            "psr-7"
        ]
    },
    {
        "name": "php-http/message-factory",
        "version": "v1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/message-factory.git",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "^1.0"
        },
        "time": "2015-12-19T14:08:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Factory interfaces for PSR-7 HTTP Message",
        "homepage": "http://php-http.org",
        "keywords": [
            "factory",
            "http",
            "message",
            "stream",
            "uri"
        ]
    },
    {
        "name": "php-http/promise",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/promise.git",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
            "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
            "shasum": ""
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "^1.0",
            "phpspec/phpspec": "^2.4"
        },
        "time": "2016-01-26T13:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Promise\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Joel Wurtz",
                "email": "joel.wurtz@gmail.com"
            }
        ],
        "description": "Promise used for asynchronous HTTP requests",
        "homepage": "http://httplug.io",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "php-http/stopwatch-plugin",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-http/stopwatch-plugin.git",
            "reference": "de6f39c96f57c60a43d535e27122de505e683f98"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-http/stopwatch-plugin/zipball/de6f39c96f57c60a43d535e27122de505e683f98",
            "reference": "de6f39c96f57c60a43d535e27122de505e683f98",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "php-http/client-common": "^1.9 || ^2.0",
            "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2019-11-18T08:10:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Http\\Client\\Common\\Plugin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            }
        ],
        "description": "Symfony Stopwatch plugin for HTTPlug",
        "homepage": "http://httplug.io",
        "keywords": [
            "http",
            "httplug",
            "plugin",
            "stopwatch"
        ]
    },
    {
        "name": "php-translation/common",
        "version": "0.3.0",
        "version_normalized": "0.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-translation/common.git",
            "reference": "3237ec24b74fcd5310160adfee65f5687a785bae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-translation/common/zipball/3237ec24b74fcd5310160adfee65f5687a785bae",
            "reference": "3237ec24b74fcd5310160adfee65f5687a785bae",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.4 || ^4.0"
        },
        "time": "2018-03-23T18:30:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Translation\\Common\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ],
        "description": "Common translation stuff"
    },
    {
        "name": "php-translation/extractor",
        "version": "1.7.1",
        "version_normalized": "1.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-translation/extractor.git",
            "reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-translation/extractor/zipball/82fc51a07fb626c0bfb31fb3f041baa88fee6acb",
            "reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.2",
            "nikic/php-parser": "^3.0 || ^4.0",
            "php": "^5.5 || ^7.0",
            "symfony/finder": "^2.7 || ^3.0 || ^4.0",
            "twig/twig": "^1.27 || ^2.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.4 || ^4.0",
            "symfony/translation": "^3.0 || ^4.0",
            "symfony/twig-bridge": "^3.0 || ^4.0",
            "symfony/validator": "^3.0 || ^4.0"
        },
        "time": "2018-07-09T17:05:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Translation\\Extractor\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ],
        "description": "Extract translations form the source code"
    },
    {
        "name": "php-translation/symfony-bundle",
        "version": "0.7.0",
        "version_normalized": "0.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-translation/symfony-bundle.git",
            "reference": "9f7ce4ac0c077d8f58753ac0215fb509406e45e8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/9f7ce4ac0c077d8f58753ac0215fb509406e45e8",
            "reference": "9f7ce4ac0c077d8f58753ac0215fb509406e45e8",
            "shasum": ""
        },
        "require": {
            "nyholm/nsa": "^1.1",
            "php": "^5.5 || ^7.0",
            "php-translation/common": "^0.3",
            "php-translation/extractor": "^1.3",
            "php-translation/symfony-storage": "^0.5.0",
            "symfony/finder": "^2.7 || ^3.0 || ^4.0",
            "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
            "symfony/intl": "^2.7 || ^3.0 || ^4.0",
            "symfony/translation": "^2.7 || ^3.0 || ^4.0",
            "symfony/twig-bundle": "^2.7 || ^3.0 || ^4.0",
            "symfony/validator": "^2.7 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "guzzlehttp/psr7": "^1.4",
            "matthiasnoback/symfony-config-test": "^2.2 || ^3.1",
            "matthiasnoback/symfony-dependency-injection-test": "^1.2 || ^2.3",
            "nyholm/symfony-bundle-test": "^1.2.3",
            "php-http/curl-client": "^1.7",
            "php-http/message": "^1.6",
            "php-http/message-factory": "^1.0.2",
            "php-translation/translator": "^0.1",
            "symfony/asset": "^2.7 || ^3.0 || ^4.0",
            "symfony/console": "^2.7 || ^3.0 || ^4.0",
            "symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0",
            "symfony/phpunit-bridge": "^3.4 || ^4.0",
            "symfony/templating": "^2.7 || ^3.0 || ^4.0",
            "symfony/twig-bridge": "^2.7 || ^3.0 || ^4.0",
            "symfony/web-profiler-bundle": "^2.7 || ^3.0 || ^4.0"
        },
        "suggest": {
            "php-http/httplug-bundle": "To easier configure your httplug clients."
        },
        "time": "2018-04-12T06:01:41+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Translation\\Bundle\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ]
    },
    {
        "name": "php-translation/symfony-storage",
        "version": "0.5.0",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-translation/symfony-storage.git",
            "reference": "fc1986afd1a1fcc7e71eebe486da490b42ed048d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/fc1986afd1a1fcc7e71eebe486da490b42ed048d",
            "reference": "fc1986afd1a1fcc7e71eebe486da490b42ed048d",
            "shasum": ""
        },
        "require": {
            "nyholm/nsa": "^1.1",
            "php": "^5.5 || ^7.0",
            "php-translation/common": "^0.3",
            "symfony/translation": "^2.7 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "symfony/framework-bundle": "^2.7.39 || ^3.0 || ^4.0",
            "symfony/phpunit-bridge": "^3.4 || ^4.0"
        },
        "time": "2018-03-23T19:15:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Translation\\SymfonyStorage\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            }
        ],
        "description": "A translation file storage using Symfony translation component."
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "2.0.27",
        "version_normalized": "2.0.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
            "reference": "34620af4df7d1988d8f0d7e91f6c8a3bf931d8dc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
            "sami/sami": "~2.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2020-04-04T23:17:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ],
        "funding": [
            {
                "url": "https://github.com/terrafrost",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/phpseclib",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
                "type": "tidelift"
            }
        ]
    },
    {
        "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/http-client",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-client.git",
            "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
            "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "psr/http-message": "^1.0"
        },
        "time": "2018-10-30T23:29:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP clients",
        "homepage": "https://github.com/php-fig/http-client",
        "keywords": [
            "http",
            "http-client",
            "psr",
            "psr-18"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/link",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/link.git",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-10-28T16:06:13+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Link\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for HTTP links",
        "keywords": [
            "http",
            "http-link",
            "link",
            "psr",
            "psr-13",
            "rest"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-03-23T09:12:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "ratchet/pawl",
        "version": "v0.3.4",
        "version_normalized": "0.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ratchetphp/Pawl.git",
            "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
            "reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0",
            "php": ">=5.4",
            "ratchet/rfc6455": "^0.2.3",
            "react/socket": "^1.0 || ^0.8 || ^0.7"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "suggest": {
            "reactivex/rxphp": "~2.0"
        },
        "time": "2019-01-14T14:09:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ratchet\\Client\\": "src"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Asynchronous WebSocket client",
        "keywords": [
            "Ratchet",
            "async",
            "client",
            "websocket",
            "websocket client"
        ]
    },
    {
        "name": "ratchet/rfc6455",
        "version": "v0.2.6",
        "version_normalized": "0.2.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ratchetphp/RFC6455.git",
            "reference": "879e48c840f8dbc296d68d6a5030673df79bd916"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916",
            "reference": "879e48c840f8dbc296d68d6a5030673df79bd916",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/psr7": "^1.0",
            "php": ">=5.4.2"
        },
        "require-dev": {
            "phpunit/phpunit": "4.8.*",
            "react/socket": "^1.3"
        },
        "time": "2019-12-15T10:18:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ratchet\\RFC6455\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Boden",
                "email": "cboden@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "RFC6455 WebSocket protocol handler",
        "homepage": "http://socketo.me",
        "keywords": [
            "WebSockets",
            "rfc6455",
            "websocket"
        ]
    },
    {
        "name": "react/cache",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/cache.git",
            "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
            "reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/promise": "~2.0|~1.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2019-07-11T13:45:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async, Promise-based cache interface for ReactPHP",
        "keywords": [
            "cache",
            "caching",
            "promise",
            "reactphp"
        ]
    },
    {
        "name": "react/dns",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/dns.git",
            "reference": "a214d90c2884dac18d0cac6176202f247b66d762"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762",
            "reference": "a214d90c2884dac18d0cac6176202f247b66d762",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "react/cache": "^1.0 || ^0.6 || ^0.5",
            "react/event-loop": "^1.0 || ^0.5",
            "react/promise": "^2.7 || ^1.2.1",
            "react/promise-timer": "^1.2"
        },
        "require-dev": {
            "clue/block-react": "^1.2",
            "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2019-08-15T09:06:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Dns\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async DNS resolver for ReactPHP",
        "keywords": [
            "async",
            "dns",
            "dns-resolver",
            "reactphp"
        ]
    },
    {
        "name": "react/event-loop",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/event-loop.git",
            "reference": "6d24de090cd59cfc830263cfba965be77b563c13"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
            "reference": "6d24de090cd59cfc830263cfba965be77b563c13",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
        },
        "suggest": {
            "ext-event": "~1.0 for ExtEventLoop",
            "ext-pcntl": "For signal handling support when using the StreamSelectLoop",
            "ext-uv": "* for ExtUvLoop"
        },
        "time": "2020-01-01T18:39:52+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\EventLoop\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
        "keywords": [
            "asynchronous",
            "event-loop"
        ]
    },
    {
        "name": "react/promise",
        "version": "v2.8.0",
        "version_normalized": "2.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
            "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
        },
        "time": "2020-05-12T15:16:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Sorgalla",
                "email": "jsorgalla@gmail.com"
            }
        ],
        "description": "A lightweight implementation of CommonJS Promises/A for PHP",
        "keywords": [
            "promise",
            "promises"
        ]
    },
    {
        "name": "react/promise-timer",
        "version": "v1.5.1",
        "version_normalized": "1.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise-timer.git",
            "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
            "reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
            "react/promise": "^2.7.0 || ^1.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2019-03-27T18:10:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Promise\\Timer\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christian Lück",
                "email": "christian@lueck.tv"
            }
        ],
        "description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
        "homepage": "https://github.com/reactphp/promise-timer",
        "keywords": [
            "async",
            "event-loop",
            "promise",
            "reactphp",
            "timeout",
            "timer"
        ]
    },
    {
        "name": "react/socket",
        "version": "v1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket.git",
            "reference": "97522e24987365e1ed873f0f4884900747a668e0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/socket/zipball/97522e24987365e1ed873f0f4884900747a668e0",
            "reference": "97522e24987365e1ed873f0f4884900747a668e0",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.0",
            "react/dns": "^1.1",
            "react/event-loop": "^1.0 || ^0.5",
            "react/promise": "^2.6.0 || ^1.2.1",
            "react/promise-timer": "^1.4.0",
            "react/stream": "^1.1"
        },
        "require-dev": {
            "clue/block-react": "^1.2",
            "phpunit/phpunit": "^7.5 || ^6.4 || ^5.7 || ^4.8.35",
            "react/promise-stream": "^1.2"
        },
        "time": "2020-03-12T12:15:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Socket\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
        "keywords": [
            "Connection",
            "Socket",
            "async",
            "reactphp",
            "stream"
        ]
    },
    {
        "name": "react/stream",
        "version": "v1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/reactphp/stream.git",
            "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
            "reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
            "shasum": ""
        },
        "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.8",
            "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
        },
        "require-dev": {
            "clue/stream-filter": "~1.2",
            "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
        },
        "time": "2020-05-04T10:17:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "React\\Stream\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
        "keywords": [
            "event-driven",
            "io",
            "non-blocking",
            "pipe",
            "reactphp",
            "readable",
            "stream",
            "writable"
        ]
    },
    {
        "name": "sensio/framework-extra-bundle",
        "version": "v5.5.5",
        "version_normalized": "5.5.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
            "reference": "c76bb1c5c67840ecb6d9be8e9d8d7036e375e317"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/c76bb1c5c67840ecb6d9be8e9d8d7036e375e317",
            "reference": "c76bb1c5c67840ecb6d9be8e9d8d7036e375e317",
            "shasum": ""
        },
        "require": {
            "doctrine/annotations": "^1.0",
            "php": ">=7.1.3",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/framework-bundle": "^4.4|^5.0",
            "symfony/http-kernel": "^4.4|^5.0"
        },
        "conflict": {
            "doctrine/doctrine-cache-bundle": "<1.3.1"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.11|^2.0",
            "doctrine/orm": "^2.5",
            "nyholm/psr7": "^1.1",
            "symfony/browser-kit": "^4.4|^5.0",
            "symfony/dom-crawler": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/monolog-bridge": "^4.0|^5.0",
            "symfony/monolog-bundle": "^3.2",
            "symfony/phpunit-bridge": "^4.3.5|^5.0",
            "symfony/psr-http-message-bridge": "^1.1",
            "symfony/security-bundle": "^4.4|^5.0",
            "symfony/twig-bundle": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0",
            "twig/twig": "^1.34|^2.4|^3.0"
        },
        "time": "2020-05-06T12:12:33+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "5.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
            },
            "exclude-from-classmap": [
                "/tests/"
            ]
        },
        "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": "swiftmailer/swiftmailer",
        "version": "v6.2.3",
        "version_normalized": "6.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-11-12T09:31:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/contracts",
        "version": "v1.1.8",
        "version_normalized": "1.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/contracts.git",
            "reference": "f51bca9de06b7a25b19a4155da7bebad099a5def"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/contracts/zipball/f51bca9de06b7a25b19a4155da7bebad099a5def",
            "reference": "f51bca9de06b7a25b19a4155da7bebad099a5def",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/cache": "^1.0",
            "psr/container": "^1.0"
        },
        "replace": {
            "symfony/cache-contracts": "self.version",
            "symfony/event-dispatcher-contracts": "self.version",
            "symfony/http-client-contracts": "self.version",
            "symfony/service-contracts": "self.version",
            "symfony/translation-contracts": "self.version"
        },
        "require-dev": {
            "symfony/polyfill-intl-idn": "^1.10"
        },
        "suggest": {
            "psr/event-dispatcher": "When using the EventDispatcher contracts",
            "symfony/cache-implementation": "",
            "symfony/event-dispatcher-implementation": "",
            "symfony/http-client-implementation": "",
            "symfony/service-implementation": "",
            "symfony/translation-implementation": ""
        },
        "time": "2019-11-07T12:44:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\": ""
            },
            "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": "A set of abstractions extracted out of the Symfony components",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/maker-bundle",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/maker-bundle.git",
            "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
            "reference": "bea8c3c959e48a2c952cc7c4f4f32964be8b8874",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.2",
            "nikic/php-parser": "^4.0",
            "php": "^7.1.3",
            "symfony/config": "^3.4|^4.0|^5.0",
            "symfony/console": "^3.4|^4.0|^5.0",
            "symfony/dependency-injection": "^3.4|^4.0|^5.0",
            "symfony/filesystem": "^3.4|^4.0|^5.0",
            "symfony/finder": "^3.4|^4.0|^5.0",
            "symfony/framework-bundle": "^3.4|^4.0|^5.0",
            "symfony/http-kernel": "^3.4|^4.0|^5.0"
        },
        "require-dev": {
            "doctrine/doctrine-bundle": "^1.8|^2.0",
            "doctrine/orm": "^2.3",
            "friendsofphp/php-cs-fixer": "^2.8",
            "friendsoftwig/twigcs": "^3.1.2",
            "symfony/http-client": "^4.3|^5.0",
            "symfony/phpunit-bridge": "^4.3|^5.0",
            "symfony/process": "^3.4|^4.0|^5.0",
            "symfony/security-core": "^3.4|^4.0|^5.0",
            "symfony/yaml": "^3.4|^4.0|^5.0"
        },
        "time": "2020-05-29T14:47:30+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MakerBundle\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
        "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
        "keywords": [
            "code generator",
            "generator",
            "scaffold",
            "scaffolding"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/monolog-bundle",
        "version": "v3.5.0",
        "version_normalized": "3.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/monolog-bundle.git",
            "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
            "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
            "shasum": ""
        },
        "require": {
            "monolog/monolog": "~1.22 || ~2.0",
            "php": ">=5.6",
            "symfony/config": "~3.4 || ~4.0 || ^5.0",
            "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
            "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
            "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
        },
        "require-dev": {
            "symfony/console": "~3.4 || ~4.0 || ^5.0",
            "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
            "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
        },
        "time": "2019-11-13T13:11:14+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\MonologBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony MonologBundle",
        "homepage": "http://symfony.com",
        "keywords": [
            "log",
            "logging"
        ]
    },
    {
        "name": "symfony/phpunit-bridge",
        "version": "v4.4.10",
        "version_normalized": "4.4.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/phpunit-bridge.git",
            "reference": "84cb4467ca3ea127f636806e2f6f27c5c1de4eb9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/84cb4467ca3ea127f636806e2f6f27c5c1de4eb9",
            "reference": "84cb4467ca3ea127f636806e2f6f27c5c1de4eb9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
        },
        "suggest": {
            "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
        },
        "time": "2020-06-07T15:34:22+00:00",
        "bin": [
            "bin/simple-phpunit"
        ],
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            },
            "thanks": {
                "name": "phpunit/phpunit",
                "url": "https://github.com/sebastianbergmann/phpunit"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "bootstrap.php"
            ],
            "psr-4": {
                "Symfony\\Bridge\\PhpUnit\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony PHPUnit Bridge",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/9ec426b564916afb9bfd15f78708ec322eeb8538",
            "reference": "9ec426b564916afb9bfd15f78708ec322eeb8538",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-05-12T16:14:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-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"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
            "reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-05-12T16:14:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424",
            "reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "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 Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-icu",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-icu.git",
            "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
            "reference": "4ef3923e4a86e1b6ef72d42be59dbf7d33a685e3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-05-12T16:14:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-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"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3bff59ea7047e925be6b7f2059d60af31bb46d6a",
            "reference": "3bff59ea7047e925be6b7f2059d60af31bb46d6a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.10"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
            "reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-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"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "f048e612a3905f34931127360bdd2def19a5e582"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582",
            "reference": "f048e612a3905f34931127360bdd2def19a5e582",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
            "reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php73\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.17.0",
        "version_normalized": "1.17.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/5e30b2799bc1ad68f7feb62b60a73743589438dd",
            "reference": "5e30b2799bc1ad68f7feb62b60a73743589438dd",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.8"
        },
        "time": "2020-05-12T16:47:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.17-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ion Bazan",
                "email": "ion.bazan@gmail.com"
            },
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/swiftmailer-bundle",
        "version": "v3.4.0",
        "version_normalized": "3.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/swiftmailer-bundle.git",
            "reference": "553d2474288349faed873da8ab7c1551a00d26ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/553d2474288349faed873da8ab7c1551a00d26ae",
            "reference": "553d2474288349faed873da8ab7c1551a00d26ae",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1",
            "swiftmailer/swiftmailer": "^6.1.3",
            "symfony/config": "^4.3.8|^5.0",
            "symfony/dependency-injection": "^4.3.8|^5.0",
            "symfony/http-kernel": "^4.3.8|^5.0"
        },
        "conflict": {
            "twig/twig": "<1.41|<2.10"
        },
        "require-dev": {
            "symfony/console": "^4.3.8|^5.0",
            "symfony/framework-bundle": "^4.3.8|^5.0",
            "symfony/phpunit-bridge": "^4.3.8|^5.0",
            "symfony/yaml": "^4.3.8|^5.0"
        },
        "suggest": {
            "psr/log": "Allows logging"
        },
        "time": "2019-11-14T16:18:31+00:00",
        "type": "symfony-bundle",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bundle\\SwiftmailerBundle\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "http://symfony.com/contributors"
            }
        ],
        "description": "Symfony SwiftmailerBundle",
        "homepage": "http://symfony.com"
    },
    {
        "name": "symfony/symfony",
        "version": "v4.4.10",
        "version_normalized": "4.4.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/symfony.git",
            "reference": "7eef70427b37763aebfe4ba8aa33e052f91fee3f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/symfony/zipball/7eef70427b37763aebfe4ba8aa33e052f91fee3f",
            "reference": "7eef70427b37763aebfe4ba8aa33e052f91fee3f",
            "shasum": ""
        },
        "require": {
            "doctrine/event-manager": "~1.0",
            "doctrine/persistence": "^1.3",
            "ext-xml": "*",
            "php": ">=7.1.3",
            "psr/cache": "~1.0",
            "psr/container": "^1.0",
            "psr/link": "^1.0",
            "psr/log": "~1.0",
            "symfony/contracts": "^1.1.8",
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-intl-icu": "~1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.5",
            "symfony/polyfill-php73": "^1.11",
            "symfony/polyfill-php80": "^1.15",
            "twig/twig": "^1.41|^2.10|^3.0"
        },
        "conflict": {
            "masterminds/html5": "<2.6",
            "monolog/monolog": ">=2",
            "ocramius/proxy-manager": "<2.1",
            "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
            "phpdocumentor/type-resolver": "<0.3.0",
            "phpunit/phpunit": "<5.4.3"
        },
        "replace": {
            "symfony/amazon-mailer": "self.version",
            "symfony/asset": "self.version",
            "symfony/browser-kit": "self.version",
            "symfony/cache": "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/error-handler": "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/google-mailer": "self.version",
            "symfony/http-client": "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/mailchimp-mailer": "self.version",
            "symfony/mailer": "self.version",
            "symfony/mailgun-mailer": "self.version",
            "symfony/messenger": "self.version",
            "symfony/mime": "self.version",
            "symfony/monolog-bridge": "self.version",
            "symfony/options-resolver": "self.version",
            "symfony/postmark-mailer": "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/sendgrid-mailer": "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/var-exporter": "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/collections": "~1.0",
            "doctrine/data-fixtures": "1.0.*",
            "doctrine/dbal": "~2.4",
            "doctrine/doctrine-bundle": "^1.5|^2.0",
            "doctrine/orm": "~2.4,>=2.4.5",
            "doctrine/reflection": "~1.0",
            "egulias/email-validator": "~1.2,>=1.2.8|~2.0",
            "guzzlehttp/promises": "^1.3.1",
            "masterminds/html5": "^2.6",
            "monolog/monolog": "^1.25.1",
            "nyholm/psr7": "^1.0",
            "ocramius/proxy-manager": "^2.1",
            "paragonie/sodium_compat": "^1.8",
            "php-http/httplug": "^1.0|^2.0",
            "phpdocumentor/reflection-docblock": "^3.0|^4.0",
            "predis/predis": "~1.1",
            "psr/http-client": "^1.0",
            "psr/simple-cache": "^1.0",
            "symfony/phpunit-bridge": "^5.0.8",
            "symfony/security-acl": "~2.8|~3.0",
            "twig/cssinliner-extra": "^2.12",
            "twig/inky-extra": "^2.12",
            "twig/markdown-extra": "^2.12"
        },
        "time": "2020-06-12T11:15:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.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"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "thruway/pawl-transport",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thruway/pawl-transport.git",
            "reference": "fa297b4aaf74c59fe2fcb41963f55bfcfda70c98"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thruway/pawl-transport/zipball/fa297b4aaf74c59fe2fcb41963f55bfcfda70c98",
            "reference": "fa297b4aaf74c59fe2fcb41963f55bfcfda70c98",
            "shasum": ""
        },
        "require": {
            "ratchet/pawl": "^0.3.1"
        },
        "time": "2019-07-04T14:58:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Thruway\\Transport\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Matt Bonneau",
                "email": "matt@bonneau.net",
                "role": "Developer"
            },
            {
                "name": "David Dan",
                "email": "davidwdan@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "Pawl WebSocket Transport for Thruway Client",
        "keywords": [
            "Autobahn",
            "WAMP",
            "WAMP2",
            "WebSockets",
            "client",
            "sockets",
            "thruway"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v2.12.5",
        "version_normalized": "2.12.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
            "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/phpunit-bridge": "^4.4|^5.0"
        },
        "time": "2020-02-11T15:31:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Twig Team",
                "role": "Contributors"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
            "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "conflict": {
            "vimeo/psalm": "<3.9.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^7.5.13"
        },
        "time": "2020-04-18T12:12:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    }
]
