[
    {
        "name": "asm89/stack-cors",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/asm89/stack-cors.git",
            "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
            "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
            "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0 || ^4.8.10",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "time": "2019-12-24T22:41:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Asm89\\Stack\\": "src/Asm89/Stack/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alexander",
                "email": "iam.asm89@gmail.com"
            }
        ],
        "description": "Cross-origin resource sharing library and stack middleware",
        "homepage": "https://github.com/asm89/stack-cors",
        "keywords": [
            "cors",
            "stack"
        ]
    },
    {
        "name": "brick/math",
        "version": "0.8.15",
        "version_normalized": "0.8.15.0",
        "source": {
            "type": "git",
            "url": "https://github.com/brick/math.git",
            "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
            "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1|^8.0"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.2",
            "phpunit/phpunit": "^7.5.15|^8.5",
            "vimeo/psalm": "^3.5"
        },
        "time": "2020-04-15T15:59:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Brick\\Math\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Arbitrary-precision arithmetic library",
        "keywords": [
            "Arbitrary-precision",
            "BigInteger",
            "BigRational",
            "arithmetic",
            "bigdecimal",
            "bignum",
            "brick",
            "math"
        ]
    },
    {
        "name": "defuse/php-encryption",
        "version": "v2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/defuse/php-encryption.git",
            "reference": "0f407c43b953d571421e0020ba92082ed5fb7620"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
            "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "paragonie/random_compat": ">= 2",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "nikic/php-parser": "^2.0|^3.0|^4.0",
            "phpunit/phpunit": "^4|^5"
        },
        "time": "2018-07-24T23:27:56+00:00",
        "bin": [
            "bin/generate-defuse-key"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Defuse\\Crypto\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Hornby",
                "email": "taylor@defuse.ca",
                "homepage": "https://defuse.ca/"
            },
            {
                "name": "Scott Arciszewski",
                "email": "info@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "Secure PHP Encryption Library",
        "keywords": [
            "aes",
            "authenticated encryption",
            "cipher",
            "crypto",
            "cryptography",
            "encrypt",
            "encryption",
            "openssl",
            "security",
            "symmetric key cryptography"
        ]
    },
    {
        "name": "dnoegel/php-xdg-base-dir",
        "version": "v0.1.1",
        "version_normalized": "0.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
            "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
            "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
        },
        "time": "2019-12-04T15:06:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "XdgBaseDir\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "implementation of xdg base directory specification for php"
    },
    {
        "name": "doctrine/inflector",
        "version": "1.3.1",
        "version_normalized": "1.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/inflector.git",
            "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
            "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2019-10-30T19:59:35+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Benjamin Eberlei",
                "email": "kontakt@beberlei.de"
            },
            {
                "name": "Jonathan Wage",
                "email": "jonwage@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "Common String Manipulations with regard to casing and singular/plural rules.",
        "homepage": "http://www.doctrine-project.org",
        "keywords": [
            "inflection",
            "pluralize",
            "singularize",
            "string"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
            "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2019-10-30T14:39:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "dragonmantank/cron-expression",
        "version": "v2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dragonmantank/cron-expression.git",
            "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
            "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.4|^7.0"
        },
        "time": "2019-03-31T00:38:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Cron\\": "src/Cron/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Chris Tankersley",
                "email": "chris@ctankersley.com",
                "homepage": "https://github.com/dragonmantank"
            }
        ],
        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
        "keywords": [
            "cron",
            "schedule"
        ]
    },
    {
        "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": "fideloper/proxy",
        "version": "4.3.0",
        "version_normalized": "4.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fideloper/TrustedProxy.git",
            "reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
            "reference": "ec38ad69ee378a1eec04fb0e417a97cfaf7ed11a",
            "shasum": ""
        },
        "require": {
            "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "illuminate/http": "^5.0|^6.0|^7.0|^8.0",
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^6.0"
        },
        "time": "2020-02-22T01:51:47+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Fideloper\\Proxy\\TrustedProxyServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fideloper\\Proxy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Fidao",
                "email": "fideloper@gmail.com"
            }
        ],
        "description": "Set trusted proxies for Laravel",
        "keywords": [
            "load balancing",
            "proxy",
            "trusted proxy"
        ]
    },
    {
        "name": "firebase/php-jwt",
        "version": "v5.2.0",
        "version_normalized": "5.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/firebase/php-jwt.git",
            "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/firebase/php-jwt/zipball/feb0e820b8436873675fd3aca04f3728eb2185cb",
            "reference": "feb0e820b8436873675fd3aca04f3728eb2185cb",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">=4.8 <=9"
        },
        "time": "2020-03-25T18:49:23+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",
        "keywords": [
            "jwt",
            "php"
        ]
    },
    {
        "name": "fruitcake/laravel-cors",
        "version": "v1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/fruitcake/laravel-cors.git",
            "reference": "0e0500133dbb6325266133dd72f040617c9cdbd0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/0e0500133dbb6325266133dd72f040617c9cdbd0",
            "reference": "0e0500133dbb6325266133dd72f040617c9cdbd0",
            "shasum": ""
        },
        "require": {
            "asm89/stack-cors": "^1.3",
            "illuminate/contracts": "^5.5|^6.0|^7.0|^8.0",
            "illuminate/support": "^5.5|^6.0|^7.0|^8.0",
            "php": ">=7",
            "symfony/http-foundation": "^3.3|^4.0|^5.0",
            "symfony/http-kernel": "^3.3|^4.0|^5.0"
        },
        "require-dev": {
            "laravel/framework": "^5.5|^6.0|^7.0|^8.0",
            "orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
            "phpro/grumphp": "^0.16|^0.17",
            "phpunit/phpunit": "^6.0|^7.0|^8.0",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-03-11T21:05:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            },
            "laravel": {
                "providers": [
                    "Fruitcake\\Cors\\CorsServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fruitcake\\Cors\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fruitcake",
                "homepage": "https://fruitcake.nl"
            },
            {
                "name": "Barry vd. Heuvel",
                "email": "barryvdh@gmail.com"
            }
        ],
        "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
        "keywords": [
            "api",
            "cors",
            "crossdomain",
            "laravel"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.5.3",
        "version_normalized": "6.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/guzzle.git",
            "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
            "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "guzzlehttp/promises": "^1.0",
            "guzzlehttp/psr7": "^1.6.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.11"
        },
        "require-dev": {
            "ext-curl": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
            "psr/log": "^1.1"
        },
        "suggest": {
            "psr/log": "Required for using the Log middleware"
        },
        "time": "2020-04-18T10:38:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "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 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.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-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"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "laminas/laminas-diactoros",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-diactoros.git",
            "reference": "5ab185dba63ec655a2380c97711b09adc7061f89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89",
            "reference": "5ab185dba63ec655a2380c97711b09adc7061f89",
            "shasum": ""
        },
        "require": {
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^7.1",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0"
        },
        "conflict": {
            "phpspec/prophecy": "<1.9.0"
        },
        "provide": {
            "psr/http-factory-implementation": "1.0",
            "psr/http-message-implementation": "1.0"
        },
        "replace": {
            "zendframework/zend-diactoros": "^2.2.1"
        },
        "require-dev": {
            "ext-curl": "*",
            "ext-dom": "*",
            "ext-libxml": "*",
            "http-interop/http-factory-tests": "^0.5.0",
            "laminas/laminas-coding-standard": "~1.0.0",
            "php-http/psr7-integration-tests": "^1.0",
            "phpunit/phpunit": "^7.5.18"
        },
        "time": "2020-04-27T17:07:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.3.x-dev",
                "dev-develop": "2.4.x-dev"
            },
            "laminas": {
                "config-provider": "Laminas\\Diactoros\\ConfigProvider",
                "module": "Laminas\\Diactoros"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions/create_uploaded_file.php",
                "src/functions/marshal_headers_from_sapi.php",
                "src/functions/marshal_method_from_sapi.php",
                "src/functions/marshal_protocol_version_from_sapi.php",
                "src/functions/marshal_uri_from_sapi.php",
                "src/functions/normalize_server.php",
                "src/functions/normalize_uploaded_files.php",
                "src/functions/parse_cookie_header.php",
                "src/functions/create_uploaded_file.legacy.php",
                "src/functions/marshal_headers_from_sapi.legacy.php",
                "src/functions/marshal_method_from_sapi.legacy.php",
                "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                "src/functions/marshal_uri_from_sapi.legacy.php",
                "src/functions/normalize_server.legacy.php",
                "src/functions/normalize_uploaded_files.legacy.php",
                "src/functions/parse_cookie_header.legacy.php"
            ],
            "psr-4": {
                "Laminas\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://laminas.dev",
        "keywords": [
            "http",
            "laminas",
            "psr",
            "psr-7"
        ]
    },
    {
        "name": "laminas/laminas-zendframework-bridge",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
            "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
            "reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-04-03T16:01:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev",
                "dev-develop": "1.1.x-dev"
            },
            "laminas": {
                "module": "Laminas\\ZendFrameworkBridge"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/autoload.php"
            ],
            "psr-4": {
                "Laminas\\ZendFrameworkBridge\\": "src//"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Alias legacy ZF class names to Laminas Project equivalents.",
        "keywords": [
            "ZendFramework",
            "autoloading",
            "laminas",
            "zf"
        ]
    },
    {
        "name": "laravel/framework",
        "version": "v7.7.1",
        "version_normalized": "7.7.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/framework.git",
            "reference": "4de129177f889cd7672e732d8808020adfb7b121"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/framework/zipball/4de129177f889cd7672e732d8808020adfb7b121",
            "reference": "4de129177f889cd7672e732d8808020adfb7b121",
            "shasum": ""
        },
        "require": {
            "doctrine/inflector": "^1.1",
            "dragonmantank/cron-expression": "^2.0",
            "egulias/email-validator": "^2.1.10",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "league/commonmark": "^1.3",
            "league/flysystem": "^1.0.8",
            "monolog/monolog": "^2.0",
            "nesbot/carbon": "^2.17",
            "opis/closure": "^3.1",
            "php": "^7.2.5",
            "psr/container": "^1.0",
            "psr/simple-cache": "^1.0",
            "ramsey/uuid": "^3.7|^4.0",
            "swiftmailer/swiftmailer": "^6.0",
            "symfony/console": "^5.0",
            "symfony/error-handler": "^5.0",
            "symfony/finder": "^5.0",
            "symfony/http-foundation": "^5.0",
            "symfony/http-kernel": "^5.0",
            "symfony/mime": "^5.0",
            "symfony/process": "^5.0",
            "symfony/routing": "^5.0",
            "symfony/var-dumper": "^5.0",
            "tijsverkoyen/css-to-inline-styles": "^2.2.2",
            "vlucas/phpdotenv": "^4.0",
            "voku/portable-ascii": "^1.4.8"
        },
        "conflict": {
            "tightenco/collect": "<5.5.33"
        },
        "replace": {
            "illuminate/auth": "self.version",
            "illuminate/broadcasting": "self.version",
            "illuminate/bus": "self.version",
            "illuminate/cache": "self.version",
            "illuminate/config": "self.version",
            "illuminate/console": "self.version",
            "illuminate/container": "self.version",
            "illuminate/contracts": "self.version",
            "illuminate/cookie": "self.version",
            "illuminate/database": "self.version",
            "illuminate/encryption": "self.version",
            "illuminate/events": "self.version",
            "illuminate/filesystem": "self.version",
            "illuminate/hashing": "self.version",
            "illuminate/http": "self.version",
            "illuminate/log": "self.version",
            "illuminate/mail": "self.version",
            "illuminate/notifications": "self.version",
            "illuminate/pagination": "self.version",
            "illuminate/pipeline": "self.version",
            "illuminate/queue": "self.version",
            "illuminate/redis": "self.version",
            "illuminate/routing": "self.version",
            "illuminate/session": "self.version",
            "illuminate/support": "self.version",
            "illuminate/testing": "self.version",
            "illuminate/translation": "self.version",
            "illuminate/validation": "self.version",
            "illuminate/view": "self.version"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^3.0",
            "doctrine/dbal": "^2.6",
            "filp/whoops": "^2.4",
            "guzzlehttp/guzzle": "^6.3.1|^7.0",
            "league/flysystem-cached-adapter": "^1.0",
            "mockery/mockery": "^1.3.1",
            "moontoast/math": "^1.1",
            "orchestra/testbench-core": "^5.0",
            "pda/pheanstalk": "^4.0",
            "phpunit/phpunit": "^8.4|^9.0",
            "predis/predis": "^1.1.1",
            "symfony/cache": "^5.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
            "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
            "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
            "ext-memcached": "Required to use the memcache cache driver.",
            "ext-pcntl": "Required to use all features of the queue worker.",
            "ext-posix": "Required to use all features of the queue worker.",
            "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
            "filp/whoops": "Required for friendly error pages in development (^2.4).",
            "fzaninotto/faker": "Required to use the eloquent factory builder (^1.9.1).",
            "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.3.1|^7.0).",
            "laravel/tinker": "Required to use the tinker console command (^2.0).",
            "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
            "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
            "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
            "mockery/mockery": "Required to use mocking (^1.3.1).",
            "moontoast/math": "Required to use ordered UUIDs (^1.1).",
            "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
            "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
            "phpunit/phpunit": "Required to use assertions and run tests (^8.4|^9.0).",
            "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
            "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
            "symfony/cache": "Required to PSR-6 cache bridge (^5.0).",
            "symfony/filesystem": "Required to create relative storage directory symbolic links (^5.0).",
            "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
            "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
        },
        "time": "2020-04-21T18:57:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Illuminate/Foundation/helpers.php",
                "src/Illuminate/Support/helpers.php"
            ],
            "psr-4": {
                "Illuminate\\": "src/Illuminate/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "The Laravel Framework.",
        "homepage": "https://laravel.com",
        "keywords": [
            "framework",
            "laravel"
        ]
    },
    {
        "name": "laravel/passport",
        "version": "v8.4.4",
        "version_normalized": "8.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/passport.git",
            "reference": "dd4b1d96eb1fe556a6eb2c55c942360364aa02c1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/passport/zipball/dd4b1d96eb1fe556a6eb2c55c942360364aa02c1",
            "reference": "dd4b1d96eb1fe556a6eb2c55c942360364aa02c1",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "firebase/php-jwt": "^3.0|^4.0|^5.0",
            "guzzlehttp/guzzle": "^6.0",
            "illuminate/auth": "^6.0|^7.0",
            "illuminate/console": "^6.0|^7.0",
            "illuminate/container": "^6.0|^7.0",
            "illuminate/contracts": "^6.0|^7.0",
            "illuminate/cookie": "^6.0|^7.0",
            "illuminate/database": "^6.0|^7.0",
            "illuminate/encryption": "^6.0|^7.0",
            "illuminate/http": "^6.0|^7.0",
            "illuminate/support": "^6.0|^7.0",
            "laminas/laminas-diactoros": "^2.2",
            "league/oauth2-server": "^8.0",
            "nyholm/psr7": "^1.0",
            "php": "^7.2",
            "phpseclib/phpseclib": "^2.0",
            "symfony/psr-http-message-bridge": "^2.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "orchestra/testbench": "^4.4|^5.0",
            "phpunit/phpunit": "^8.0"
        },
        "time": "2020-04-21T19:24:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Passport\\PassportServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Passport\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Laravel Passport provides OAuth2 server support to Laravel.",
        "keywords": [
            "laravel",
            "oauth",
            "passport"
        ]
    },
    {
        "name": "laravel/tinker",
        "version": "v2.4.0",
        "version_normalized": "2.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/laravel/tinker.git",
            "reference": "cde90a7335a2130a4488beb68f4b2141869241db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laravel/tinker/zipball/cde90a7335a2130a4488beb68f4b2141869241db",
            "reference": "cde90a7335a2130a4488beb68f4b2141869241db",
            "shasum": ""
        },
        "require": {
            "illuminate/console": "^6.0|^7.0|^8.0",
            "illuminate/contracts": "^6.0|^7.0|^8.0",
            "illuminate/support": "^6.0|^7.0|^8.0",
            "php": "^7.2",
            "psy/psysh": "^0.10.3",
            "symfony/var-dumper": "^4.3|^5.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.3.1",
            "phpunit/phpunit": "^8.4|^9.0"
        },
        "suggest": {
            "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
        },
        "time": "2020-04-07T15:01:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Laravel\\Tinker\\TinkerServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laravel\\Tinker\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylor@laravel.com"
            }
        ],
        "description": "Powerful REPL for the Laravel framework.",
        "keywords": [
            "REPL",
            "Tinker",
            "laravel",
            "psysh"
        ]
    },
    {
        "name": "lcobucci/jwt",
        "version": "3.3.1",
        "version_normalized": "3.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lcobucci/jwt.git",
            "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lcobucci/jwt/zipball/a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
            "reference": "a11ec5f4b4d75d1fcd04e133dede4c317aac9e18",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "mikey179/vfsstream": "~1.5",
            "phpmd/phpmd": "~2.2",
            "phpunit/php-invoker": "~1.1",
            "phpunit/phpunit": "^5.7 || ^7.3",
            "squizlabs/php_codesniffer": "~2.3"
        },
        "time": "2019-05-24T18:30:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Lcobucci\\JWT\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Luís Otávio Cobucci Oblonczyk",
                "email": "lcobucci@gmail.com",
                "role": "Developer"
            }
        ],
        "description": "A simple library to work with JSON Web Token and JSON Web Signature",
        "keywords": [
            "JWS",
            "jwt"
        ]
    },
    {
        "name": "league/commonmark",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/commonmark.git",
            "reference": "c995966d35424bae20f76f8b31248099487a3f57"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c995966d35424bae20f76f8b31248099487a3f57",
            "reference": "c995966d35424bae20f76f8b31248099487a3f57",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": "^7.1"
        },
        "conflict": {
            "scrutinizer/ocular": "1.7.*"
        },
        "require-dev": {
            "cebe/markdown": "~1.0",
            "commonmark/commonmark.js": "0.29.1",
            "erusev/parsedown": "~1.0",
            "ext-json": "*",
            "github/gfm": "0.29.0",
            "michelf/php-markdown": "~1.4",
            "mikehaertl/php-shellcommand": "^1.4",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^7.5",
            "scrutinizer/ocular": "^1.5",
            "symfony/finder": "^4.2"
        },
        "time": "2020-04-20T13:36:51+00:00",
        "bin": [
            "bin/commonmark"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\CommonMark\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Colin O'Dell",
                "email": "colinodell@gmail.com",
                "homepage": "https://www.colinodell.com",
                "role": "Lead Developer"
            }
        ],
        "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
        "homepage": "https://commonmark.thephpleague.com",
        "keywords": [
            "commonmark",
            "flavored",
            "gfm",
            "github",
            "github-flavored",
            "markdown",
            "md",
            "parser"
        ]
    },
    {
        "name": "league/event",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/event.git",
            "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
            "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "henrikbjorn/phpspec-code-coverage": "~1.0.1",
            "phpspec/phpspec": "^2.2"
        },
        "time": "2018-11-26T11:52:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Event\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Event package",
        "keywords": [
            "emitter",
            "event",
            "listener"
        ]
    },
    {
        "name": "league/flysystem",
        "version": "1.0.67",
        "version_normalized": "1.0.67.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5b1f36c75c4bdde981294c2a0ebdb437ee6f275e",
            "reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "php": ">=5.5.9"
        },
        "conflict": {
            "league/flysystem-sftp": "<1.0.6"
        },
        "require-dev": {
            "phpspec/phpspec": "^3.4",
            "phpunit/phpunit": "^5.7.26"
        },
        "suggest": {
            "ext-fileinfo": "Required for MimeType",
            "ext-ftp": "Allows you to use FTP server storage",
            "ext-openssl": "Allows you to use FTPS server storage",
            "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
            "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
            "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
            "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
            "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
            "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
            "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
            "league/flysystem-webdav": "Allows you to use WebDAV storage",
            "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
            "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
            "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
        },
        "time": "2020-04-16T13:21:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Filesystem abstraction: Many filesystems, one API.",
        "keywords": [
            "Cloud Files",
            "WebDAV",
            "abstraction",
            "aws",
            "cloud",
            "copy.com",
            "dropbox",
            "file systems",
            "files",
            "filesystem",
            "filesystems",
            "ftp",
            "rackspace",
            "remote",
            "s3",
            "sftp",
            "storage"
        ]
    },
    {
        "name": "league/flysystem-cached-adapter",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
            "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
            "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
            "shasum": ""
        },
        "require": {
            "league/flysystem": "~1.0",
            "psr/cache": "^1.0.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9",
            "phpspec/phpspec": "^3.4",
            "phpunit/phpunit": "^5.7",
            "predis/predis": "~1.0",
            "tedivm/stash": "~0.12"
        },
        "suggest": {
            "ext-phpredis": "Pure C implemented extension for PHP"
        },
        "time": "2018-07-09T20:51:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Cached\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "frankdejonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "An adapter decorator to enable meta-data caching."
    },
    {
        "name": "league/flysystem-sftp",
        "version": "1.0.22",
        "version_normalized": "1.0.22.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem-sftp.git",
            "reference": "cab59dd2277e02fe46f5f23195672a02ed49774d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/cab59dd2277e02fe46f5f23195672a02ed49774d",
            "reference": "cab59dd2277e02fe46f5f23195672a02ed49774d",
            "shasum": ""
        },
        "require": {
            "league/flysystem": "~1.0",
            "php": ">=5.6.0",
            "phpseclib/phpseclib": "~2.0"
        },
        "require-dev": {
            "mockery/mockery": "0.9.*",
            "phpunit/phpunit": "^5.7.25"
        },
        "time": "2019-10-16T20:05:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\Sftp\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Flysystem adapter for SFTP"
    },
    {
        "name": "league/oauth2-server",
        "version": "8.0.0",
        "version_normalized": "8.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/oauth2-server.git",
            "reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
            "reference": "e1dc4d708c56fcfa205be4bb1862b6d525b4baac",
            "shasum": ""
        },
        "require": {
            "defuse/php-encryption": "^2.2.1",
            "ext-json": "*",
            "ext-openssl": "*",
            "lcobucci/jwt": "^3.3.1",
            "league/event": "^2.2",
            "php": ">=7.1.0",
            "psr/http-message": "^1.0.1"
        },
        "replace": {
            "league/oauth2server": "*",
            "lncd/oauth2": "*"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.11.8",
            "phpstan/phpstan-phpunit": "^0.11.2",
            "phpunit/phpunit": "^7.5.13 || ^8.2.3",
            "roave/security-advisories": "dev-master",
            "zendframework/zend-diactoros": "^2.1.2"
        },
        "time": "2019-07-13T18:58:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\OAuth2\\Server\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Alex Bilbie",
                "email": "hello@alexbilbie.com",
                "homepage": "http://www.alexbilbie.com",
                "role": "Developer"
            },
            {
                "name": "Andy Millington",
                "email": "andrew@noexceptions.io",
                "homepage": "https://www.noexceptions.io",
                "role": "Developer"
            }
        ],
        "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
        "homepage": "https://oauth2.thephpleague.com/",
        "keywords": [
            "Authentication",
            "api",
            "auth",
            "authorisation",
            "authorization",
            "oauth",
            "oauth 2",
            "oauth 2.0",
            "oauth2",
            "protect",
            "resource",
            "secure",
            "server"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c861fcba2ca29404dc9e617eedd9eff4616986b8",
            "reference": "c861fcba2ca29404dc9e617eedd9eff4616986b8",
            "shasum": ""
        },
        "require": {
            "php": "^7.2",
            "psr/log": "^1.0.1"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "elasticsearch/elasticsearch": "^6.0",
            "graylog2/gelf-php": "^1.4.2",
            "jakub-onderka/php-parallel-lint": "^0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpspec/prophecy": "^1.6.1",
            "phpunit/phpunit": "^8.3",
            "predis/predis": "^1.1",
            "rollbar/rollbar": "^1.3",
            "ruflin/elastica": ">=0.90 <3.0",
            "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",
            "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mbstring": "Allow to work properly with unicode symbols",
            "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
            "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"
        },
        "time": "2019-12-20T14:22:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "nesbot/carbon",
        "version": "2.32.2",
        "version_normalized": "2.32.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/briannesbitt/Carbon.git",
            "reference": "f10e22cf546704fab1db4ad4b9dedbc5c797a0dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f10e22cf546704fab1db4ad4b9dedbc5c797a0dc",
            "reference": "f10e22cf546704fab1db4ad4b9dedbc5c797a0dc",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": "^7.1.8 || ^8.0",
            "symfony/translation": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "doctrine/orm": "^2.7",
            "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
            "kylekatarnls/multi-tester": "^1.1",
            "phpmd/phpmd": "^2.8",
            "phpstan/phpstan": "^0.11",
            "phpunit/phpunit": "^7.5 || ^8.0",
            "squizlabs/php_codesniffer": "^3.4"
        },
        "time": "2020-03-31T13:43:19+00:00",
        "bin": [
            "bin/carbon"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "laravel": {
                "providers": [
                    "Carbon\\Laravel\\ServiceProvider"
                ]
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Carbon\\": "src/Carbon/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Brian Nesbitt",
                "email": "brian@nesbot.com",
                "homepage": "http://nesbot.com"
            },
            {
                "name": "kylekatarnls",
                "homepage": "http://github.com/kylekatarnls"
            }
        ],
        "description": "An API extension for DateTime that supports 281 different languages.",
        "homepage": "http://carbon.nesbot.com",
        "keywords": [
            "date",
            "datetime",
            "time"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.4.0",
        "version_normalized": "4.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
            "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
            "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-04-10T16:34:50+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": "nyholm/psr7",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Nyholm/psr7.git",
            "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c",
            "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "php-http/message-factory": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-factory-implementation": "1.0",
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "http-interop/http-factory-tests": "dev-master",
            "php-http/psr7-integration-tests": "dev-master",
            "phpunit/phpunit": "^7.5"
        },
        "time": "2019-09-05T13:24:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Nyholm\\Psr7\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Tobias Nyholm",
                "email": "tobias.nyholm@gmail.com"
            },
            {
                "name": "Martijn van der Ven",
                "email": "martijn@vanderven.se"
            }
        ],
        "description": "A fast PHP7 implementation of PSR-7",
        "homepage": "http://tnyholm.se",
        "keywords": [
            "psr-17",
            "psr-7"
        ]
    },
    {
        "name": "opis/closure",
        "version": "3.5.1",
        "version_normalized": "3.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opis/closure.git",
            "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
            "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "^2.0",
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2019-11-29T22:36:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Opis\\Closure\\": "src/"
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marius Sarca",
                "email": "marius.sarca@gmail.com"
            },
            {
                "name": "Sorin Sarca",
                "email": "sarca_sorin@hotmail.com"
            }
        ],
        "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
        "homepage": "https://opis.io/closure",
        "keywords": [
            "anonymous functions",
            "closure",
            "function",
            "serializable",
            "serialization",
            "serialize"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "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": "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": "phpoption/phpoption",
        "version": "1.7.3",
        "version_normalized": "1.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
            "reference": "4acfd6a4b33a509d8c88f50e5222f734b6aeebae",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.3",
            "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2020-03-21T18:07:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOption\\": "src/PhpOption/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ]
    },
    {
        "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"
        ]
    },
    {
        "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/event-dispatcher",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/event-dispatcher.git",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.0"
        },
        "time": "2019-01-08T18:20:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\EventDispatcher\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Standard interfaces for event handling.",
        "keywords": [
            "events",
            "psr",
            "psr-14"
        ]
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0"
        },
        "time": "2019-04-30T12:38:16+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 interfaces for PSR-7 HTTP message factories",
        "keywords": [
            "factory",
            "http",
            "message",
            "psr",
            "psr-17",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "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/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": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "psy/psysh",
        "version": "v0.10.3",
        "version_normalized": "0.10.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bobthecow/psysh.git",
            "reference": "2bde2fa03e05dff0aee834598b951d6fc7c6fe02"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2bde2fa03e05dff0aee834598b951d6fc7c6fe02",
            "reference": "2bde2fa03e05dff0aee834598b951d6fc7c6fe02",
            "shasum": ""
        },
        "require": {
            "dnoegel/php-xdg-base-dir": "0.1.*",
            "ext-json": "*",
            "ext-tokenizer": "*",
            "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
            "php": "^8.0 || ^7.0 || ^5.5.9",
            "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
            "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.2",
            "hoa/console": "3.17.*"
        },
        "suggest": {
            "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
            "ext-pdo-sqlite": "The doc command requires SQLite to work.",
            "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
            "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
            "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
        },
        "time": "2020-04-07T06:44:48+00:00",
        "bin": [
            "bin/psysh"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Psy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "An interactive shell for modern PHP.",
        "homepage": "http://psysh.org",
        "keywords": [
            "REPL",
            "console",
            "interactive",
            "shell"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "ramsey/collection",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/collection.git",
            "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/collection/zipball/925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
            "reference": "925ad8cf55ba7a3fc92e332c58fd0478ace3e1ca",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
            "fzaninotto/faker": "^1.5",
            "jakub-onderka/php-parallel-lint": "^1",
            "jangregor/phpstan-prophecy": "^0.6",
            "mockery/mockery": "^1.3",
            "phpstan/extension-installer": "^1",
            "phpstan/phpdoc-parser": "0.4.1",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-mockery": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^8.5",
            "slevomat/coding-standard": "^6.0",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-01-05T00:22:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ramsey\\Collection\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ben Ramsey",
                "email": "ben@benramsey.com",
                "homepage": "https://benramsey.com"
            }
        ],
        "description": "A PHP 7.2+ library for representing and manipulating collections.",
        "homepage": "https://github.com/ramsey/collection",
        "keywords": [
            "array",
            "collection",
            "hash",
            "map",
            "queue",
            "set"
        ]
    },
    {
        "name": "ramsey/uuid",
        "version": "4.0.1",
        "version_normalized": "4.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ramsey/uuid.git",
            "reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ramsey/uuid/zipball/ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
            "reference": "ba8fff1d3abb8bb4d35a135ed22a31c6ef3ede3d",
            "shasum": ""
        },
        "require": {
            "brick/math": "^0.8",
            "ext-json": "*",
            "php": "^7.2 || ^8",
            "ramsey/collection": "^1.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "replace": {
            "rhumsaa/uuid": "self.version"
        },
        "require-dev": {
            "codeception/aspect-mock": "^3",
            "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
            "doctrine/annotations": "^1.8",
            "goaop/framework": "^2",
            "mockery/mockery": "^1.3",
            "moontoast/math": "^1.1",
            "paragonie/random-lib": "^2",
            "php-mock/php-mock-mockery": "^1.3",
            "php-mock/php-mock-phpunit": "^2.5",
            "php-parallel-lint/php-parallel-lint": "^1.1",
            "phpstan/extension-installer": "^1.0",
            "phpstan/phpdoc-parser": "0.4.3",
            "phpstan/phpstan": "^0.12",
            "phpstan/phpstan-mockery": "^0.12",
            "phpstan/phpstan-phpunit": "^0.12",
            "phpunit/phpunit": "^8.5",
            "psy/psysh": "^0.10.0",
            "slevomat/coding-standard": "^6.0",
            "squizlabs/php_codesniffer": "^3.5",
            "vimeo/psalm": "3.9.4"
        },
        "suggest": {
            "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
            "ext-ctype": "Enables faster processing of character classification using ctype functions.",
            "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
            "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
            "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
            "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
        },
        "time": "2020-03-29T20:13:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ramsey\\Uuid\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
        "homepage": "https://github.com/ramsey/uuid",
        "keywords": [
            "guid",
            "identifier",
            "uuid"
        ]
    },
    {
        "name": "spatie/array-to-xml",
        "version": "2.11.2",
        "version_normalized": "2.11.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/spatie/array-to-xml.git",
            "reference": "bdb5bc735b0639f6f438e935b13f7ac216239679"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/bdb5bc735b0639f6f438e935b13f7ac216239679",
            "reference": "bdb5bc735b0639f6f438e935b13f7ac216239679",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "php": "^7.2"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^8.0",
            "spatie/phpunit-snapshot-assertions": "^2.0"
        },
        "time": "2019-08-21T06:32:31+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Spatie\\ArrayToXml\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Freek Van der Herten",
                "email": "freek@spatie.be",
                "homepage": "https://murze.be",
                "role": "Developer"
            }
        ],
        "description": "Convert an array to xml",
        "homepage": "https://github.com/spatie/array-to-xml",
        "keywords": [
            "array",
            "convert",
            "xml"
        ]
    },
    {
        "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/console",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
            "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php73": "^1.8",
            "symfony/service-contracts": "^1.1|^2"
        },
        "conflict": {
            "symfony/dependency-injection": "<4.4",
            "symfony/event-dispatcher": "<4.4",
            "symfony/lock": "<4.4",
            "symfony/process": "<4.4"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/event-dispatcher": "^4.4|^5.0",
            "symfony/lock": "^4.4|^5.0",
            "symfony/process": "^4.4|^5.0",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2020-03-30T11:42:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/css-selector",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/css-selector.git",
            "reference": "5f8d5271303dad260692ba73dfa21777d38e124e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e",
            "reference": "5f8d5271303dad260692ba73dfa21777d38e124e",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\CssSelector\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Jean-François Simon",
                "email": "jeanfrancois.simon@sensiolabs.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony CssSelector Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/error-handler",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/error-handler.git",
            "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
            "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "psr/log": "^1.0",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "require-dev": {
            "symfony/http-kernel": "^4.4|^5.0",
            "symfony/serializer": "^4.4|^5.0"
        },
        "time": "2020-03-30T14:14:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\ErrorHandler\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony ErrorHandler Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
            "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/event-dispatcher-contracts": "^2"
        },
        "conflict": {
            "symfony/dependency-injection": "<4.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "2.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/stopwatch": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
            "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "psr/event-dispatcher": "^1"
        },
        "suggest": {
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2019-11-18T17:27:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to dispatching event",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
            "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-foundation",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
            "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/mime": "^4.4|^5.0",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "^4.4|^5.0"
        },
        "time": "2020-03-30T14:14:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/http-kernel",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-kernel.git",
            "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad574c55d451127cab1c45b4ac51bf283e340cf0",
            "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "psr/log": "~1.0",
            "symfony/error-handler": "^4.4|^5.0",
            "symfony/event-dispatcher": "^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-php73": "^1.9"
        },
        "conflict": {
            "symfony/browser-kit": "<4.4",
            "symfony/cache": "<5.0",
            "symfony/config": "<5.0",
            "symfony/dependency-injection": "<4.4",
            "symfony/doctrine-bridge": "<5.0",
            "symfony/form": "<5.0",
            "symfony/http-client": "<5.0",
            "symfony/mailer": "<5.0",
            "symfony/messenger": "<5.0",
            "symfony/translation": "<5.0",
            "symfony/twig-bridge": "<5.0",
            "symfony/validator": "<5.0",
            "twig/twig": "<2.4"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/cache": "~1.0",
            "symfony/browser-kit": "^4.4|^5.0",
            "symfony/config": "^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/css-selector": "^4.4|^5.0",
            "symfony/dependency-injection": "^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/process": "^4.4|^5.0",
            "symfony/routing": "^4.4|^5.0",
            "symfony/stopwatch": "^4.4|^5.0",
            "symfony/translation": "^4.4|^5.0",
            "symfony/translation-contracts": "^1.1|^2",
            "twig/twig": "^2.4|^3.0"
        },
        "suggest": {
            "symfony/browser-kit": "",
            "symfony/config": "",
            "symfony/console": "",
            "symfony/dependency-injection": ""
        },
        "time": "2020-03-30T15:04:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpKernel\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony HttpKernel Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/mime",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/mime.git",
            "reference": "481b7d6da88922fb1e0d86a943987722b08f3955"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
            "reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "conflict": {
            "symfony/mailer": "<4.4"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10",
            "symfony/dependency-injection": "^4.4|^5.0"
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Mime\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A library to manipulate MIME messages",
        "homepage": "https://symfony.com",
        "keywords": [
            "mime",
            "mime-type"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-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"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ad6d62792bfbcfc385dd34b424d4fcf9712a32c8",
            "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-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"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
            "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.10"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "37b0976c78b94856543260ce09b460a7bc852747"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
            "reference": "37b0976c78b94856543260ce09b460a7bc852747",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
            "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-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"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/process.git",
            "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
            "reference": "c5ca4a0fc16a0c888067d43fbcfe1f8a53d8e70e",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/psr-http-message-bridge",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/psr-http-message-bridge.git",
            "reference": "ce709cd9c90872c08c2427b45739d5f3c781ab4f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/ce709cd9c90872c08c2427b45739d5f3c781ab4f",
            "reference": "ce709cd9c90872c08c2427b45739d5f3c781ab4f",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "psr/http-message": "^1.0",
            "symfony/http-foundation": "^4.4 || ^5.0"
        },
        "require-dev": {
            "nyholm/psr7": "^1.1",
            "symfony/phpunit-bridge": "^4.4 || ^5.0"
        },
        "suggest": {
            "nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
        },
        "time": "2020-01-02T08:07:11+00:00",
        "type": "symfony-bridge",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Bridge\\PsrHttpMessage\\": ""
            },
            "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": "PSR HTTP message bridge",
        "homepage": "http://symfony.com",
        "keywords": [
            "http",
            "http-message",
            "psr-17",
            "psr-7"
        ]
    },
    {
        "name": "symfony/routing",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/routing.git",
            "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/routing/zipball/d98a95d0a684caba47a47c1c50c602a669dc973b",
            "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "conflict": {
            "symfony/config": "<5.0",
            "symfony/dependency-injection": "<4.4",
            "symfony/yaml": "<4.4"
        },
        "require-dev": {
            "doctrine/annotations": "~1.2",
            "psr/log": "~1.0",
            "symfony/config": "^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/expression-language": "^4.4|^5.0",
            "symfony/http-foundation": "^4.4|^5.0",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "doctrine/annotations": "For using the annotation loader",
            "symfony/config": "For using the all-in-one router or any loader",
            "symfony/expression-language": "For using expression matching",
            "symfony/http-foundation": "For using a Symfony Request object",
            "symfony/yaml": "For using the YAML loader"
        },
        "time": "2020-03-30T11:42:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Routing\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Routing Component",
        "homepage": "https://symfony.com",
        "keywords": [
            "router",
            "routing",
            "uri",
            "url"
        ]
    },
    {
        "name": "symfony/service-contracts",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
            "reference": "144c5e51266b281231e947b51223ba14acf1a749"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
            "reference": "144c5e51266b281231e947b51223ba14acf1a749",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "psr/container": "^1.0"
        },
        "suggest": {
            "symfony/service-implementation": ""
        },
        "time": "2019-11-18T17:27:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Service\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to writing services",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "99b831770e10807dca0979518e2c89edffef5978"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/99b831770e10807dca0979518e2c89edffef5978",
            "reference": "99b831770e10807dca0979518e2c89edffef5978",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/translation-contracts": "^2"
        },
        "conflict": {
            "symfony/config": "<4.4",
            "symfony/dependency-injection": "<5.0",
            "symfony/http-kernel": "<5.0",
            "symfony/twig-bundle": "<5.0",
            "symfony/yaml": "<4.4"
        },
        "provide": {
            "symfony/translation-implementation": "2.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/http-kernel": "^5.0",
            "symfony/intl": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1.2|^2",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2020-03-27T16:56:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
            "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2019-11-18T17:27:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/var-dumper",
        "version": "v5.0.7",
        "version_normalized": "5.0.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "f74a126acd701392eef2492a17228d42552c86b5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f74a126acd701392eef2492a17228d42552c86b5",
            "reference": "f74a126acd701392eef2492a17228d42552c86b5",
            "shasum": ""
        },
        "require": {
            "php": "^7.2.5",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.3",
            "symfony/console": "<4.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "^4.4|^5.0",
            "symfony/process": "^4.4|^5.0",
            "twig/twig": "^2.4|^3.0"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2020-03-27T16:56:45+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "tijsverkoyen/css-to-inline-styles",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
            "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
            "reference": "dda2ee426acd6d801d5b7fd1001cde9b5f790e15",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php": "^5.5 || ^7.0",
            "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2019-10-24T08:53:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TijsVerkoyen\\CssToInlineStyles\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Tijs Verkoyen",
                "email": "css_to_inline_styles@verkoyen.eu",
                "role": "Developer"
            }
        ],
        "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
        "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles"
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v4.1.4",
        "version_normalized": "4.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "feb6dad5ae24b1380827aee1629b730080fde500"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/feb6dad5ae24b1380827aee1629b730080fde500",
            "reference": "feb6dad5ae24b1380827aee1629b730080fde500",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9 || ^7.0",
            "phpoption/phpoption": "^1.7.2",
            "symfony/polyfill-ctype": "^1.9"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.3",
            "ext-filter": "*",
            "ext-pcre": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
        },
        "suggest": {
            "ext-filter": "Required to use the boolean validator.",
            "ext-pcre": "Required to use most of the library."
        },
        "time": "2020-04-12T15:20:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "homepage": "https://gjcampbell.co.uk/"
            },
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "https://vancelucas.com/"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    },
    {
        "name": "voku/portable-ascii",
        "version": "1.4.10",
        "version_normalized": "1.4.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/voku/portable-ascii.git",
            "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/240e93829a5f985fab0984a6e55ae5e26b78a334",
            "reference": "240e93829a5f985fab0984a6e55ae5e26b78a334",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2020-03-13T01:23:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/",
                "voku\\tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
        "homepage": "https://github.com/voku/portable-ascii",
        "keywords": [
            "ascii",
            "clean",
            "php"
        ]
    }
]
