{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "43b684957d3dd654472e7317230922f4",
    "packages": [
        {
            "name": "axy/backtrace",
            "version": "1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/axypro/backtrace.git",
                "reference": "c6c7d0f3497a07ae934f9e8511cbc2286db311c5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/axypro/backtrace/zipball/c6c7d0f3497a07ae934f9e8511cbc2286db311c5",
                "reference": "c6c7d0f3497a07ae934f9e8511cbc2286db311c5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "axy\\backtrace\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oleg Grigoriev",
                    "email": "go.vasac@gmail.com"
                }
            ],
            "description": "Tracing in PHP",
            "homepage": "https://github.com/axypro/backtrace",
            "keywords": [
                "Backtrace",
                "debug",
                "exception",
                "trace"
            ],
            "support": {
                "issues": "https://github.com/axypro/backtrace/issues",
                "source": "https://github.com/axypro/backtrace/tree/1.0.7"
            },
            "time": "2019-02-02T15:52:44+00:00"
        },
        {
            "name": "axy/codecs-base64vlq",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/axypro/codecs-base64vlq.git",
                "reference": "53a1957f2cb773c6533ac615b3f1ac59e40e13cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/axypro/codecs-base64vlq/zipball/53a1957f2cb773c6533ac615b3f1ac59e40e13cc",
                "reference": "53a1957f2cb773c6533ac615b3f1ac59e40e13cc",
                "shasum": ""
            },
            "require": {
                "axy/errors": "~1.0.1",
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "axy\\codecs\\base64vlq\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oleg Grigoriev",
                    "email": "go.vasac@gmail.com"
                }
            ],
            "description": "Codec for VLQ (variable-length quantity) Base64 algorithm",
            "homepage": "https://github.com/axypro/codecs-base64vlq",
            "keywords": [
                "Source map",
                "VLQ",
                "Variable length quantity",
                "base64",
                "codec"
            ],
            "support": {
                "issues": "https://github.com/axypro/codecs-base64vlq/issues",
                "source": "https://github.com/axypro/codecs-base64vlq/tree/master"
            },
            "time": "2015-11-23T07:08:52+00:00"
        },
        {
            "name": "axy/errors",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/axypro/errors.git",
                "reference": "2c64374ae2b9ca51304c09b6b6acc275557fc34f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/axypro/errors/zipball/2c64374ae2b9ca51304c09b6b6acc275557fc34f",
                "reference": "2c64374ae2b9ca51304c09b6b6acc275557fc34f",
                "shasum": ""
            },
            "require": {
                "axy/backtrace": "~1.0.2",
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "axy\\errors\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oleg Grigoriev",
                    "email": "go.vasac@gmail.com"
                }
            ],
            "description": "Exceptions in PHP",
            "homepage": "https://github.com/axypro/errors",
            "keywords": [
                "error",
                "exception"
            ],
            "support": {
                "issues": "https://github.com/axypro/errors/issues",
                "source": "https://github.com/axypro/errors/tree/1.0.5"
            },
            "time": "2019-02-02T18:26:18+00:00"
        },
        {
            "name": "axy/sourcemap",
            "version": "0.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/axypro/sourcemap.git",
                "reference": "95a52df5a08c3a011031dae2e79390134e28467c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/axypro/sourcemap/zipball/95a52df5a08c3a011031dae2e79390134e28467c",
                "reference": "95a52df5a08c3a011031dae2e79390134e28467c",
                "shasum": ""
            },
            "require": {
                "axy/codecs-base64vlq": "~1.0.0",
                "axy/errors": "~1.0.1",
                "ext-json": "*",
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "axy\\sourcemap\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oleg Grigoriev",
                    "email": "go.vasac@gmail.com"
                }
            ],
            "description": "Work with JavaScript/CSS Source Map",
            "homepage": "https://github.com/axypro/sourcemap",
            "keywords": [
                "Source map",
                "css",
                "javascript",
                "sourcemap"
            ],
            "support": {
                "issues": "https://github.com/axypro/sourcemap/issues",
                "source": "https://github.com/axypro/sourcemap/tree/0.1.5"
            },
            "time": "2020-08-20T09:49:44+00:00"
        },
        {
            "name": "components/font-awesome",
            "version": "5.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/components/font-awesome.git",
                "reference": "1be57c473b964c8130f2dbd9edc4f64db5394114"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/components/font-awesome/zipball/1be57c473b964c8130f2dbd9edc4f64db5394114",
                "reference": "1be57c473b964c8130f2dbd9edc4f64db5394114",
                "shasum": ""
            },
            "type": "component",
            "extra": {
                "component": {
                    "styles": [
                        "css/all.css"
                    ],
                    "files": [
                        "css/all.min.css",
                        "webfonts/*"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "CC-BY-4.0",
                "MIT",
                "OFL-1.1"
            ],
            "description": "Font Awesome, the iconic SVG, font, and CSS framework.",
            "support": {
                "issues": "https://github.com/components/font-awesome/issues",
                "source": "https://github.com/components/font-awesome/tree/5.9.0"
            },
            "time": "2019-06-07T02:02:10+00:00"
        },
        {
            "name": "dflydev/fig-cookies",
            "version": "v1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/dflydev/dflydev-fig-cookies.git",
                "reference": "883233c159d00d39e940bd12cfe42c0d23420c1c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dflydev/dflydev-fig-cookies/zipball/883233c159d00d39e940bd12cfe42c0d23420c1c",
                "reference": "883233c159d00d39e940bd12cfe42c0d23420c1c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "psr/http-message": "~1.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "~0.1@dev",
                "phpunit/phpunit": "~4.5",
                "squizlabs/php_codesniffer": "~2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Dflydev\\FigCookies\\": "src/Dflydev/FigCookies"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Beau Simensen",
                    "email": "beau@dflydev.com"
                }
            ],
            "description": "Cookies for PSR-7 HTTP Message Interface.",
            "keywords": [
                "cookies",
                "psr-7",
                "psr7"
            ],
            "support": {
                "issues": "https://github.com/dflydev/dflydev-fig-cookies/issues",
                "source": "https://github.com/dflydev/dflydev-fig-cookies/tree/master"
            },
            "time": "2016-03-28T09:10:18+00:00"
        },
        {
            "name": "doctrine/cache",
            "version": "1.10.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "13e3381b25847283a91948d04640543941309727"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
                "reference": "13e3381b25847283a91948d04640543941309727",
                "shasum": ""
            },
            "require": {
                "php": "~7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "mongodb/mongodb": "^1.1",
                "phpunit/phpunit": "^7.0",
                "predis/predis": "~1.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.9.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
            "homepage": "https://www.doctrine-project.org/projects/cache.html",
            "keywords": [
                "abstraction",
                "apcu",
                "cache",
                "caching",
                "couchdb",
                "memcached",
                "php",
                "redis",
                "xcache"
            ],
            "support": {
                "issues": "https://github.com/doctrine/cache/issues",
                "source": "https://github.com/doctrine/cache/tree/1.10.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
                    "type": "tidelift"
                }
            ],
            "time": "2020-07-07T18:54:01+00:00"
        },
        {
            "name": "doctrine/dbal",
            "version": "2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/67d56d3203b33db29834e6b2fcdbfdc50535d796",
                "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.0",
                "doctrine/deprecations": "^0.5.3",
                "doctrine/event-manager": "^1.0",
                "ext-pdo": "*",
                "php": "^7.1 || ^8"
            },
            "require-dev": {
                "doctrine/coding-standard": "8.2.0",
                "jetbrains/phpstorm-stubs": "2020.2",
                "phpstan/phpstan": "0.12.81",
                "phpunit/phpunit": "^7.5.20|^8.5|9.5.0",
                "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
                "vimeo/psalm": "4.6.4"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
            "keywords": [
                "abstraction",
                "database",
                "db2",
                "dbal",
                "mariadb",
                "mssql",
                "mysql",
                "oci8",
                "oracle",
                "pdo",
                "pgsql",
                "postgresql",
                "queryobject",
                "sasql",
                "sql",
                "sqlanywhere",
                "sqlite",
                "sqlserver",
                "sqlsrv"
            ],
            "support": {
                "issues": "https://github.com/doctrine/dbal/issues",
                "source": "https://github.com/doctrine/dbal/tree/2.13.0"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
                    "type": "tidelift"
                }
            ],
            "time": "2021-03-28T18:10:53+00:00"
        },
        {
            "name": "doctrine/deprecations",
            "version": "v0.5.3",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
                "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
                "shasum": ""
            },
            "require": {
                "php": "^7.1|^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0|^7.0|^8.0",
                "phpunit/phpunit": "^7.0|^8.0|^9.0",
                "psr/log": "^1.0"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
            "support": {
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
            },
            "time": "2021-03-21T12:59:47+00:00"
        },
        {
            "name": "doctrine/event-manager",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/event-manager.git",
                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine/common": "<2.9@dev"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                },
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                }
            ],
            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
            "keywords": [
                "event",
                "event dispatcher",
                "event manager",
                "event system",
                "events"
            ],
            "support": {
                "issues": "https://github.com/doctrine/event-manager/issues",
                "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-29T18:28:51+00:00"
        },
        {
            "name": "doctrine/inflector",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
                "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^7.0",
                "phpstan/phpstan": "^0.11",
                "phpstan/phpstan-phpunit": "^0.11",
                "phpstan/phpstan-strict-rules": "^0.11",
                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
            "keywords": [
                "inflection",
                "inflector",
                "lowercase",
                "manipulation",
                "php",
                "plural",
                "singular",
                "strings",
                "uppercase",
                "words"
            ],
            "support": {
                "issues": "https://github.com/doctrine/inflector/issues",
                "source": "https://github.com/doctrine/inflector/tree/1.4.x"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-29T07:19:59+00:00"
        },
        {
            "name": "doctrine/lexer",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
                "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpstan/phpstan": "^0.11.8",
                "phpunit/phpunit": "^8.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/doctrine/lexer/issues",
                "source": "https://github.com/doctrine/lexer/tree/1.2.1"
            },
            "funding": [
                {
                    "url": "https://www.doctrine-project.org/sponsorship.html",
                    "type": "custom"
                },
                {
                    "url": "https://www.patreon.com/phpdoctrine",
                    "type": "patreon"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-25T17:44:05+00:00"
        },
        {
            "name": "egulias/email-validator",
            "version": "3.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307",
                "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.2",
                "php": ">=7.2",
                "symfony/polyfill-intl-idn": "^1.15"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^8.5.8|^9.3.3",
                "vimeo/psalm": "^4"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Egulias\\EmailValidator\\": "src"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/3.1.1"
            },
            "funding": [
                {
                    "url": "https://github.com/egulias",
                    "type": "github"
                }
            ],
            "time": "2021-04-01T18:37:14+00:00"
        },
        {
            "name": "erusev/parsedown",
            "version": "1.7.4",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/erusev/parsedown/issues",
                "source": "https://github.com/erusev/parsedown/tree/1.7.x"
            },
            "time": "2019-12-30T22:54:17+00:00"
        },
        {
            "name": "fig/http-message-util",
            "version": "1.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message-util.git",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "suggest": {
                "psr/http-message": "The package containing the PSR-7 interfaces"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Fig\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-message-util/issues",
                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
            },
            "time": "2020-11-24T22:02:12+00:00"
        },
        {
            "name": "filp/whoops",
            "version": "2.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/filp/whoops.git",
                "reference": "d501fd2658d55491a2295ff600ae5978eaad7403"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/filp/whoops/zipball/d501fd2658d55491a2295ff600ae5978eaad7403",
                "reference": "d501fd2658d55491a2295ff600ae5978eaad7403",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9 || ^7.0 || ^8.0",
                "psr/log": "^1.0.1"
            },
            "require-dev": {
                "mockery/mockery": "^0.9 || ^1.0",
                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
            },
            "suggest": {
                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
                "whoops/soap": "Formats errors as SOAP responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Whoops\\": "src/Whoops/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Filipe Dobreira",
                    "homepage": "https://github.com/filp",
                    "role": "Developer"
                }
            ],
            "description": "php error handling for cool kids",
            "homepage": "https://filp.github.io/whoops/",
            "keywords": [
                "error",
                "exception",
                "handling",
                "library",
                "throwable",
                "whoops"
            ],
            "support": {
                "issues": "https://github.com/filp/whoops/issues",
                "source": "https://github.com/filp/whoops/tree/2.12.0"
            },
            "funding": [
                {
                    "url": "https://github.com/denis-sokolov",
                    "type": "github"
                }
            ],
            "time": "2021-03-30T12:00:00+00:00"
        },
        {
            "name": "flarum/approval",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/approval.git",
                "reference": "a93aa0c490ea4e73ac9999b580734febcd9b97a5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/approval/zipball/a93aa0c490ea4e73ac9999b580734febcd9b97a5",
                "reference": "a93aa0c490ea4e73ac9999b580734febcd9b97a5",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13",
                "flarum/flags": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Approval",
                    "icon": {
                        "name": "fas fa-check",
                        "backgroundColor": "#ABDC88",
                        "color": "#3F8A32"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Approval\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Make discussions and posts require moderator approval.",
            "keywords": [
                "moderation"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/approval"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T11:08:43+00:00"
        },
        {
            "name": "flarum/auth-facebook",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/auth-facebook.git",
                "reference": "434acf36b882b9deb0f6f1f1c1d03ad33d3e0936"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/auth-facebook/zipball/434acf36b882b9deb0f6f1f1c1d03ad33d3e0936",
                "reference": "434acf36b882b9deb0f6f1f1c1d03ad33d3e0936",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13",
                "league/oauth2-facebook": "^2.0"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Facebook Login",
                    "icon": {
                        "name": "fab fa-facebook",
                        "backgroundColor": "#3b5998",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Auth\\Facebook\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow users to log in with Facebook.",
            "keywords": [
                "Authentication"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/auth-facebook"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "abandoned": "fof/oauth",
            "time": "2020-05-01T11:08:43+00:00"
        },
        {
            "name": "flarum/auth-github",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/auth-github.git",
                "reference": "d01b8349c49cf9807bdf9da86ff1d5f1a8d7c853"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/auth-github/zipball/d01b8349c49cf9807bdf9da86ff1d5f1a8d7c853",
                "reference": "d01b8349c49cf9807bdf9da86ff1d5f1a8d7c853",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13",
                "league/oauth2-github": "^2.0"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "GitHub Login",
                    "icon": {
                        "name": "fab fa-github",
                        "backgroundColor": "#eee",
                        "color": "#333"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Auth\\Github\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow users to log in with GitHub.",
            "keywords": [
                "Authentication"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/auth-github"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "abandoned": "fof/oauth",
            "time": "2020-05-01T11:08:43+00:00"
        },
        {
            "name": "flarum/auth-twitter",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/auth-twitter.git",
                "reference": "f96265c36ccb49e0d16734907ffd6acb6108ce75"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/auth-twitter/zipball/f96265c36ccb49e0d16734907ffd6acb6108ce75",
                "reference": "f96265c36ccb49e0d16734907ffd6acb6108ce75",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13",
                "league/oauth1-client": "^1.6"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Twitter Login",
                    "icon": {
                        "name": "fab fa-twitter",
                        "backgroundColor": "#55ADEE",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Auth\\Twitter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow users to log in with Twitter.",
            "keywords": [
                "Authentication"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/auth-twitter"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "abandoned": "fof/oauth",
            "time": "2020-05-01T11:08:44+00:00"
        },
        {
            "name": "flarum/bbcode",
            "version": "v0.1.0-beta.12",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/bbcode.git",
                "reference": "165c47059e1f44cae56cc5462366c92ca96dcc33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/bbcode/zipball/165c47059e1f44cae56cc5462366c92ca96dcc33",
                "reference": "165c47059e1f44cae56cc5462366c92ca96dcc33",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.12"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "BBCode",
                    "icon": {
                        "name": "fas fa-bold",
                        "backgroundColor": "#238C59",
                        "color": "#fff"
                    }
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow posts to be formatted with BBCode.",
            "keywords": [
                "formatting"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/bbcode"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-03-04T11:08:08+00:00"
        },
        {
            "name": "flarum/core",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/core.git",
                "reference": "fd371c1203439810af8f6814cdff402faebf4126"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/core/zipball/fd371c1203439810af8f6814cdff402faebf4126",
                "reference": "fd371c1203439810af8f6814cdff402faebf4126",
                "shasum": ""
            },
            "require": {
                "axy/sourcemap": "^0.1.4",
                "components/font-awesome": "5.9.*",
                "dflydev/fig-cookies": "^1.0.2",
                "doctrine/dbal": "^2.7",
                "franzl/whoops-middleware": "^0.4.0",
                "illuminate/bus": "5.7.*",
                "illuminate/cache": "5.7.*",
                "illuminate/config": "5.7.*",
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/database": "5.7.*",
                "illuminate/events": "5.7.*",
                "illuminate/filesystem": "5.7.*",
                "illuminate/hashing": "5.7.*",
                "illuminate/mail": "5.7.*",
                "illuminate/queue": "5.7.*",
                "illuminate/session": "5.7.*",
                "illuminate/support": "5.7.*",
                "illuminate/validation": "5.7.*",
                "illuminate/view": "5.7.*",
                "intervention/image": "^2.5.0",
                "laminas/laminas-diactoros": "^1.8.4",
                "laminas/laminas-httphandlerrunner": "^1.0",
                "laminas/laminas-stratigility": "^3.0",
                "league/flysystem": "^1.0.11",
                "matthiasmullie/minify": "^1.3",
                "middlewares/base-path": "^1.1",
                "middlewares/base-path-router": "^0.2.1",
                "middlewares/request-handler": "^1.2",
                "monolog/monolog": "^1.16.0",
                "nikic/fast-route": "^0.6",
                "php": ">=7.2",
                "psr/http-message": "^1.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "s9e/text-formatter": "^2.3.6",
                "symfony/config": "^3.3",
                "symfony/console": "^4.2",
                "symfony/event-dispatcher": "^4.3.2",
                "symfony/translation": "^3.3",
                "symfony/yaml": "^3.3",
                "tobscure/json-api": "^0.3.0",
                "wikimedia/less.php": "^3.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "phpunit/phpunit": "^7.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\": "src/"
                },
                "files": [
                    "src/helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franz Liedke",
                    "email": "franz@develophp.org"
                },
                {
                    "name": "Daniel Klabbers",
                    "email": "daniel@klabbers.email",
                    "homepage": "https://luceos.com"
                },
                {
                    "name": "David Sevilla Martin",
                    "email": "me+flarum@datitisev.me",
                    "homepage": "https://datitisev.me"
                },
                {
                    "name": "Clark Winkelmann",
                    "email": "clark.winkelmann@gmail.com",
                    "homepage": "https://clarkwinkelmann.com"
                },
                {
                    "name": "Matthew Kilgore",
                    "email": "matthew@kilgore.dev"
                }
            ],
            "description": "Delightfully simple forum software.",
            "homepage": "https://flarum.org/",
            "keywords": [
                "discussion",
                "forum"
            ],
            "support": {
                "docs": "https://flarum.org/docs/",
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/core"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-04T10:52:03+00:00"
        },
        {
            "name": "flarum/emoji",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/emoji.git",
                "reference": "0155803b0503727c9962d3994f59e7f3d34dd629"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/emoji/zipball/0155803b0503727c9962d3994f59e7f3d34dd629",
                "reference": "0155803b0503727c9962d3994f59e7f3d34dd629",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Emoji",
                    "icon": {
                        "image": "icon.svg",
                        "backgroundColor": "#FECC4D"
                    }
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Convert text and unicode emoji into Twemoji.",
            "keywords": [
                "formatting"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/emoji"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T11:08:44+00:00"
        },
        {
            "name": "flarum/flags",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/flags.git",
                "reference": "dfa0b09545937b95010f63a122cdc16f9f23696c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/flags/zipball/dfa0b09545937b95010f63a122cdc16f9f23696c",
                "reference": "dfa0b09545937b95010f63a122cdc16f9f23696c",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Flags",
                    "icon": {
                        "name": "fas fa-flag",
                        "backgroundColor": "#D659B5",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Flags\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow users to flag posts for moderator review.",
            "keywords": [
                "moderation"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/flags"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T11:08:45+00:00"
        },
        {
            "name": "flarum/lang-english",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/lang-english.git",
                "reference": "9056fca21d357d24700aa11b98ff277f23542675"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/lang-english/zipball/9056fca21d357d24700aa11b98ff277f23542675",
                "reference": "9056fca21d357d24700aa11b98ff277f23542675",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "English",
                    "icon": {
                        "image": "icon.svg",
                        "backgroundColor": "#00247d",
                        "backgroundSize": "cover",
                        "backgroundPosition": "center"
                    }
                },
                "flarum-locale": {
                    "code": "en",
                    "title": "English"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "English language pack.",
            "keywords": [
                "locale"
            ],
            "support": {
                "source": "https://github.com/flarum/lang-english/tree/v0.1.0-beta.13"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-04T09:04:45+00:00"
        },
        {
            "name": "flarum/likes",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/likes.git",
                "reference": "18681e5d671fdc06a9e6b8c2bef2b1cd8ecafa66"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/likes/zipball/18681e5d671fdc06a9e6b8c2bef2b1cd8ecafa66",
                "reference": "18681e5d671fdc06a9e6b8c2bef2b1cd8ecafa66",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Likes",
                    "icon": {
                        "name": "far fa-thumbs-up",
                        "backgroundColor": "#3A649D",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Likes\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow users to like posts.",
            "keywords": [
                "discussion"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/likes"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T08:42:55+00:00"
        },
        {
            "name": "flarum/lock",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/lock.git",
                "reference": "9c44e335b6e9e9d38a72c278ff6e55c904ae0864"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/lock/zipball/9c44e335b6e9e9d38a72c278ff6e55c904ae0864",
                "reference": "9c44e335b6e9e9d38a72c278ff6e55c904ae0864",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Lock",
                    "icon": {
                        "name": "fas fa-lock",
                        "backgroundColor": "#ddd",
                        "color": "#666"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Lock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "End a discussion and don't let anyone add further replies.",
            "keywords": [
                "moderation"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/lock"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T11:08:45+00:00"
        },
        {
            "name": "flarum/markdown",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/markdown.git",
                "reference": "0fabad5137c535f561fb6464daf61b68dc6120d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/markdown/zipball/0fabad5137c535f561fb6464daf61b68dc6120d7",
                "reference": "0fabad5137c535f561fb6464daf61b68dc6120d7",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Markdown",
                    "icon": {
                        "image": "icon.svg",
                        "backgroundColor": "#000",
                        "backgroundSize": "100%",
                        "backgroundRepeat": "no-repeat",
                        "backgroundPosition": "center",
                        "color": "#fff"
                    }
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow posts to be formatted with Markdown.",
            "keywords": [
                "formatting"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/markdown"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-04T08:14:22+00:00"
        },
        {
            "name": "flarum/mentions",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/mentions.git",
                "reference": "63e203b608bd86b6d0fbd9db189227a2d54bf12f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/mentions/zipball/63e203b608bd86b6d0fbd9db189227a2d54bf12f",
                "reference": "63e203b608bd86b6d0fbd9db189227a2d54bf12f",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Mentions",
                    "icon": {
                        "name": "fas fa-at",
                        "backgroundColor": "#539EC1",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Mentions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Mention and reply to specific posts and users.",
            "keywords": [
                "discussion"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/mentions"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-04T08:35:14+00:00"
        },
        {
            "name": "flarum/pusher",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/pusher.git",
                "reference": "0f4955004c16b9ce230307b6539b0e389d9804cd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/pusher/zipball/0f4955004c16b9ce230307b6539b0e389d9804cd",
                "reference": "0f4955004c16b9ce230307b6539b0e389d9804cd",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13",
                "pusher/pusher-php-server": "^2.2"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Pusher",
                    "icon": {
                        "image": "icon.png",
                        "backgroundSize": "46% 63%",
                        "backgroundPosition": "center",
                        "backgroundRepeat": "no-repeat",
                        "backgroundColor": "#40bad8",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Pusher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "See new discussions and posts in real-time using Pusher.",
            "keywords": [
                "discussion"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/pusher"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T11:08:46+00:00"
        },
        {
            "name": "flarum/statistics",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/statistics.git",
                "reference": "24f396e81e76d2ad0176d5818bea8110b1564820"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/statistics/zipball/24f396e81e76d2ad0176d5818bea8110b1564820",
                "reference": "24f396e81e76d2ad0176d5818bea8110b1564820",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Statistics",
                    "icon": {
                        "name": "fas fa-chart-bar",
                        "backgroundColor": "#6932d1",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Statistics\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Add a basic statistics widget on the Dashboard.",
            "keywords": [
                "administration"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/statistics"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-01T08:43:01+00:00"
        },
        {
            "name": "flarum/sticky",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/sticky.git",
                "reference": "683c3742833d74243e75a30417a4d61ecdb87551"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/sticky/zipball/683c3742833d74243e75a30417a4d61ecdb87551",
                "reference": "683c3742833d74243e75a30417a4d61ecdb87551",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Sticky",
                    "icon": {
                        "name": "fas fa-thumbtack",
                        "backgroundColor": "#D13E32",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Sticky\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Pin discussions to the top of the list.",
            "keywords": [
                "discussion"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/sticky"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-04T08:38:45+00:00"
        },
        {
            "name": "flarum/subscriptions",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/subscriptions.git",
                "reference": "bf017e06d7e312e37ef5309b26bc2ec55263731c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/subscriptions/zipball/bf017e06d7e312e37ef5309b26bc2ec55263731c",
                "reference": "bf017e06d7e312e37ef5309b26bc2ec55263731c",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Subscriptions",
                    "icon": {
                        "name": "fas fa-star",
                        "backgroundColor": "#ffea7b",
                        "color": "#de8e00"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Subscriptions\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Allow users to follow discussions and receive notifications for new posts.",
            "keywords": [
                "discussion"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/subscriptions"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-04T08:44:10+00:00"
        },
        {
            "name": "flarum/suspend",
            "version": "v0.1.0-beta.13",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/suspend.git",
                "reference": "095f9bada0ef251f48c38a608f523bfea6eba67e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/suspend/zipball/095f9bada0ef251f48c38a608f523bfea6eba67e",
                "reference": "095f9bada0ef251f48c38a608f523bfea6eba67e",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Suspend",
                    "icon": {
                        "name": "fas fa-ban",
                        "backgroundColor": "#ddd",
                        "color": "#666"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Suspend\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Suspend users so they can't post.",
            "keywords": [
                "moderation"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/suspend"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-05-03T12:39:35+00:00"
        },
        {
            "name": "flarum/tags",
            "version": "v0.1.0-beta.13.2",
            "source": {
                "type": "git",
                "url": "https://github.com/flarum/tags.git",
                "reference": "f929d10426083fe959f37edd42edac70dc4b09fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/flarum/tags/zipball/f929d10426083fe959f37edd42edac70dc4b09fe",
                "reference": "f929d10426083fe959f37edd42edac70dc4b09fe",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "type": "flarum-extension",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                },
                "flarum-extension": {
                    "title": "Tags",
                    "icon": {
                        "name": "fas fa-tags",
                        "backgroundColor": "#F28326",
                        "color": "#fff"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Flarum\\Tags\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Organize discussions into a hierarchy of tags and categories.",
            "keywords": [
                "discussion"
            ],
            "support": {
                "issues": "https://github.com/flarum/core/issues",
                "source": "https://github.com/flarum/tags"
            },
            "funding": [
                {
                    "url": "https://github.com/flarum",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/flarum",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/flarum/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-06T19:41:20+00:00"
        },
        {
            "name": "fof/subscribed",
            "version": "0.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfFlarum/subscribed.git",
                "reference": "e9e5b94e9914fa113e7b46443bad229079ef2ea3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfFlarum/subscribed/zipball/e9e5b94e9914fa113e7b46443bad229079ef2ea3",
                "reference": "e9e5b94e9914fa113e7b46443bad229079ef2ea3",
                "shasum": ""
            },
            "require": {
                "flarum/core": "^0.1.0-beta.13"
            },
            "replace": {
                "flagrow/subscribed": "*"
            },
            "type": "flarum-extension",
            "extra": {
                "flarum-extension": {
                    "title": "FoF Subscribed",
                    "icon": {
                        "name": "fas fa-reply-all",
                        "backgroundColor": "#e74c3c",
                        "color": "#fff"
                    }
                },
                "flagrow": {
                    "discuss": "https://discuss.flarum.org/d/6460"
                }
            },
            "autoload": {
                "psr-4": {
                    "FoF\\Subscribed\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniël Klabbers",
                    "email": "daniel@klabbers.email",
                    "homepage": "http://luceos.com"
                },
                {
                    "name": "Christian Lopez",
                    "email": "Lopez.T.Christian@gmail.com"
                }
            ],
            "description": "Better user subscriptions for your Flarum forum",
            "keywords": [
                "extension",
                "flarum",
                "fof",
                "friendsofflarum",
                "subscriptions"
            ],
            "support": {
                "issues": "https://github.com/FriendsOfFlarum/subscribed/issues",
                "source": "https://github.com/FriendsOfFlarum/subscribed/tree/0.2.4"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/fof",
                    "type": "open_collective"
                }
            ],
            "time": "2020-12-10T11:59:31+00:00"
        },
        {
            "name": "fof/upload",
            "version": "0.10.1",
            "source": {
                "type": "git",
                "url": "https://github.com/FriendsOfFlarum/upload.git",
                "reference": "0c6bdf8078850136358725e94a10b23c44bb1906"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/FriendsOfFlarum/upload/zipball/0c6bdf8078850136358725e94a10b23c44bb1906",
                "reference": "0c6bdf8078850136358725e94a10b23c44bb1906",
                "shasum": ""
            },
            "require": {
                "flarum/core": ">=0.1.0-beta.12 <0.1.0-beta.14",
                "guzzlehttp/guzzle": "^6.0",
                "ramsey/uuid": "^3.5.2",
                "softcreatr/php-mime-detector": "^3.0"
            },
            "replace": {
                "flagrow/upload": "*"
            },
            "require-dev": {
                "league/flysystem-aws-s3-v3": "^1.0",
                "overtrue/flysystem-qiniu": "1.0.4"
            },
            "suggest": {
                "league/flysystem-aws-s3-v3": "Uploads to AWS S3 using API version 3.",
                "overtrue/flysystem-qiniu": "Uploads to QiNiu using API."
            },
            "type": "flarum-extension",
            "extra": {
                "flarum-extension": {
                    "title": "FoF Upload",
                    "icon": {
                        "image": "resources/logo.svg",
                        "backgroundColor": "#e74c3c",
                        "backgroundSize": "90%",
                        "backgroundRepeat": "no-repeat",
                        "backgroundPosition": "center"
                    }
                },
                "flagrow": {
                    "discuss": "https://discuss.flarum.org/d/4154"
                }
            },
            "autoload": {
                "psr-4": {
                    "FoF\\Upload\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniël Klabbers",
                    "email": "daniel@klabbers.email",
                    "homepage": "https://luceos.com/"
                }
            ],
            "description": "The file upload extension for the Flarum forum with insane intelligence.",
            "keywords": [
                "file",
                "flarum",
                "upload"
            ],
            "support": {
                "issues": "https://github.com/FriendsOfFlarum/upload/issues",
                "source": "https://github.com/FriendsOfFlarum/upload"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/fof",
                    "type": "open_collective"
                }
            ],
            "time": "2020-12-06T20:12:45+00:00"
        },
        {
            "name": "franzl/whoops-middleware",
            "version": "0.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/franzliedke/whoops-middleware.git",
                "reference": "625a80d90b22c38d8a9372187e76ae5f844e4412"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/franzliedke/whoops-middleware/zipball/625a80d90b22c38d8a9372187e76ae5f844e4412",
                "reference": "625a80d90b22c38d8a9372187e76ae5f844e4412",
                "shasum": ""
            },
            "require": {
                "filp/whoops": "^1.1 || ^2.0",
                "zendframework/zend-diactoros": "^1.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "5.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Franzl\\Middleware\\Whoops\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "support": {
                "issues": "https://github.com/franzliedke/whoops-middleware/issues",
                "source": "https://github.com/franzliedke/whoops-middleware/tree/master"
            },
            "time": "2016-04-27T14:08:29+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "6.5.5",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
                "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.0",
                "guzzlehttp/psr7": "^1.6.1",
                "php": ">=5.5",
                "symfony/polyfill-intl-idn": "^1.17.0"
            },
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.5-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/6.5"
            },
            "time": "2020-06-16T21:01:06+00:00"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.4.1"
            },
            "time": "2021-03-07T09:25:29+00:00"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/35ea11d335fd638b5882ff1725228b3d35496ab1",
                "reference": "35ea11d335fd638b5882ff1725228b3d35496ab1",
                "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.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.8.1"
            },
            "time": "2021-03-21T16:25:00+00:00"
        },
        {
            "name": "illuminate/bus",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/bus.git",
                "reference": "5cad4bff635071ff07c317aad200a8c2169f264f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/bus/zipball/5cad4bff635071ff07c317aad200a8c2169f264f",
                "reference": "5cad4bff635071ff07c317aad200a8c2169f264f",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/pipeline": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Bus\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Bus package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/cache",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/cache.git",
                "reference": "7998b137cc723dd5e68846ada33f8c0143f5b10f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/cache/zipball/7998b137cc723dd5e68846ada33f8c0143f5b10f",
                "reference": "7998b137cc723dd5e68846ada33f8c0143f5b10f",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "suggest": {
                "illuminate/database": "Required to use the database cache driver (5.7.*).",
                "illuminate/filesystem": "Required to use the file cache driver (5.7.*).",
                "illuminate/redis": "Required to use the redis cache driver (5.7.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Cache\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Cache package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/config",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/config.git",
                "reference": "540e11b9ae058c9a94051d9ca6c02e40258c71fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/config/zipball/540e11b9ae058c9a94051d9ca6c02e40258c71fd",
                "reference": "540e11b9ae058c9a94051d9ca6c02e40258c71fd",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Config\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Config package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/console",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/console.git",
                "reference": "0d97b6ead0cbb09140b1e8317f5a9d9f69ff9ec6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/console/zipball/0d97b6ead0cbb09140b1e8317f5a9d9f69ff9ec6",
                "reference": "0d97b6ead0cbb09140b1e8317f5a9d9f69ff9ec6",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3",
                "symfony/console": "^4.1"
            },
            "suggest": {
                "dragonmantank/cron-expression": "Required to use scheduling component (^2.0).",
                "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).",
                "symfony/process": "Required to use scheduling component (^4.1)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Console\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Console package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/container",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/container.git",
                "reference": "8c3a75e464d59509ae88db152cab61a3f115b9ec"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/container/zipball/8c3a75e464d59509ae88db152cab61a3f115b9ec",
                "reference": "8c3a75e464d59509ae88db152cab61a3f115b9ec",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3",
                "psr/container": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Container\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Container package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/contracts",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/contracts.git",
                "reference": "b63324d349a8ae2156fbc2697c1ccc85879b3803"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/contracts/zipball/b63324d349a8ae2156fbc2697c1ccc85879b3803",
                "reference": "b63324d349a8ae2156fbc2697c1ccc85879b3803",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "psr/container": "^1.0",
                "psr/simple-cache": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Contracts\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Contracts package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-12T07:46:48+00:00"
        },
        {
            "name": "illuminate/database",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/database.git",
                "reference": "c0702cb8c665cab8d080a81de5a44ac672b26d62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/database/zipball/c0702cb8c665cab8d080a81de5a44ac672b26d62",
                "reference": "c0702cb8c665cab8d080a81de5a44ac672b26d62",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "suggest": {
                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
                "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
                "illuminate/console": "Required to use the database commands (5.7.*).",
                "illuminate/events": "Required to use the observers with Eloquent (5.7.*).",
                "illuminate/filesystem": "Required to use the migrations (5.7.*).",
                "illuminate/pagination": "Required to paginate the result set (5.7.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Database\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Database package.",
            "homepage": "https://laravel.com",
            "keywords": [
                "database",
                "laravel",
                "orm",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-20T03:55:15+00:00"
        },
        {
            "name": "illuminate/events",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/events.git",
                "reference": "e48888062a9962f30c431524357b9a815b093609"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/events/zipball/e48888062a9962f30c431524357b9a815b093609",
                "reference": "e48888062a9962f30c431524357b9a815b093609",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Events\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Events package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/filesystem",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/filesystem.git",
                "reference": "ff853e678a93996b1d0a3ddc6fc56c10bae0de30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/filesystem/zipball/ff853e678a93996b1d0a3ddc6fc56c10bae0de30",
                "reference": "ff853e678a93996b1d0a3ddc6fc56c10bae0de30",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3",
                "symfony/finder": "^4.1"
            },
            "suggest": {
                "league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.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-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
                "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Filesystem package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/hashing",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/hashing.git",
                "reference": "c56e2e6cedadeddb677702820bec3c08097b9e44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/hashing/zipball/c56e2e6cedadeddb677702820bec3c08097b9e44",
                "reference": "c56e2e6cedadeddb677702820bec3c08097b9e44",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Hashing\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Hashing package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/mail",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/mail.git",
                "reference": "91ac88078b481f4b8bde7403f8bcb406be70769e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/mail/zipball/91ac88078b481f4b8bde7403f8bcb406be70769e",
                "reference": "91ac88078b481f4b8bde7403f8bcb406be70769e",
                "shasum": ""
            },
            "require": {
                "erusev/parsedown": "^1.7",
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3",
                "psr/log": "^1.0",
                "swiftmailer/swiftmailer": "^6.0",
                "tijsverkoyen/css-to-inline-styles": "^2.2.1"
            },
            "suggest": {
                "aws/aws-sdk-php": "Required to use the SES mail driver (^3.0).",
                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (^6.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Mail\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Mail package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-22T15:28:19+00:00"
        },
        {
            "name": "illuminate/pipeline",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/pipeline.git",
                "reference": "63a6e66bfab88c9a7dd4bbb077634fac3df4aa2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/pipeline/zipball/63a6e66bfab88c9a7dd4bbb077634fac3df4aa2a",
                "reference": "63a6e66bfab88c9a7dd4bbb077634fac3df4aa2a",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Pipeline\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Pipeline package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-24T18:58:51+00:00"
        },
        {
            "name": "illuminate/queue",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/queue.git",
                "reference": "44babb781fd61c665afc865be981dd7a3b494796"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/queue/zipball/44babb781fd61c665afc865be981dd7a3b494796",
                "reference": "44babb781fd61c665afc865be981dd7a3b494796",
                "shasum": ""
            },
            "require": {
                "illuminate/console": "5.7.*",
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/database": "5.7.*",
                "illuminate/filesystem": "5.7.*",
                "illuminate/support": "5.7.*",
                "opis/closure": "^3.1",
                "php": "^7.1.3",
                "symfony/debug": "^4.1",
                "symfony/process": "^4.1"
            },
            "suggest": {
                "aws/aws-sdk-php": "Required to use the SQS queue driver (^3.0).",
                "ext-pcntl": "Required to use all features of the queue worker.",
                "ext-posix": "Required to use all features of the queue worker.",
                "illuminate/redis": "Required to use the Redis queue driver (5.7.*).",
                "pda/pheanstalk": "Required to use the Beanstalk queue driver (^3.0|^4.0)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Queue\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Queue package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-22T10:35:45+00:00"
        },
        {
            "name": "illuminate/session",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/session.git",
                "reference": "0d1233ea455b9ad50112212022ca3bcff874fa86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/session/zipball/0d1233ea455b9ad50112212022ca3bcff874fa86",
                "reference": "0d1233ea455b9ad50112212022ca3bcff874fa86",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/filesystem": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3",
                "symfony/finder": "^4.1",
                "symfony/http-foundation": "^4.1"
            },
            "suggest": {
                "illuminate/console": "Required to use the session:table command (5.7.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Session\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Session package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/support",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/support.git",
                "reference": "3e2810145f37eb89fa11759781ee88ee1c1a5262"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/support/zipball/3e2810145f37eb89fa11759781ee88ee1c1a5262",
                "reference": "3e2810145f37eb89fa11759781ee88ee1c1a5262",
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "^1.1",
                "ext-mbstring": "*",
                "illuminate/contracts": "5.7.*",
                "nesbot/carbon": "^1.26.3",
                "php": "^7.1.3"
            },
            "conflict": {
                "tightenco/collect": "<5.5.33"
            },
            "suggest": {
                "illuminate/filesystem": "Required to use the composer class (5.7.*).",
                "moontoast/math": "Required to use ordered UUIDs (^1.1).",
                "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
                "symfony/process": "Required to use the composer class (^4.1).",
                "symfony/var-dumper": "Required to use the dd function (^4.1)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Support\\": ""
                },
                "files": [
                    "helpers.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Support package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-12T07:57:07+00:00"
        },
        {
            "name": "illuminate/translation",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/translation.git",
                "reference": "4875559c0f32892c4070ca1185127c71fe18b8cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/translation/zipball/4875559c0f32892c4070ca1185127c71fe18b8cb",
                "reference": "4875559c0f32892c4070ca1185127c71fe18b8cb",
                "shasum": ""
            },
            "require": {
                "illuminate/contracts": "5.7.*",
                "illuminate/filesystem": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Translation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Translation package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/validation",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/validation.git",
                "reference": "ee897c6708685294ebaa1db8407f30a1fe62f7f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/validation/zipball/ee897c6708685294ebaa1db8407f30a1fe62f7f3",
                "reference": "ee897c6708685294ebaa1db8407f30a1fe62f7f3",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/support": "5.7.*",
                "illuminate/translation": "5.7.*",
                "php": "^7.1.3",
                "symfony/http-foundation": "^4.1"
            },
            "suggest": {
                "illuminate/database": "Required to use the database presence verifier (5.7.*)."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\Validation\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate Validation package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "illuminate/view",
            "version": "v5.7.28",
            "source": {
                "type": "git",
                "url": "https://github.com/illuminate/view.git",
                "reference": "e19e4e16ad309503d27845383fc533a889581739"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/illuminate/view/zipball/e19e4e16ad309503d27845383fc533a889581739",
                "reference": "e19e4e16ad309503d27845383fc533a889581739",
                "shasum": ""
            },
            "require": {
                "illuminate/container": "5.7.*",
                "illuminate/contracts": "5.7.*",
                "illuminate/events": "5.7.*",
                "illuminate/filesystem": "5.7.*",
                "illuminate/support": "5.7.*",
                "php": "^7.1.3",
                "symfony/debug": "^4.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Illuminate\\View\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                }
            ],
            "description": "The Illuminate View package.",
            "homepage": "https://laravel.com",
            "support": {
                "issues": "https://github.com/laravel/framework/issues",
                "source": "https://github.com/laravel/framework"
            },
            "time": "2019-02-11T13:48:57+00:00"
        },
        {
            "name": "intervention/image",
            "version": "2.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Intervention/image.git",
                "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
                "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "guzzlehttp/psr7": "~1.1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.2",
                "phpunit/phpunit": "^4.8 || ^5.7"
            },
            "suggest": {
                "ext-gd": "to use GD library based image processing.",
                "ext-imagick": "to use Imagick based image processing.",
                "intervention/imagecache": "Caching extension for the Intervention Image library"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                },
                "laravel": {
                    "providers": [
                        "Intervention\\Image\\ImageServiceProvider"
                    ],
                    "aliases": {
                        "Image": "Intervention\\Image\\Facades\\Image"
                    }
                }
            },
            "autoload": {
                "psr-4": {
                    "Intervention\\Image\\": "src/Intervention/Image"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Oliver Vogel",
                    "email": "oliver@olivervogel.com",
                    "homepage": "http://olivervogel.com/"
                }
            ],
            "description": "Image handling and manipulation library with support for Laravel integration",
            "homepage": "http://image.intervention.io/",
            "keywords": [
                "gd",
                "image",
                "imagick",
                "laravel",
                "thumbnail",
                "watermark"
            ],
            "support": {
                "issues": "https://github.com/Intervention/image/issues",
                "source": "https://github.com/Intervention/image/tree/master"
            },
            "time": "2019-11-02T09:15:47+00:00"
        },
        {
            "name": "kylekatarnls/update-helper",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/kylekatarnls/update-helper.git",
                "reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
                "reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0.0",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "composer/composer": "2.0.x-dev || ^2.0.0-dev",
                "phpunit/phpunit": ">=4.8.35 <6.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "UpdateHelper\\ComposerPlugin"
            },
            "autoload": {
                "psr-0": {
                    "UpdateHelper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle",
                    "email": "kylekatarnls@gmail.com"
                }
            ],
            "description": "Update helper",
            "support": {
                "issues": "https://github.com/kylekatarnls/update-helper/issues",
                "source": "https://github.com/kylekatarnls/update-helper/tree/1.2.1"
            },
            "funding": [
                {
                    "url": "https://github.com/kylekatarnls",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/Carbon",
                    "type": "open_collective"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                    "type": "tidelift"
                }
            ],
            "time": "2020-04-07T20:44:10+00:00"
        },
        {
            "name": "laminas/laminas-diactoros",
            "version": "1.8.7p2",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-diactoros.git",
                "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa",
                "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^5.6 || ^7.0",
                "psr/http-message": "^1.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "replace": {
                "zendframework/zend-diactoros": "~1.8.7.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "laminas/laminas-coding-standard": "~1.0",
                "php-http/psr7-integration-tests": "dev-master",
                "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-release-1.8": "1.8.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-diactoros/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-diactoros/issues",
                "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
                "source": "https://github.com/laminas/laminas-diactoros"
            },
            "time": "2020-03-23T15:28:28+00:00"
        },
        {
            "name": "laminas/laminas-escaper",
            "version": "2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-escaper.git",
                "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5",
                "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0"
            },
            "replace": {
                "zendframework/zend-escaper": "^2.6.1"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "phpunit/phpunit": "^9.3",
                "psalm/plugin-phpunit": "^0.12.2",
                "vimeo/psalm": "^3.16"
            },
            "suggest": {
                "ext-iconv": "*",
                "ext-mbstring": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Laminas\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
            "homepage": "https://laminas.dev",
            "keywords": [
                "escaper",
                "laminas"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-escaper/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-escaper/issues",
                "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                "source": "https://github.com/laminas/laminas-escaper"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-11-17T21:26:43+00:00"
        },
        {
            "name": "laminas/laminas-httphandlerrunner",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-httphandlerrunner.git",
                "reference": "e8f850bd12cb82b268ff235fe74b2df906e8bfe8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/e8f850bd12cb82b268ff235fe74b2df906e8bfe8",
                "reference": "e8f850bd12cb82b268ff235fe74b2df906e8bfe8",
                "shasum": ""
            },
            "require": {
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0",
                "psr/http-message": "^1.0",
                "psr/http-message-implementation": "^1.0",
                "psr/http-server-handler": "^1.0"
            },
            "replace": {
                "zendframework/zend-httphandlerrunner": "^1.1.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-diactoros": "^2.1.1",
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "config-provider": "Laminas\\HttpHandlerRunner\\ConfigProvider"
                }
            },
            "autoload": {
                "psr-4": {
                    "Laminas\\HttpHandlerRunner\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
            "homepage": "https://laminas.dev",
            "keywords": [
                "components",
                "laminas",
                "mezzio",
                "psr-15",
                "psr-7"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-httphandlerrunner/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-httphandlerrunner/issues",
                "rss": "https://github.com/laminas/laminas-httphandlerrunner/releases.atom",
                "source": "https://github.com/laminas/laminas-httphandlerrunner"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-11-19T17:12:59+00:00"
        },
        {
            "name": "laminas/laminas-stratigility",
            "version": "3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-stratigility.git",
                "reference": "d6336b873fe8f766f84b82164f2a25e4decd6a9a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-stratigility/zipball/d6336b873fe8f766f84b82164f2a25e4decd6a9a",
                "reference": "d6336b873fe8f766f84b82164f2a25e4decd6a9a",
                "shasum": ""
            },
            "require": {
                "fig/http-message-util": "^1.1",
                "laminas/laminas-escaper": "^2.3",
                "laminas/laminas-zendframework-bridge": "^1.0",
                "php": "^7.3 || ~8.0.0",
                "psr/http-message": "^1.0",
                "psr/http-server-middleware": "^1.0"
            },
            "conflict": {
                "laminas/laminas-diactoros": "<1.7.1"
            },
            "replace": {
                "zendframework/zend-stratigility": "^3.2.0"
            },
            "require-dev": {
                "laminas/laminas-coding-standard": "~1.0.0",
                "laminas/laminas-diactoros": "^1.7.1",
                "malukenho/docheader": "^0.1.6",
                "phpspec/prophecy": "^1.12",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., laminas/laminas-diactoros"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "src/functions/double-pass-middleware.php",
                    "src/functions/host.php",
                    "src/functions/middleware.php",
                    "src/functions/path.php",
                    "src/functions/double-pass-middleware.legacy.php",
                    "src/functions/host.legacy.php",
                    "src/functions/middleware.legacy.php",
                    "src/functions/path.legacy.php"
                ],
                "psr-4": {
                    "Laminas\\Stratigility\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
            "homepage": "https://laminas.dev",
            "keywords": [
                "http",
                "laminas",
                "middleware",
                "psr-15",
                "psr-7"
            ],
            "support": {
                "chat": "https://laminas.dev/chat",
                "docs": "https://docs.laminas.dev/laminas-stratigility/",
                "forum": "https://discourse.laminas.dev",
                "issues": "https://github.com/laminas/laminas-stratigility/issues",
                "rss": "https://github.com/laminas/laminas-stratigility/releases.atom",
                "source": "https://github.com/laminas/laminas-stratigility"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2020-10-20T10:38:04+00:00"
        },
        {
            "name": "laminas/laminas-zendframework-bridge",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
                "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
                "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
                "shasum": ""
            },
            "require": {
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
                "psalm/plugin-phpunit": "^0.15.1",
                "squizlabs/php_codesniffer": "^3.5",
                "vimeo/psalm": "^4.6"
            },
            "type": "library",
            "extra": {
                "laminas": {
                    "module": "Laminas\\ZendFrameworkBridge"
                }
            },
            "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"
            ],
            "support": {
                "forum": "https://discourse.laminas.dev/",
                "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
                "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
                "source": "https://github.com/laminas/laminas-zendframework-bridge"
            },
            "funding": [
                {
                    "url": "https://funding.communitybridge.org/projects/laminas-project",
                    "type": "community_bridge"
                }
            ],
            "time": "2021-02-25T21:54:58+00:00"
        },
        {
            "name": "league/flysystem",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
                "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "league/mime-type-detection": "^1.3",
                "php": "^7.2.5 || ^8.0"
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "require-dev": {
                "phpspec/prophecy": "^1.11.1",
                "phpunit/phpunit": "^8.5.8"
            },
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/flysystem/issues",
                "source": "https://github.com/thephpleague/flysystem/tree/1.x"
            },
            "funding": [
                {
                    "url": "https://offset.earth/frankdejonge",
                    "type": "other"
                }
            ],
            "time": "2020-08-23T07:39:11+00:00"
        },
        {
            "name": "league/mime-type-detection",
            "version": "1.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/mime-type-detection.git",
                "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
                "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
                "shasum": ""
            },
            "require": {
                "ext-fileinfo": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.18",
                "phpstan/phpstan": "^0.12.68",
                "phpunit/phpunit": "^8.5.8 || ^9.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\MimeTypeDetection\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frankdejonge.nl"
                }
            ],
            "description": "Mime-type detection for Flysystem",
            "support": {
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/frankdejonge",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-18T20:58:21+00:00"
        },
        {
            "name": "league/oauth1-client",
            "version": "v1.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth1-client.git",
                "reference": "1e7e6be2dc543bf466236fb171e5b20e1b06aee6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/1e7e6be2dc543bf466236fb171e5b20e1b06aee6",
                "reference": "1e7e6be2dc543bf466236fb171e5b20e1b06aee6",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-openssl": "*",
                "guzzlehttp/guzzle": "^6.0|^7.0",
                "php": ">=7.1||>=8.0"
            },
            "require-dev": {
                "ext-simplexml": "*",
                "friendsofphp/php-cs-fixer": "^2.17",
                "mockery/mockery": "^1.3.3",
                "phpstan/phpstan": "^0.12.42",
                "phpunit/phpunit": "^7.5||9.5"
            },
            "suggest": {
                "ext-simplexml": "For decoding XML-based responses."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev",
                    "dev-develop": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\OAuth1\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Corlett",
                    "email": "bencorlett@me.com",
                    "homepage": "http://www.webcomm.com.au",
                    "role": "Developer"
                }
            ],
            "description": "OAuth 1.0 Client Library",
            "keywords": [
                "Authentication",
                "SSO",
                "authorization",
                "bitbucket",
                "identity",
                "idp",
                "oauth",
                "oauth1",
                "single sign on",
                "trello",
                "tumblr",
                "twitter"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth1-client/issues",
                "source": "https://github.com/thephpleague/oauth1-client/tree/v1.9.0"
            },
            "time": "2021-01-20T01:40:53+00:00"
        },
        {
            "name": "league/oauth2-client",
            "version": "2.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-client.git",
                "reference": "badb01e62383430706433191b82506b6df24ad98"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
                "reference": "badb01e62383430706433191b82506b6df24ad98",
                "shasum": ""
            },
            "require": {
                "guzzlehttp/guzzle": "^6.0 || ^7.0",
                "paragonie/random_compat": "^1 || ^2 || ^9.99",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.3",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
                "squizlabs/php_codesniffer": "^2.3 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "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": "Woody Gilk",
                    "homepage": "https://github.com/shadowhand",
                    "role": "Contributor"
                }
            ],
            "description": "OAuth 2.0 Client Library",
            "keywords": [
                "Authentication",
                "SSO",
                "authorization",
                "identity",
                "idp",
                "oauth",
                "oauth2",
                "single sign on"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-client/issues",
                "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
            },
            "time": "2020-10-28T02:03:40+00:00"
        },
        {
            "name": "league/oauth2-facebook",
            "version": "2.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-facebook.git",
                "reference": "14cead7580cab8caace67f5a61ea5d2a8ff213eb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/14cead7580cab8caace67f5a61ea5d2a8ff213eb",
                "reference": "14cead7580cab8caace67f5a61ea5d2a8ff213eb",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "mockery/mockery": "~1.3.0",
                "phpunit/phpunit": "^9.4",
                "squizlabs/php_codesniffer": "~3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sammy Kaye Powers",
                    "email": "me@sammyk.me",
                    "homepage": "http://www.sammyk.me"
                }
            ],
            "description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "Authentication",
                "authorization",
                "client",
                "facebook",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-facebook/issues",
                "source": "https://github.com/thephpleague/oauth2-facebook/tree/2.0.5"
            },
            "time": "2021-02-01T15:33:45+00:00"
        },
        {
            "name": "league/oauth2-github",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/oauth2-github.git",
                "reference": "e63d64f3ec167c09232d189c6b0c397458a99357"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/e63d64f3ec167c09232d189c6b0c397458a99357",
                "reference": "e63d64f3ec167c09232d189c6b0c397458a99357",
                "shasum": ""
            },
            "require": {
                "league/oauth2-client": "^2.0"
            },
            "require-dev": {
                "mockery/mockery": "~0.9",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\OAuth2\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steven Maguire",
                    "email": "stevenmaguire@gmail.com",
                    "homepage": "https://github.com/stevenmaguire"
                }
            ],
            "description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
            "keywords": [
                "authorisation",
                "authorization",
                "client",
                "github",
                "oauth",
                "oauth2"
            ],
            "support": {
                "issues": "https://github.com/thephpleague/oauth2-github/issues",
                "source": "https://github.com/thephpleague/oauth2-github/tree/master"
            },
            "time": "2017-01-26T01:14:51+00:00"
        },
        {
            "name": "matthiasmullie/minify",
            "version": "1.3.66",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/minify.git",
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
                "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "matthiasmullie/path-converter": "~1.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.0",
                "matthiasmullie/scrapbook": "dev-master",
                "phpunit/phpunit": ">=4.8"
            },
            "suggest": {
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
            },
            "bin": [
                "bin/minifycss",
                "bin/minifyjs"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\Minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "minify@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.",
            "homepage": "http://www.minifier.org",
            "keywords": [
                "JS",
                "css",
                "javascript",
                "minifier",
                "minify"
            ],
            "support": {
                "issues": "https://github.com/matthiasmullie/minify/issues",
                "source": "https://github.com/matthiasmullie/minify/tree/1.3.66"
            },
            "funding": [
                {
                    "url": "https://github.com/[user1",
                    "type": "github"
                },
                {
                    "url": "https://github.com/matthiasmullie] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g.",
                    "type": "github"
                },
                {
                    "url": "https://github.com/user2",
                    "type": "github"
                }
            ],
            "time": "2021-01-06T15:18:10+00:00"
        },
        {
            "name": "matthiasmullie/path-converter",
            "version": "1.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/path-converter.git",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\PathConverter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http://github.com/matthiasmullie/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
            "support": {
                "issues": "https://github.com/matthiasmullie/path-converter/issues",
                "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3"
            },
            "time": "2019-02-05T23:41:09+00:00"
        },
        {
            "name": "middlewares/base-path",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/middlewares/base-path.git",
                "reference": "18277023b9a4acdc85479071a10f702582c3a909"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/middlewares/base-path/zipball/18277023b9a4acdc85479071a10f702582c3a909",
                "reference": "18277023b9a4acdc85479071a10f702582c3a909",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "psr/http-server-middleware": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "middlewares/utils": "^2.1",
                "phpunit/phpunit": "^6.0|^7.0",
                "squizlabs/php_codesniffer": "^3.0",
                "zendframework/zend-diactoros": "^1.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Middlewares\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Middleware to remove the prefix from the uri path of the request.",
            "homepage": "https://github.com/middlewares/base-path",
            "keywords": [
                "http",
                "middleware",
                "psr-15",
                "psr-7",
                "server"
            ],
            "support": {
                "issues": "https://github.com/middlewares/base-path/issues",
                "source": "https://github.com/middlewares/base-path/tree/master"
            },
            "time": "2018-08-04T10:41:46+00:00"
        },
        {
            "name": "middlewares/base-path-router",
            "version": "v0.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/middlewares/base-path-router.git",
                "reference": "1706ec57dbeb7083c7ea17561041f8dc2de3b37c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/middlewares/base-path-router/zipball/1706ec57dbeb7083c7ea17561041f8dc2de3b37c",
                "reference": "1706ec57dbeb7083c7ea17561041f8dc2de3b37c",
                "shasum": ""
            },
            "require": {
                "middlewares/utils": "^2.0",
                "php": "^7.0",
                "psr/http-server-middleware": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "phpunit/phpunit": "^6.0",
                "squizlabs/php_codesniffer": "^3.0",
                "zendframework/zend-diactoros": "^1.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Middlewares\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PSR-15 middleware for hierarchical dispatching based on path prefixes",
            "homepage": "https://github.com/middlewares/base-path-router",
            "keywords": [
                "http",
                "middleware",
                "psr-15",
                "psr-7",
                "routing",
                "server"
            ],
            "support": {
                "issues": "https://github.com/middlewares/base-path-router/issues",
                "source": "https://github.com/middlewares/base-path-router/tree/v0.2.1"
            },
            "time": "2018-08-22T06:53:04+00:00"
        },
        {
            "name": "middlewares/request-handler",
            "version": "v1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/middlewares/request-handler.git",
                "reference": "adcc7dd36361661bd62057a21c052643ede6c726"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/middlewares/request-handler/zipball/adcc7dd36361661bd62057a21c052643ede6c726",
                "reference": "adcc7dd36361661bd62057a21c052643ede6c726",
                "shasum": ""
            },
            "require": {
                "middlewares/utils": "^2.1",
                "php": "^7.0",
                "psr/http-server-middleware": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "phpstan/phpstan": "^0.9.2|^0.10.3",
                "phpunit/phpunit": "^6.0|^7.0",
                "psr/container": "^1.0",
                "squizlabs/php_codesniffer": "^3.0",
                "zendframework/zend-diactoros": "^1.3"
            },
            "suggest": {
                "psr/container": "Can be used to resolve handlers automatically"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Middlewares\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Middleware to execute request handlers",
            "homepage": "https://github.com/middlewares/request-handler",
            "keywords": [
                "controller",
                "handler",
                "http",
                "invoke",
                "middleware",
                "psr-15",
                "psr-7",
                "request",
                "server"
            ],
            "support": {
                "issues": "https://github.com/middlewares/request-handler/issues",
                "source": "https://github.com/middlewares/request-handler/tree/master"
            },
            "time": "2018-10-25T22:59:24+00:00"
        },
        {
            "name": "middlewares/utils",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/middlewares/utils.git",
                "reference": "7dc49454b4fbf249226023c7b77658b6068abfbc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/middlewares/utils/zipball/7dc49454b4fbf249226023c7b77658b6068abfbc",
                "reference": "7dc49454b4fbf249226023c7b77658b6068abfbc",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "psr/container": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0",
                "psr/http-server-middleware": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.0",
                "guzzlehttp/psr7": "^1.3",
                "phpunit/phpunit": "^6.0|^7.0",
                "slim/http": "^0.3",
                "squizlabs/php_codesniffer": "^3.0",
                "zendframework/zend-diactoros": "^1.3"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Middlewares\\Utils\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Common utils to create PSR-15 middleware packages",
            "homepage": "https://github.com/middlewares/utils",
            "keywords": [
                "PSR-11",
                "http",
                "middleware",
                "psr-15",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "issues": "https://github.com/middlewares/utils/issues",
                "source": "https://github.com/middlewares/utils/tree/v2.2.0"
            },
            "time": "2019-03-05T22:06:37+00:00"
        },
        {
            "name": "monolog/monolog",
            "version": "1.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
                "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpstan/phpstan": "^0.12.59",
                "phpunit/phpunit": "~4.5",
                "ruflin/elastica": ">=0.90 <3.0",
                "sentry/sentry": "^0.13",
                "swiftmailer/swiftmailer": "^5.3|^6.0"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                "sentry/sentry": "Allow sending log messages to a Sentry server"
            },
            "type": "library",
            "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"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/1.26.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "time": "2020-12-14T12:56:38+00:00"
        },
        {
            "name": "nesbot/carbon",
            "version": "1.39.1",
            "source": {
                "type": "git",
                "url": "https://github.com/briannesbitt/Carbon.git",
                "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
                "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
                "shasum": ""
            },
            "require": {
                "kylekatarnls/update-helper": "^1.1",
                "php": ">=5.3.9",
                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
            },
            "require-dev": {
                "composer/composer": "^1.2",
                "friendsofphp/php-cs-fixer": "~2",
                "phpunit/phpunit": "^4.8.35 || ^5.7"
            },
            "bin": [
                "bin/upgrade-carbon"
            ],
            "type": "library",
            "extra": {
                "update-helper": "Carbon\\Upgrade",
                "laravel": {
                    "providers": [
                        "Carbon\\Laravel\\ServiceProvider"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Brian Nesbitt",
                    "email": "brian@nesbot.com",
                    "homepage": "http://nesbot.com"
                }
            ],
            "description": "A simple API extension for DateTime.",
            "homepage": "http://carbon.nesbot.com",
            "keywords": [
                "date",
                "datetime",
                "time"
            ],
            "support": {
                "issues": "https://github.com/briannesbitt/Carbon/issues",
                "source": "https://github.com/briannesbitt/Carbon"
            },
            "time": "2019-10-14T05:51:36+00:00"
        },
        {
            "name": "nikic/fast-route",
            "version": "v0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/FastRoute.git",
                "reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
                "reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "FastRoute\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov",
                    "email": "nikic@php.net"
                }
            ],
            "description": "Fast request router for PHP",
            "keywords": [
                "router",
                "routing"
            ],
            "support": {
                "issues": "https://github.com/nikic/FastRoute/issues",
                "source": "https://github.com/nikic/FastRoute/tree/master"
            },
            "time": "2015-06-18T19:15:47+00:00"
        },
        {
            "name": "opis/closure",
            "version": "3.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/opis/closure.git",
                "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
                "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "jeremeamia/superclosure": "^2.0",
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.6.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/opis/closure/issues",
                "source": "https://github.com/opis/closure/tree/3.6.1"
            },
            "time": "2020-11-07T02:01:34+00:00"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.99",
            "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."
            },
            "type": "library",
            "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"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "time": "2018-07-02T15:55:56+00:00"
        },
        {
            "name": "psr/container",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://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"
            ],
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.1"
            },
            "time": "2021-03-05T17:36:06+00:00"
        },
        {
            "name": "psr/http-factory",
            "version": "1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory/tree/master"
            },
            "time": "2019-04-30T12:38:16+00:00"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-message/tree/master"
            },
            "time": "2016-08-06T14:39:51+00:00"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-server-handler/issues",
                "source": "https://github.com/php-fig/http-server-handler/tree/master"
            },
            "time": "2018-10-30T16:46:14+00:00"
        },
        {
            "name": "psr/http-server-middleware",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-middleware.git",
                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
                "reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0",
                "psr/http-server-handler": "^1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side middleware",
            "keywords": [
                "http",
                "http-interop",
                "middleware",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-server-middleware/issues",
                "source": "https://github.com/php-fig/http-server-middleware/tree/master"
            },
            "time": "2018-10-30T17:12:04+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.3",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.3"
            },
            "time": "2020-03-23T09:12:05+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/php-fig/simple-cache/tree/master"
            },
            "time": "2017-10-23T01:57:42+00:00"
        },
        {
            "name": "pusher/pusher-php-server",
            "version": "2.6.4",
            "source": {
                "type": "git",
                "url": "https://github.com/pusher/pusher-http-php.git",
                "reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/2cf2ba85e7ce3250468a1c42ab7c948a7d43839d",
                "reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for interacting with the Pusher REST API",
            "homepage": "https://github.com/pusher/pusher-php-server",
            "keywords": [
                "events",
                "php-pusher-server",
                "publish",
                "pusher",
                "realtime",
                "rest",
                "trigger"
            ],
            "support": {
                "issues": "https://github.com/pusher/pusher-http-php/issues",
                "source": "https://github.com/pusher/pusher-http-php/tree/master"
            },
            "time": "2017-06-06T16:41:17+00:00"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "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"
            },
            "type": "library",
            "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.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "time": "2019-03-08T08:55:37+00:00"
        },
        {
            "name": "ramsey/uuid",
            "version": "3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
                "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "paragonie/random_compat": "^1 | ^2 | 9.99.99",
                "php": "^5.4 | ^7 | ^8",
                "symfony/polyfill-ctype": "^1.8"
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "codeception/aspect-mock": "^1 | ^2",
                "doctrine/annotations": "^1.2",
                "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
                "jakub-onderka/php-parallel-lint": "^1",
                "mockery/mockery": "^0.9.11 | ^1",
                "moontoast/math": "^1.1",
                "paragonie/random-lib": "^2",
                "php-mock/php-mock-phpunit": "^0.3 | ^1.1",
                "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-ctype": "Provides support for PHP Ctype functions",
                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                },
                {
                    "name": "Marijn Huizendveld",
                    "email": "marijn.huizendveld@gmail.com"
                },
                {
                    "name": "Thibaud Fabre",
                    "email": "thibaud@aztech.io"
                }
            ],
            "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
            "homepage": "https://github.com/ramsey/uuid",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
                "issues": "https://github.com/ramsey/uuid/issues",
                "rss": "https://github.com/ramsey/uuid/releases.atom",
                "source": "https://github.com/ramsey/uuid",
                "wiki": "https://github.com/ramsey/uuid/wiki"
            },
            "time": "2020-02-21T04:36:14+00:00"
        },
        {
            "name": "s9e/regexp-builder",
            "version": "1.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/s9e/RegexpBuilder.git",
                "reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/s9e/RegexpBuilder/zipball/605b33841a766abd40ba3d07c15d0f62b5e7f033",
                "reference": "605b33841a766abd40ba3d07c15d0f62b5e7f033",
                "shasum": ""
            },
            "require": {
                "lib-pcre": ">=7.2",
                "php": ">=5.5.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "s9e\\RegexpBuilder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Single-purpose library that generates regular expressions that match a list of strings.",
            "homepage": "https://github.com/s9e/RegexpBuilder/",
            "keywords": [
                "regexp"
            ],
            "support": {
                "issues": "https://github.com/s9e/RegexpBuilder/issues",
                "source": "https://github.com/s9e/RegexpBuilder/tree/1.4.4"
            },
            "time": "2020-01-08T02:46:22+00:00"
        },
        {
            "name": "s9e/sweetdom",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/s9e/SweetDOM.git",
                "reference": "5fc62bc1f4756650924e5cd1b429afcf34542722"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/s9e/SweetDOM/zipball/5fc62bc1f4756650924e5cd1b429afcf34542722",
                "reference": "5fc62bc1f4756650924e5cd1b429afcf34542722",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "s9e\\SweetDOM\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Syntactic sugar for the DOM API with a focus on XSLT 1.0 template manipulation.",
            "homepage": "https://github.com/s9e/SweetDOM/",
            "keywords": [
                "dom",
                "xsl",
                "xslt"
            ],
            "support": {
                "issues": "https://github.com/s9e/SweetDOM/issues",
                "source": "https://github.com/s9e/SweetDOM/tree/2.0.0"
            },
            "time": "2020-12-08T16:34:58+00:00"
        },
        {
            "name": "s9e/text-formatter",
            "version": "2.8.6",
            "source": {
                "type": "git",
                "url": "https://github.com/s9e/TextFormatter.git",
                "reference": "e2d5fba85a92a62b477957943de3aecc0cc4d023"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/e2d5fba85a92a62b477957943de3aecc0cc4d023",
                "reference": "e2d5fba85a92a62b477957943de3aecc0cc4d023",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-filter": "*",
                "lib-pcre": ">=8.13",
                "php": ">=7.1",
                "s9e/regexp-builder": "^1.4",
                "s9e/sweetdom": "^2.0"
            },
            "require-dev": {
                "code-lts/doctum": "*",
                "matthiasmullie/minify": "*",
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
                "ext-intl": "Allows international URLs to be accepted by the URL filter",
                "ext-json": "Enables the generation of a JavaScript parser",
                "ext-mbstring": "Improves the performance of the PHP renderer",
                "ext-tokenizer": "Improves the performance of the PHP renderer",
                "ext-xsl": "Enables the XSLT renderer",
                "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
            },
            "type": "library",
            "extra": {
                "version": "2.8.6"
            },
            "autoload": {
                "psr-4": {
                    "s9e\\TextFormatter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding third-party media (YouTube, etc...), enhanced typography and more.",
            "homepage": "https://github.com/s9e/TextFormatter/",
            "keywords": [
                "bbcode",
                "bbcodes",
                "blog",
                "censor",
                "embed",
                "emoji",
                "emoticons",
                "engine",
                "forum",
                "html",
                "markdown",
                "markup",
                "media",
                "parser",
                "shortcodes"
            ],
            "support": {
                "issues": "https://github.com/s9e/TextFormatter/issues",
                "source": "https://github.com/s9e/TextFormatter/tree/2.8.6"
            },
            "time": "2021-03-29T09:41:39+00:00"
        },
        {
            "name": "softcreatr/php-mime-detector",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/SoftCreatR/php-mime-detector.git",
                "reference": "61b5fc1454e248a28a545465fc02d695044ba8c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/SoftCreatR/php-mime-detector/zipball/61b5fc1454e248a28a545465fc02d695044ba8c3",
                "reference": "61b5fc1454e248a28a545465fc02d695044ba8c3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "conflict": {
                "phpunit/phpunit": "<8.0 || >= 10.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=7.0",
                "roave/security-advisories": "dev-master",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "SoftCreatR\\MimeDetector\\": "src/SoftCreatR/MimeDetector"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Sascha Greuel",
                    "email": "hello@1-2.dev"
                },
                {
                    "name": "Sebastian Zimmer",
                    "email": "morik@softcreatr.de"
                }
            ],
            "description": "Mime Detector Decoder",
            "homepage": "https://1-2.dev",
            "keywords": [
                "Magic Number",
                "file type",
                "mime",
                "mime type"
            ],
            "support": {
                "email": "hello@1-2.dev",
                "issues": "https://github.com/SoftCreatR/php-mime-detector/issues",
                "source": "https://github.com/SoftCreatR/php-mime-detector"
            },
            "funding": [
                {
                    "url": "https://github.com/softcreatr",
                    "type": "github"
                }
            ],
            "time": "2020-12-02T15:18:38+00:00"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v6.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "15f7faf8508e04471f666633addacf54c0ab5933"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
                "reference": "15f7faf8508e04471f666633addacf54c0ab5933",
                "shasum": ""
            },
            "require": {
                "egulias/email-validator": "^2.0|^3.1",
                "php": ">=7.0.0",
                "symfony/polyfill-iconv": "^1.0",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.0",
                "symfony/phpunit-bridge": "^4.4|^5.0"
            },
            "suggest": {
                "ext-intl": "Needed to support internationalized email addresses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "6.2-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/swiftmailer/swiftmailer/issues",
                "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7"
            },
            "funding": [
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
                    "type": "tidelift"
                }
            ],
            "time": "2021-03-09T12:30:35+00:00"
        },
        {
            "name": "symfony/config",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
                "reference": "bc6b3fd3930d4b53a60b42fe2ed6fc466b75f03f",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/filesystem": "~2.8|~3.0|~4.0",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.3",
                "symfony/finder": "<3.3"
            },
            "require-dev": {
                "symfony/dependency-injection": "~3.3|~4.0",
                "symfony/event-dispatcher": "~3.3|~4.0",
                "symfony/finder": "~3.3|~4.0",
                "symfony/yaml": "~3.0|~4.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Config Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/config/tree/v3.4.47"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-24T10:57:07+00:00"
        },
        {
            "name": "symfony/console",
            "version": "v4.4.21",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
                "reference": "1ba4560dbbb9fcf5ae28b61f71f49c678086cf23",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php73": "^1.8",
                "symfony/polyfill-php80": "^1.15",
                "symfony/service-contracts": "^1.1|^2"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4",
                "symfony/event-dispatcher": "<4.3|>=5",
                "symfony/lock": "<4.4",
                "symfony/process": "<3.3"
            },
            "provide": {
                "psr/log-implementation": "1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/event-dispatcher": "^4.3",
                "symfony/lock": "^4.4|^5.0",
                "symfony/process": "^3.4|^4.0|^5.0",
                "symfony/var-dumper": "^4.3|^5.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/lock": "",
                "symfony/process": ""
            },
            "type": "library",
            "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": "Eases the creation of beautiful and testable command line interfaces",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/console/tree/v4.4.21"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-03-26T09:23:24+00:00"
        },
        {
            "name": "symfony/css-selector",
            "version": "v5.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
                "reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "type": "library",
            "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": "Converts CSS selectors to XPath expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/css-selector/tree/v5.2.4"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-27T10:01:46+00:00"
        },
        {
            "name": "symfony/debug",
            "version": "v4.4.20",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/debug.git",
                "reference": "157bbec4fd773bae53c5483c50951a5530a2cc16"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/debug/zipball/157bbec4fd773bae53c5483c50951a5530a2cc16",
                "reference": "157bbec4fd773bae53c5483c50951a5530a2cc16",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "psr/log": "~1.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "symfony/http-kernel": "<3.4"
            },
            "require-dev": {
                "symfony/http-kernel": "^3.4|^4.0|^5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Debug\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides tools to ease debugging PHP code",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/debug/tree/v4.4.20"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-28T16:54:48+00:00"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
                "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "autoload": {
                "files": [
                    "function.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": "A generic function and convention to trigger deprecation notices",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/deprecation-contracts/tree/master"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-09-07T11:33:47+00:00"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v4.4.20",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c352647244bd376bf7d31efbd5401f13f50dad0c",
                "reference": "c352647244bd376bf7d31efbd5401f13f50dad0c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/event-dispatcher-contracts": "^1.1"
            },
            "conflict": {
                "symfony/dependency-injection": "<3.4"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0",
                "symfony/event-dispatcher-implementation": "1.1"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "^3.4|^4.0|^5.0",
                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                "symfony/error-handler": "~3.4|~4.4",
                "symfony/expression-language": "^3.4|^4.0|^5.0",
                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                "symfony/service-contracts": "^1.1|^2",
                "symfony/stopwatch": "^3.4|^4.0|^5.0"
            },
            "suggest": {
                "symfony/dependency-injection": "",
                "symfony/http-kernel": ""
            },
            "type": "library",
            "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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.20"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-27T09:09:26+00:00"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v1.1.9",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
                "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "suggest": {
                "psr/event-dispatcher": "",
                "symfony/event-dispatcher-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-07-06T13:19:58+00:00"
        },
        {
            "name": "symfony/filesystem",
            "version": "v4.4.21",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "940826c465be2690c9fae91b2793481e5cbd6834"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/940826c465be2690c9fae91b2793481e5cbd6834",
                "reference": "940826c465be2690c9fae91b2793481e5cbd6834",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/polyfill-ctype": "~1.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides basic utilities for the filesystem",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/filesystem/tree/v4.4.21"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-03-28T09:59:32+00:00"
        },
        {
            "name": "symfony/finder",
            "version": "v4.4.20",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/2543795ab1570df588b9bbd31e1a2bd7037b94f6",
                "reference": "2543795ab1570df588b9bbd31e1a2bd7037b94f6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "type": "library",
            "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": "Finds files and directories via an intuitive fluent interface",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/finder/tree/v4.4.20"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-12T10:48:09+00:00"
        },
        {
            "name": "symfony/http-foundation",
            "version": "v4.4.20",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/02d968647fe61b2f419a8dc70c468a9d30a48d3a",
                "reference": "02d968647fe61b2f419a8dc70c468a9d30a48d3a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3",
                "symfony/mime": "^4.3|^5.0",
                "symfony/polyfill-mbstring": "~1.1",
                "symfony/polyfill-php80": "^1.15"
            },
            "require-dev": {
                "predis/predis": "~1.0",
                "symfony/expression-language": "^3.4|^4.0|^5.0"
            },
            "type": "library",
            "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": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v4.4.20"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-02-25T17:11:33+00:00"
        },
        {
            "name": "symfony/mime",
            "version": "v5.2.6",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/mime.git",
                "reference": "1b2092244374cbe48ae733673f2ca0818b37197b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b",
                "reference": "1b2092244374cbe48ae733673f2ca0818b37197b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1",
                "symfony/polyfill-intl-idn": "^1.10",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php80": "^1.15"
            },
            "conflict": {
                "egulias/email-validator": "~3.0.0",
                "phpdocumentor/reflection-docblock": "<3.2.2",
                "phpdocumentor/type-resolver": "<1.4.0",
                "symfony/mailer": "<4.4"
            },
            "require-dev": {
                "egulias/email-validator": "^2.1.10|^3.1",
                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/property-access": "^4.4|^5.1",
                "symfony/property-info": "^4.4|^5.1",
                "symfony/serializer": "^5.2"
            },
            "type": "library",
            "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": "Allows manipulating MIME messages",
            "homepage": "https://symfony.com",
            "keywords": [
                "mime",
                "mime-type"
            ],
            "support": {
                "source": "https://github.com/symfony/mime/tree/v5.2.6"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-03-12T13:18:39+00:00"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
                "reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-07T16:49:33+00:00"
        },
        {
            "name": "symfony/polyfill-iconv",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-iconv.git",
                "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342",
                "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-iconv": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-22T09:19:47+00:00"
        },
        {
            "name": "symfony/polyfill-intl-idn",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-idn.git",
                "reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
                "reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "symfony/polyfill-intl-normalizer": "^1.10",
                "symfony/polyfill-php72": "^1.10"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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": "Trevor Rowbotham",
                    "email": "trevor.rowbotham@pm.me"
                },
                {
                    "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-22T09:19:47+00:00"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
                "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "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 for intl's Normalizer class and related functions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-22T09:19:47+00:00"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
                "reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-22T09:19:47+00:00"
        },
        {
            "name": "symfony/polyfill-php72",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
                "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
                "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-07T16:49:33+00:00"
        },
        {
            "name": "symfony/polyfill-php73",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php73.git",
                "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
                "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-07T16:49:33+00:00"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.22.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
                "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.22-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-07T16:49:33+00:00"
        },
        {
            "name": "symfony/process",
            "version": "v4.4.20",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/7e950b6366d4da90292c2e7fa820b3c1842b965a",
                "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "type": "library",
            "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": "Executes commands in sub-processes",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/process/tree/v4.4.20"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2021-01-27T09:09:26+00:00"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
                "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr/container": "^1.0"
            },
            "suggest": {
                "symfony/service-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "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"
            ],
            "support": {
                "source": "https://github.com/symfony/service-contracts/tree/master"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-09-07T11:33:47+00:00"
        },
        {
            "name": "symfony/translation",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/translation.git",
                "reference": "be83ee6c065cb32becdb306ba61160d598b1ce88"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/translation/zipball/be83ee6c065cb32becdb306ba61160d598b1ce88",
                "reference": "be83ee6c065cb32becdb306ba61160d598b1ce88",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "conflict": {
                "symfony/config": "<2.8",
                "symfony/dependency-injection": "<3.4",
                "symfony/yaml": "<3.4"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/config": "~2.8|~3.0|~4.0",
                "symfony/dependency-injection": "~3.4|~4.0",
                "symfony/finder": "~2.8|~3.0|~4.0",
                "symfony/http-kernel": "~3.4|~4.0",
                "symfony/intl": "^2.8.18|^3.2.5|~4.0",
                "symfony/var-dumper": "~3.4|~4.0",
                "symfony/yaml": "~3.4|~4.0"
            },
            "suggest": {
                "psr/log-implementation": "To use logging capability in translator",
                "symfony/config": "",
                "symfony/yaml": ""
            },
            "type": "library",
            "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",
            "support": {
                "source": "https://github.com/symfony/translation/tree/v3.4.47"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-24T10:57:07+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v3.4.47",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
                "reference": "88289caa3c166321883f67fe5130188ebbb47094",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony/polyfill-ctype": "~1.8"
            },
            "conflict": {
                "symfony/console": "<3.4"
            },
            "require-dev": {
                "symfony/console": "~3.4|~4.0"
            },
            "suggest": {
                "symfony/console": "For validating YAML files using the lint command"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v3.4.47"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "time": "2020-10-24T10:57:07+00:00"
        },
        {
            "name": "tijsverkoyen/css-to-inline-styles",
            "version": "2.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
                "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^5.5 || ^7.0 || ^8.0",
                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "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",
            "support": {
                "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
            },
            "time": "2020-07-13T06:12:54+00:00"
        },
        {
            "name": "tobscure/json-api",
            "version": "v0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tobscure/json-api.git",
                "reference": "663d1c1299d4363758e8e440e5849134f218f45c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tobscure/json-api/zipball/663d1c1299d4363758e8e440e5849134f218f45c",
                "reference": "663d1c1299d4363758e8e440e5849134f218f45c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Tobscure\\JsonApi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Toby Zerner",
                    "email": "toby.zerner@gmail.com"
                }
            ],
            "description": "JSON-API responses in PHP",
            "keywords": [
                "api",
                "json",
                "jsonapi",
                "standard"
            ],
            "support": {
                "issues": "https://github.com/tobscure/json-api/issues",
                "source": "https://github.com/tobscure/json-api/tree/master"
            },
            "time": "2016-03-31T09:25:28+00:00"
        },
        {
            "name": "wikimedia/less.php",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wikimedia/less.php.git",
                "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wikimedia/less.php/zipball/a486d78b9bd16b72f237fc6093aa56d69ce8bd13",
                "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.9"
            },
            "require-dev": {
                "mediawiki/mediawiki-codesniffer": "34.0.0",
                "mediawiki/minus-x": "1.0.0",
                "php-parallel-lint/php-console-highlighter": "0.5.0",
                "php-parallel-lint/php-parallel-lint": "1.2.0",
                "phpunit/phpunit": "^8.5"
            },
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                },
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                }
            ],
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/wikimedia/less.php/issues",
                "source": "https://github.com/wikimedia/less.php/tree/v3.1.0"
            },
            "time": "2020-12-11T19:33:31+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "beta",
    "stability-flags": [],
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.0.0"
}