[
    {
        "name": "erusev/parsedown",
        "version": "1.7.4",
        "version_normalized": "1.7.4.0",
        "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"
        },
        "time": "2019-12-30T22:54:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "erusev/parsedown-extra",
        "version": "0.8.1",
        "version_normalized": "0.8.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/erusev/parsedown-extra.git",
            "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef",
            "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef",
            "shasum": ""
        },
        "require": {
            "erusev/parsedown": "^1.7.4"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2019-12-30T23:20:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "ParsedownExtra": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Emanuil Rusev",
                "email": "hello@erusev.com",
                "homepage": "http://erusev.com"
            }
        ],
        "description": "An extension of Parsedown that adds support for Markdown Extra.",
        "homepage": "https://github.com/erusev/parsedown-extra",
        "keywords": [
            "markdown",
            "markdown extra",
            "parsedown",
            "parser"
        ]
    },
    {
        "name": "fig/http-message-util",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message-util.git",
            "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
            "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
            "shasum": ""
        },
        "require": {
            "php": "^5.3 || ^7.0"
        },
        "suggest": {
            "psr/http-message": "The package containing the PSR-7 interfaces"
        },
        "time": "2020-02-05T20:36:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Fig\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://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"
        ]
    },
    {
        "name": "filp/whoops",
        "version": "2.7.3",
        "version_normalized": "2.7.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/filp/whoops.git",
            "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/filp/whoops/zipball/5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
            "reference": "5d5fe9bb3d656b514d455645b3addc5f7ba7714d",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9 || ^7.0",
            "psr/log": "^1.0.1"
        },
        "require-dev": {
            "mockery/mockery": "^0.9 || ^1.0",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
            "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"
        },
        "time": "2020-06-14T09:00:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "graham-campbell/result-type",
        "version": "v1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/GrahamCampbell/Result-Type.git",
            "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
            "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
            "shasum": ""
        },
        "require": {
            "php": "^7.0|^8.0",
            "phpoption/phpoption": "^1.7.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
        },
        "time": "2020-04-13T13:17:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GrahamCampbell\\ResultType\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com"
            }
        ],
        "description": "An Implementation Of The Result Type",
        "keywords": [
            "Graham Campbell",
            "GrahamCampbell",
            "Result Type",
            "Result-Type",
            "result"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "micheh/psr7-cache",
        "version": "0.5",
        "version_normalized": "0.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/micheh/psr7-cache.git",
            "reference": "b99e8ae6d024d8c70945084b5b979a62cfd05df4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/micheh/psr7-cache/zipball/b99e8ae6d024d8c70945084b5b979a62cfd05df4",
            "reference": "b99e8ae6d024d8c70945084b5b979a62cfd05df4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4",
            "psr/http-message": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0||~5.0"
        },
        "time": "2016-04-15T16:31:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Micheh\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Cache and conditional request helpers for PSR-7 HTTP Messages",
        "keywords": [
            "cache",
            "conditional",
            "http",
            "http-message",
            "if-match",
            "if-modified-since",
            "if-none-match",
            "if-unmodified-since",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "middlewares/cache",
        "version": "v2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/middlewares/cache.git",
            "reference": "75090ac75abdfd0756c07eef18cd002f5faf0fc0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/middlewares/cache/zipball/75090ac75abdfd0756c07eef18cd002f5faf0fc0",
            "reference": "75090ac75abdfd0756c07eef18cd002f5faf0fc0",
            "shasum": ""
        },
        "require": {
            "micheh/psr7-cache": "^0.5.0",
            "middlewares/utils": "^3.0",
            "php": "^7.2",
            "psr/cache": "^1.0",
            "psr/http-server-middleware": "^1.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "matthiasmullie/scrapbook": "^1.4",
            "oscarotero/php-cs-fixer-config": "^1.0",
            "phpunit/phpunit": "^8.1",
            "squizlabs/php_codesniffer": "^3.0",
            "zendframework/zend-diactoros": "^2.2"
        },
        "time": "2019-12-01T00:39:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Middlewares\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Middleware with various cache utilities",
        "homepage": "https://github.com/middlewares/cache",
        "keywords": [
            "http",
            "middleware",
            "psr-15",
            "psr-7"
        ]
    },
    {
        "name": "middlewares/utils",
        "version": "v3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/middlewares/utils.git",
            "reference": "13689487e8f3bba10b6cc66ed206efc8b874163e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/middlewares/utils/zipball/13689487e8f3bba10b6cc66ed206efc8b874163e",
            "reference": "13689487e8f3bba10b6cc66ed206efc8b874163e",
            "shasum": ""
        },
        "require": {
            "php": "^7.2",
            "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": "dev-master",
            "laminas/laminas-diactoros": "^2.2",
            "nyholm/psr7": "^1.0",
            "oscarotero/php-cs-fixer-config": "^1.0",
            "phpunit/phpunit": "^8.1",
            "slim/psr7": "~0.3",
            "squizlabs/php_codesniffer": "^3.0",
            "sunrise/http-message": "^1.0",
            "sunrise/http-server-request": "^1.0",
            "sunrise/stream": "^1.0",
            "sunrise/uri": "^1.0"
        },
        "time": "2020-01-19T00:30:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Middlewares\\Utils\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Common utils for PSR-15 middleware packages",
        "homepage": "https://github.com/middlewares/utils",
        "keywords": [
            "PSR-11",
            "http",
            "middleware",
            "psr-15",
            "psr-17",
            "psr-7"
        ]
    },
    {
        "name": "nikic/fast-route",
        "version": "v1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/FastRoute.git",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
            "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|~5.7"
        },
        "time": "2018-02-13T20:26:39+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "opis/closure",
        "version": "3.5.7",
        "version_normalized": "3.5.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/opis/closure.git",
            "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opis/closure/zipball/4531e53afe2fc660403e76fb7644e95998bff7bf",
            "reference": "4531e53afe2fc660403e76fb7644e95998bff7bf",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "^2.0",
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2020-09-06T17:02:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Opis\\Closure\\": "src/"
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marius Sarca",
                "email": "marius.sarca@gmail.com"
            },
            {
                "name": "Sorin Sarca",
                "email": "sarca_sorin@hotmail.com"
            }
        ],
        "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
        "homepage": "https://opis.io/closure",
        "keywords": [
            "anonymous functions",
            "closure",
            "function",
            "serializable",
            "serialization",
            "serialize"
        ]
    },
    {
        "name": "phlak/splat",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHLAK/Splat.git",
            "reference": "4fa09d6c517561d56c5e9862b298843c11c11a81"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHLAK/Splat/zipball/4fa09d6c517561d56c5e9862b298843c11c11a81",
            "reference": "4fa09d6c517561d56c5e9862b298843c11c11a81",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2",
            "symfony/finder": "^5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.10",
            "php": ">=7.2",
            "phpunit/phpunit": "^8.0 || ^9.0",
            "psy/psysh": "^0.10",
            "symfony/var-dumper": "^5.0",
            "vimeo/psalm": "^3.8"
        },
        "time": "2020-05-15T17:01:07+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHLAK\\Splat\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Kankiewicz",
                "email": "Chris@ChrisKankiewicz.com"
            }
        ],
        "description": "Glob-like pattern matching and utilities",
        "funding": [
            {
                "url": "https://github.com/sponsors/PHLAK",
                "type": "github"
            },
            {
                "url": "https://paypal.me/ChrisKankiewicz",
                "type": "paypal"
            }
        ]
    },
    {
        "name": "php-di/invoker",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/Invoker.git",
            "reference": "6a6f8f276d2680e77d06294b9fd67b4881b1f82d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/6a6f8f276d2680e77d06294b9fd67b4881b1f82d",
            "reference": "6a6f8f276d2680e77d06294b9fd67b4881b1f82d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.3",
            "psr/container": "~1.0"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "phpunit/phpunit": "^9.0"
        },
        "time": "2020-08-01T15:36:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Invoker\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Generic and extensible callable invoker",
        "homepage": "https://github.com/PHP-DI/Invoker",
        "keywords": [
            "callable",
            "dependency",
            "dependency-injection",
            "injection",
            "invoke",
            "invoker"
        ]
    },
    {
        "name": "php-di/php-di",
        "version": "6.2.3",
        "version_normalized": "6.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/PHP-DI.git",
            "reference": "63c444646f5f41d84818af1c780abed8ebcc082c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/63c444646f5f41d84818af1c780abed8ebcc082c",
            "reference": "63c444646f5f41d84818af1c780abed8ebcc082c",
            "shasum": ""
        },
        "require": {
            "opis/closure": "^3.5.5",
            "php": ">=7.2.0",
            "php-di/invoker": "^2.0",
            "php-di/phpdoc-reader": "^2.0.1",
            "psr/container": "^1.0"
        },
        "provide": {
            "psr/container-implementation": "^1.0"
        },
        "require-dev": {
            "doctrine/annotations": "~1.2",
            "friendsofphp/php-cs-fixer": "^2.4",
            "mnapoli/phpunit-easymock": "^1.2",
            "ocramius/proxy-manager": "~2.0.2",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^8.5"
        },
        "suggest": {
            "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
            "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
        },
        "time": "2020-09-24T12:21:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DI\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "The dependency injection container for humans",
        "homepage": "https://php-di.org/",
        "keywords": [
            "PSR-11",
            "container",
            "container-interop",
            "dependency injection",
            "di",
            "ioc",
            "psr11"
        ],
        "funding": [
            {
                "url": "https://github.com/mnapoli",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "php-di/phpdoc-reader",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/PhpDocReader.git",
            "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
            "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.6"
        },
        "time": "2019-09-26T11:24:58+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpDocReader\\": "src/PhpDocReader"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
        "keywords": [
            "phpdoc",
            "reflection"
        ]
    },
    {
        "name": "php-di/slim-bridge",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHP-DI/Slim-Bridge.git",
            "reference": "e7a568c00ecf6b0128f2a751990e06e77bedec68"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHP-DI/Slim-Bridge/zipball/e7a568c00ecf6b0128f2a751990e06e77bedec68",
            "reference": "e7a568c00ecf6b0128f2a751990e06e77bedec68",
            "shasum": ""
        },
        "require": {
            "php": "~7.1",
            "php-di/invoker": "^2.0.0",
            "php-di/php-di": "^6.0.0",
            "slim/slim": "^4.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0",
            "zendframework/zend-diactoros": "^2.1"
        },
        "time": "2020-01-13T19:11:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DI\\Bridge\\Slim\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "PHP-DI integration in Slim"
    },
    {
        "name": "phpoption/phpoption",
        "version": "1.7.5",
        "version_normalized": "1.7.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/schmittjoh/php-option.git",
            "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
            "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
        },
        "time": "2020-07-20T17:29:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOption\\": "src/PhpOption/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Johannes M. Schmitt",
                "email": "schmittjoh@gmail.com"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com"
            }
        ],
        "description": "Option Type for PHP",
        "keywords": [
            "language",
            "option",
            "php",
            "type"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/http-factory",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-factory.git",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "psr/http-message": "^1.0"
        },
        "time": "2019-04-30T12:38:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for PSR-7 HTTP message factories",
        "keywords": [
            "factory",
            "http",
            "message",
            "psr",
            "psr-17",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/http-server-handler",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2018-10-30T16:46:14+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/http-server-middleware",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "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"
        },
        "time": "2018-10-30T17:12:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-03-23T09:12:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "slim/psr7",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim-Psr7.git",
            "reference": "832912cb3c2a807d472ef0ac392552e85703a667"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/832912cb3c2a807d472ef0ac392552e85703a667",
            "reference": "832912cb3c2a807d472ef0ac392552e85703a667",
            "shasum": ""
        },
        "require": {
            "fig/http-message-util": "^1.1.4",
            "php": "^7.2",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0",
            "ralouphie/getallheaders": "^3"
        },
        "provide": {
            "psr/http-factory-implementation": "1.0",
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "adriansuter/php-autoload-override": "^1.2",
            "ext-json": "*",
            "http-interop/http-factory-tests": "^0.6.0",
            "php-http/psr7-integration-tests": "dev-master",
            "phpstan/phpstan": "^0.12",
            "phpunit/phpunit": "^8.5",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-08-18T22:49:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Psr7\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "http://joshlockhart.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            },
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Pierre Berube",
                "email": "pierre@lgse.com",
                "homepage": "http://www.lgse.com"
            }
        ],
        "description": "Strict PSR-7 implementation",
        "homepage": "https://www.slimframework.com",
        "keywords": [
            "http",
            "psr-7",
            "psr7"
        ]
    },
    {
        "name": "slim/slim",
        "version": "4.5.0",
        "version_normalized": "4.5.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Slim.git",
            "reference": "5613cbb521081ed676d5d7eb3e44f2b80a818c24"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Slim/zipball/5613cbb521081ed676d5d7eb3e44f2b80a818c24",
            "reference": "5613cbb521081ed676d5d7eb3e44f2b80a818c24",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "nikic/fast-route": "^1.3",
            "php": "^7.2",
            "psr/container": "^1.0",
            "psr/http-factory": "^1.0",
            "psr/http-message": "^1.0",
            "psr/http-server-handler": "^1.0",
            "psr/http-server-middleware": "^1.0",
            "psr/log": "^1.1"
        },
        "require-dev": {
            "adriansuter/php-autoload-override": "^1.0",
            "ext-simplexml": "*",
            "guzzlehttp/psr7": "^1.5",
            "http-interop/http-factory-guzzle": "^1.0",
            "laminas/laminas-diactoros": "^2.1",
            "nyholm/psr7": "^1.1",
            "nyholm/psr7-server": "^0.3.0",
            "phpspec/prophecy": "^1.10",
            "phpstan/phpstan": "^0.11.5",
            "phpunit/phpunit": "^8.5",
            "slim/http": "^1.0",
            "slim/psr7": "^1.0",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "suggest": {
            "ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
            "ext-xml": "Needed to support XML format in BodyParsingMiddleware",
            "php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
            "slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
        },
        "time": "2020-04-14T20:49:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\": "Slim"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "https://joshlockhart.com"
            },
            {
                "name": "Andrew Smith",
                "email": "a.smith@silentworks.co.uk",
                "homepage": "http://silentworks.co.uk"
            },
            {
                "name": "Rob Allen",
                "email": "rob@akrabat.com",
                "homepage": "http://akrabat.com"
            },
            {
                "name": "Pierre Berube",
                "email": "pierre@lgse.com",
                "homepage": "http://www.lgse.com"
            },
            {
                "name": "Gabriel Manricks",
                "email": "gmanricks@me.com",
                "homepage": "http://gabrielmanricks.com"
            }
        ],
        "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
        "homepage": "https://www.slimframework.com",
        "keywords": [
            "api",
            "framework",
            "micro",
            "router"
        ]
    },
    {
        "name": "slim/twig-view",
        "version": "3.1.0",
        "version_normalized": "3.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/slimphp/Twig-View.git",
            "reference": "36f7a04ca9e58ef926dc25cd0110f629668cb3f0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/slimphp/Twig-View/zipball/36f7a04ca9e58ef926dc25cd0110f629668cb3f0",
            "reference": "36f7a04ca9e58ef926dc25cd0110f629668cb3f0",
            "shasum": ""
        },
        "require": {
            "php": "^7.2",
            "psr/http-message": "^1.0",
            "slim/slim": "^4.0",
            "twig/twig": "^3.0"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.11.15",
            "phpunit/phpunit": "^8.5",
            "psr/http-factory": "^1.0",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-03-13T18:08:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Slim\\Views\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Josh Lockhart",
                "email": "hello@joshlockhart.com",
                "homepage": "http://joshlockhart.com"
            },
            {
                "name": "Pierre Berube",
                "email": "pierre@lgse.com",
                "homepage": "http://www.lgse.com"
            }
        ],
        "description": "Slim Framework 4 view helper built on top of the Twig 3 templating component",
        "homepage": "https://www.slimframework.com",
        "keywords": [
            "framework",
            "slim",
            "template",
            "twig",
            "view"
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "72b4c2bfe8b40a0d7365943cfaaf1658217e2f69"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/72b4c2bfe8b40a0d7365943cfaaf1658217e2f69",
            "reference": "72b4c2bfe8b40a0d7365943cfaaf1658217e2f69",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/cache": "~1.0",
            "psr/log": "~1.0",
            "symfony/cache-contracts": "^1.1.7|^2",
            "symfony/polyfill-php80": "^1.15",
            "symfony/service-contracts": "^1.1|^2",
            "symfony/var-exporter": "^4.4|^5.0"
        },
        "conflict": {
            "doctrine/dbal": "<2.5",
            "symfony/dependency-injection": "<4.4",
            "symfony/http-kernel": "<4.4",
            "symfony/var-dumper": "<4.4"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0",
            "symfony/cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "^1.6",
            "doctrine/dbal": "^2.5|^3.0",
            "predis/predis": "^1.1",
            "psr/simple-cache": "^1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/dependency-injection": "^4.4|^5.0",
            "symfony/var-dumper": "^4.4|^5.0"
        },
        "time": "2020-09-24T07:56:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/cache-contracts",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache-contracts.git",
            "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
            "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "psr/cache": "^1.0"
        },
        "suggest": {
            "symfony/cache-implementation": ""
        },
        "time": "2020-09-07T11:33:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Cache\\": ""
            }
        },
        "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 caching",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/deprecation-contracts",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.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"
        },
        "time": "2020-09-07T11:33:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "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",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/finder",
        "version": "v5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8",
            "reference": "2c3ba7ad6884e6c4451ce2340e2dc23f6fa3e0d8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5"
        },
        "time": "2020-09-02T16:23:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.18.1",
        "version_normalized": "1.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
            "reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-07-14T12:35:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.18-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.18.1",
        "version_normalized": "1.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
            "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-07-14T12:35:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.18-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php80",
        "version": "v1.18.1",
        "version_normalized": "1.18.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php80.git",
            "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
            "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.8"
        },
        "time": "2020-07-14T12:35:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.18-dev"
            },
            "thanks": {
                "name": "symfony/polyfill",
                "url": "https://github.com/symfony/polyfill"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php80\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ion Bazan",
                "email": "ion.bazan@gmail.com"
            },
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/service-contracts",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.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": ""
        },
        "time": "2020-09-07T11:33:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Service\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to writing services",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "e3cdd5119b1b5bf0698c351b8ee20fb5a4ea248b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/e3cdd5119b1b5bf0698c351b8ee20fb5a4ea248b",
            "reference": "e3cdd5119b1b5bf0698c351b8ee20fb5a4ea248b",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.15",
            "symfony/translation-contracts": "^2"
        },
        "conflict": {
            "symfony/config": "<4.4",
            "symfony/dependency-injection": "<5.0",
            "symfony/http-kernel": "<5.0",
            "symfony/twig-bundle": "<5.0",
            "symfony/yaml": "<4.4"
        },
        "provide": {
            "symfony/translation-implementation": "2.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "^4.4|^5.0",
            "symfony/console": "^4.4|^5.0",
            "symfony/dependency-injection": "^5.0",
            "symfony/finder": "^4.4|^5.0",
            "symfony/http-kernel": "^5.0",
            "symfony/intl": "^4.4|^5.0",
            "symfony/service-contracts": "^1.1.2|^2",
            "symfony/yaml": "^4.4|^5.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2020-09-27T03:44:28+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/translation-contracts",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation-contracts.git",
            "reference": "77ce1c3627c9f39643acd9af086631f842c50c4d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/77ce1c3627c9f39643acd9af086631f842c50c4d",
            "reference": "77ce1c3627c9f39643acd9af086631f842c50c4d",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5"
        },
        "suggest": {
            "symfony/translation-implementation": ""
        },
        "time": "2020-09-07T11:33:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.2-dev"
            },
            "thanks": {
                "name": "symfony/contracts",
                "url": "https://github.com/symfony/contracts"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Translation\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to translation",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/var-dumper",
        "version": "v5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "c976c115a0d788808f7e71834c8eb0844f678d02"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c976c115a0d788808f7e71834c8eb0844f678d02",
            "reference": "c976c115a0d788808f7e71834c8eb0844f678d02",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php80": "^1.15"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.3",
            "symfony/console": "<4.4"
        },
        "require-dev": {
            "ext-iconv": "*",
            "symfony/console": "^4.4|^5.0",
            "symfony/process": "^4.4|^5.0",
            "twig/twig": "^2.4|^3.0"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
        },
        "time": "2020-09-18T14:27:32+00:00",
        "bin": [
            "Resources/bin/var-dump-server"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/var-exporter",
        "version": "v5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "8b858508e49beb257fd635104c3d449a8113e8fe"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8b858508e49beb257fd635104c3d449a8113e8fe",
            "reference": "8b858508e49beb257fd635104c3d449a8113e8fe",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-php80": "^1.15"
        },
        "require-dev": {
            "symfony/var-dumper": "^4.4.9|^5.0.9"
        },
        "time": "2020-09-08T14:19:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\VarExporter\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
        "homepage": "https://symfony.com",
        "keywords": [
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ],
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v5.1.6",
        "version_normalized": "5.1.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
            "reference": "e147a68cb66a8b510f4b7481fe4da5b2ab65ec6a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/deprecation-contracts": "^2.1",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<4.4"
        },
        "require-dev": {
            "symfony/console": "^4.4|^5.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2020-09-27T03:44:28+00:00",
        "bin": [
            "Resources/bin/yaml-lint"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.1-dev"
            }
        },
        "installation-source": "dist",
        "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",
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "tightenco/collect",
        "version": "v8.0.4",
        "version_normalized": "8.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tighten/collect.git",
            "reference": "0d261a13c36fe964449d0240744eb4094ac3cd12"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tighten/collect/zipball/0d261a13c36fe964449d0240744eb4094ac3cd12",
            "reference": "0d261a13c36fe964449d0240744eb4094ac3cd12",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "nesbot/carbon": "^2.23.0",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2020-09-14T22:38:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Collect/Support/helpers.php",
                "src/Collect/Support/alias.php"
            ],
            "psr-4": {
                "Tightenco\\Collect\\": "src/Collect"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Otwell",
                "email": "taylorotwell@gmail.com"
            }
        ],
        "description": "Collect - Illuminate Collections as a separate package.",
        "keywords": [
            "collection",
            "laravel"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v3.0.5",
        "version_normalized": "3.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "9b76b1535483cdf4edf01bb787b0217b62bd68a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/9b76b1535483cdf4edf01bb787b0217b62bd68a5",
            "reference": "9b76b1535483cdf4edf01bb787b0217b62bd68a5",
            "shasum": ""
        },
        "require": {
            "php": ">=7.2.5",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
        },
        "time": "2020-08-05T15:13:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Twig Team",
                "role": "Contributors"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ],
        "funding": [
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/twig/twig",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v5.2.0",
        "version_normalized": "5.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/vlucas/phpdotenv.git",
            "reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
            "reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "graham-campbell/result-type": "^1.0.1",
            "php": "^7.1.3 || ^8.0",
            "phpoption/phpoption": "^1.7.4",
            "symfony/polyfill-ctype": "^1.17",
            "symfony/polyfill-mbstring": "^1.17",
            "symfony/polyfill-php80": "^1.17"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.4.1",
            "ext-filter": "*",
            "phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
        },
        "suggest": {
            "ext-filter": "Required to use the boolean validator."
        },
        "time": "2020-09-14T15:57:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "homepage": "https://gjcampbell.co.uk/"
            },
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "https://vancelucas.com/"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ],
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                "type": "tidelift"
            }
        ]
    }
]
