[
    {
        "name": "cebe/markdown",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
            "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
            "shasum": ""
        },
        "require": {
            "lib-pcre": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "cebe/indent": "*",
            "facebook/xhprof": "*@dev",
            "phpunit/phpunit": "4.1.*"
        },
        "time": "2018-03-26T11:24:36+00:00",
        "bin": [
            "bin/markdown"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "cebe\\markdown\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Creator"
            }
        ],
        "description": "A super fast, highly extensible markdown parser for PHP",
        "homepage": "https://github.com/cebe/markdown#readme",
        "keywords": [
            "extensible",
            "fast",
            "gfm",
            "markdown",
            "markdown-extra"
        ]
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.2.7",
        "version_normalized": "1.2.7.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
            "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
        },
        "time": "2020-04-08T08:27:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\CaBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
        "keywords": [
            "cabundle",
            "cacert",
            "certificate",
            "ssl",
            "tls"
        ]
    },
    {
        "name": "composer/composer",
        "version": "1.6.3",
        "version_normalized": "1.6.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/composer/zipball/88a69fda0f2187ad8714cedffd7a8872dceaa4c2",
            "reference": "88a69fda0f2187ad8714cedffd7a8872dceaa4c2",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "composer/semver": "^1.0",
            "composer/spdx-licenses": "^1.2",
            "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
            "php": "^5.3.2 || ^7.0",
            "psr/log": "^1.0",
            "seld/cli-prompt": "^1.0",
            "seld/jsonlint": "^1.4",
            "seld/phar-utils": "^1.0",
            "symfony/console": "^2.7 || ^3.0 || ^4.0",
            "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
            "symfony/finder": "^2.7 || ^3.0 || ^4.0",
            "symfony/process": "^2.7 || ^3.0 || ^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7",
            "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
        },
        "suggest": {
            "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
            "ext-zip": "Enabling the zip extension allows you to unzip archives",
            "ext-zlib": "Allow gzip compression of HTTP requests"
        },
        "time": "2018-01-31T15:28:18+00:00",
        "bin": [
            "bin/composer"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\": "src/Composer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nils Adermann",
                "email": "naderman@naderman.de",
                "homepage": "http://www.naderman.de"
            },
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
        "homepage": "https://getcomposer.org/",
        "keywords": [
            "autoload",
            "dependency",
            "package"
        ]
    },
    {
        "name": "composer/semver",
        "version": "1.5.1",
        "version_normalized": "1.5.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
            "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5 || ^5.0.5"
        },
        "time": "2020-01-13T12:06:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\Semver\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nils Adermann",
                "email": "naderman@naderman.de",
                "homepage": "http://www.naderman.de"
            },
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            },
            {
                "name": "Rob Bast",
                "email": "rob.bast@gmail.com",
                "homepage": "http://robbast.nl"
            }
        ],
        "description": "Semver library that offers utilities, version constraint parsing and validation.",
        "keywords": [
            "semantic",
            "semver",
            "validation",
            "versioning"
        ]
    },
    {
        "name": "composer/spdx-licenses",
        "version": "1.5.4",
        "version_normalized": "1.5.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223",
            "reference": "6946f785871e2314c60b4524851f3702ea4f2223",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
        },
        "time": "2020-07-15T15:35:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\Spdx\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nils Adermann",
                "email": "naderman@naderman.de",
                "homepage": "http://www.naderman.de"
            },
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            },
            {
                "name": "Rob Bast",
                "email": "rob.bast@gmail.com",
                "homepage": "http://robbast.nl"
            }
        ],
        "description": "SPDX licenses list and validation library.",
        "keywords": [
            "license",
            "spdx",
            "validator"
        ]
    },
    {
        "name": "craftcms/cms",
        "version": "3.4.30",
        "version_normalized": "3.4.30.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/cms/zipball/bd3820f19a0680c635a89c7f16805299964d97f2",
            "reference": "bd3820f19a0680c635a89c7f16805299964d97f2",
            "shasum": ""
        },
        "require": {
            "composer/composer": "1.6.3",
            "craftcms/oauth2-craftid": "~1.0.0",
            "craftcms/plugin-installer": "~1.5.3",
            "craftcms/server-check": "~1.1.0",
            "creocoder/yii2-nested-sets": "~0.9.0",
            "elvanto/litemoji": "^1.3.1",
            "enshrined/svg-sanitize": "~0.13.2",
            "ext-curl": "*",
            "ext-dom": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-openssl": "*",
            "ext-pcre": "*",
            "ext-pdo": "*",
            "ext-zip": "*",
            "guzzlehttp/guzzle": ">=6.3.0 <6.5.0 || ^6.5.1",
            "laminas/laminas-feed": "^2.12.0",
            "league/flysystem": "^1.0.35",
            "league/oauth2-client": "^2.2.1",
            "mikehaertl/php-shellcommand": "^1.2.5",
            "mrclay/jsmin-php": "^2.4",
            "mrclay/minify": "^3.0.7",
            "php": ">=7.0.0",
            "pixelandtonic/imagine": "~1.2.2.1",
            "seld/cli-prompt": "^1.0.3",
            "symfony/yaml": "^3.2|^4.0",
            "true/punycode": "^2.1.0",
            "twig/twig": "~2.12.0",
            "voku/portable-utf8": "^5.4.28",
            "voku/stringy": "~5.1.0",
            "webonyx/graphql-php": "^0.12.0",
            "yii2tech/ar-softdelete": "^1.0.2",
            "yiisoft/yii2": "~2.0.35.0",
            "yiisoft/yii2-debug": "^2.1.0",
            "yiisoft/yii2-queue": "~2.3.0",
            "yiisoft/yii2-shell": "^2.0.2",
            "yiisoft/yii2-swiftmailer": "^2.1.0"
        },
        "conflict": {
            "league/oauth2-client": "2.4.0"
        },
        "provide": {
            "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
            "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
            "bower-asset/punycode": "1.3.*",
            "bower-asset/yii2-pjax": "~2.0.1"
        },
        "require-dev": {
            "codeception/codeception": "^4.0.0",
            "codeception/module-asserts": "^1.0.0",
            "codeception/module-datafactory": "^1.0.0",
            "codeception/module-phpbrowser": "^1.0.0",
            "codeception/module-rest": "^1.0.0",
            "codeception/module-yii2": "^1.0.0",
            "fzaninotto/faker": "^1.8",
            "league/factory-muffin": "^3.0",
            "vlucas/phpdotenv": "^3.0"
        },
        "suggest": {
            "ext-iconv": "Adds support for more character encodings than PHP’s built-in mb_convert_encoding() function, which Craft will take advantage of when converting strings to UTF-8.",
            "ext-imagick": "Adds support for more image processing formats and options.",
            "ext-intl": "Adds rich internationalization support."
        },
        "time": "2020-07-28T13:14:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "craft\\": "src/",
                "crafttests\\fixtures\\": "tests/fixtures/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "proprietary"
        ],
        "description": "Craft CMS",
        "homepage": "https://craftcms.com",
        "keywords": [
            "cms",
            "craftcms",
            "yii2"
        ]
    },
    {
        "name": "craftcms/commerce",
        "version": "3.1.12",
        "version_normalized": "3.1.12.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/commerce/zipball/da0488bb44e1a46ac5dc118ceb3acffb283b9ad1",
            "reference": "da0488bb44e1a46ac5dc118ceb3acffb283b9ad1",
            "shasum": ""
        },
        "require": {
            "craftcms/cms": "^3.4.0",
            "dompdf/dompdf": "^0.8.3",
            "ibericode/vat": "^1.1.2",
            "moneyphp/money": "^3.2.1"
        },
        "time": "2020-07-14T14:30:23+00:00",
        "type": "craft-plugin",
        "extra": {
            "handle": "commerce",
            "name": "Craft Commerce",
            "description": "Create beautifully bespoke ecommerce experiences",
            "developer": "Pixel & Tonic",
            "documentationUrl": "https://docs.craftcms.com/commerce/v3/"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "craft\\commerce\\": "src/",
                "craftcommercetests\\fixtures\\": "tests/fixtures/"
            }
        },
        "license": [
            "proprietary"
        ],
        "description": "Craft Commerce",
        "homepage": "https://craftcommerce.com",
        "keywords": [
            "cms",
            "commerce",
            "craftcms",
            "yii2"
        ],
        "support": {
            "email": "support@craftcms.com",
            "issues": "https://github.com/craftcms/commerce/issues?state=open",
            "forum": "https://craftcms.stackexchange.com/",
            "source": "https://github.com/craftcms/commerce",
            "docs": "https://docs.craftcms.com/commerce/v3/",
            "rss": "https://github.com/craftcms/commerce/releases.atom"
        }
    },
    {
        "name": "craftcms/oauth2-craftid",
        "version": "1.0.0.1",
        "version_normalized": "1.0.0.1",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/oauth2-craftid/zipball/3f18364139d72d83fb50546d85130beaaa868836",
            "reference": "3f18364139d72d83fb50546d85130beaaa868836",
            "shasum": ""
        },
        "require": {
            "league/oauth2-client": "^2.2.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0",
            "satooshi/php-coveralls": "^1.0",
            "squizlabs/php_codesniffer": "^2.0"
        },
        "time": "2017-11-22T19:46:18+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "craftcms\\oauth2\\client\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pixel & Tonic",
                "homepage": "https://pixelandtonic.com/"
            }
        ],
        "description": "Craft OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
        "keywords": [
            "Authentication",
            "authorization",
            "client",
            "cms",
            "craftcms",
            "craftid",
            "oauth",
            "oauth2"
        ]
    },
    {
        "name": "craftcms/plugin-installer",
        "version": "1.5.5",
        "version_normalized": "1.5.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/42c23ded70ccadf7dea7eab28660d7808dd3022a",
            "reference": "42c23ded70ccadf7dea7eab28660d7808dd3022a",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0 || ^2.0"
        },
        "require-dev": {
            "composer/composer": "^1.0 || ^2.0"
        },
        "time": "2020-04-17T23:11:17+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "craft\\composer\\Plugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "craft\\composer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Craft CMS Plugin Installer",
        "homepage": "https://craftcms.com/",
        "keywords": [
            "cms",
            "composer",
            "craftcms",
            "installer",
            "plugin"
        ]
    },
    {
        "name": "craftcms/redactor",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/redactor/zipball/835eaf0d7442acb1bc716985f9672c7cd4e8531c",
            "reference": "835eaf0d7442acb1bc716985f9672c7cd4e8531c",
            "shasum": ""
        },
        "require": {
            "craftcms/cms": "^3.4.0-RC1"
        },
        "time": "2020-03-18T14:47:04+00:00",
        "type": "craft-plugin",
        "extra": {
            "name": "Redactor",
            "handle": "redactor",
            "documentationUrl": "https://github.com/craftcms/redactor/blob/v2/README.md"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "craft\\redactor\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Pixel & Tonic",
                "homepage": "https://pixelandtonic.com/"
            }
        ],
        "description": "Edit rich text content in Craft CMS using Redactor by Imperavi.",
        "keywords": [
            "cms",
            "craftcms",
            "html",
            "redactor",
            "yii2"
        ],
        "support": {
            "email": "support@craftcms.com",
            "issues": "https://github.com/craftcms/redactor/issues?state=open",
            "source": "https://github.com/craftcms/redactor",
            "docs": "https://github.com/craftcms/redactor/blob/v2/README.md",
            "rss": "https://github.com/craftcms/redactor/commits/v2.atom"
        }
    },
    {
        "name": "craftcms/server-check",
        "version": "1.1.9",
        "version_normalized": "1.1.9.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/server-check/zipball/579fd9ac93580800330695c5d38ca6decb6601ac",
            "reference": "579fd9ac93580800330695c5d38ca6decb6601ac",
            "shasum": ""
        },
        "time": "2020-07-14T18:57:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "server/requirements"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Craft CMS Server Check",
        "homepage": "https://craftcms.com/",
        "keywords": [
            "cms",
            "craftcms",
            "requirements",
            "yii2"
        ]
    },
    {
        "name": "creocoder/yii2-nested-sets",
        "version": "0.9.0",
        "version_normalized": "0.9.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/creocoder/yii2-nested-sets/zipball/cb8635a459b6246e5a144f096b992dcc30cf9954",
            "reference": "cb8635a459b6246e5a144f096b992dcc30cf9954",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": "*"
        },
        "time": "2015-01-27T10:53:51+00:00",
        "type": "yii2-extension",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "creocoder\\nestedsets\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Alexander Kochetov",
                "email": "creocoder@gmail.com"
            }
        ],
        "description": "The nested sets behavior for the Yii framework",
        "keywords": [
            "nested sets",
            "yii2"
        ]
    },
    {
        "name": "dnoegel/php-xdg-base-dir",
        "version": "v0.1.1",
        "version_normalized": "0.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
            "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
        },
        "time": "2019-12-04T15:06:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "XdgBaseDir\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "implementation of xdg base directory specification for php"
    },
    {
        "name": "doctrine/lexer",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
            "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5"
        },
        "time": "2019-06-08T11:03:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "dompdf/dompdf",
        "version": "v0.8.3",
        "version_normalized": "0.8.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
            "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "phenx/php-font-lib": "0.5.*",
            "phenx/php-svg-lib": "0.3.*",
            "php": ">=5.4.0"
        },
        "suggest": {
            "ext-gd": "Needed to process images",
            "ext-gmagick": "Improves image processing performance",
            "ext-imagick": "Improves image processing performance"
        },
        "time": "2018-12-14T02:40:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dompdf\\": "src/"
            },
            "classmap": [
                "lib/"
            ]
        },
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            },
            {
                "name": "Brian Sweeney",
                "email": "eclecticgeek@gmail.com"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com"
            }
        ],
        "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
        "homepage": "https://github.com/dompdf/dompdf"
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.18",
        "version_normalized": "2.1.18.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/cfa3d44471c7f5bfb684ac2b0da7114283d78441",
            "reference": "cfa3d44471c7f5bfb684ac2b0da7114283d78441",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">=5.5",
            "symfony/polyfill-intl-idn": "^1.10"
        },
        "require-dev": {
            "dominicsayers/isemail": "^3.0.7",
            "phpunit/phpunit": "^4.8.36|^7.5.15",
            "satooshi/php-coveralls": "^1.0.1"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2020-06-16T20:11:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "elvanto/litemoji",
        "version": "1.4.4",
        "version_normalized": "1.4.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/elvanto/litemoji/zipball/17bf635e4d1a5b4d35d2cadf153cd589b78af7f0",
            "reference": "17bf635e4d1a5b4d35d2cadf153cd589b78af7f0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "milesj/emojibase": "3.1.0",
            "phpunit/phpunit": "^5.0"
        },
        "time": "2018-09-28T05:23:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "LitEmoji\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.",
        "keywords": [
            "emoji",
            "php-emoji"
        ]
    },
    {
        "name": "enshrined/svg-sanitize",
        "version": "0.13.3",
        "version_normalized": "0.13.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403",
            "reference": "bc66593f255b7d2613d8f22041180036979b6403",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "^0.1.2",
            "phpunit/phpunit": "^6"
        },
        "time": "2020-01-20T01:34:17+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "enshrined\\svgSanitize\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "authors": [
            {
                "name": "Daryll Doyle",
                "email": "daryll@enshrined.co.uk"
            }
        ],
        "description": "An SVG sanitizer for PHP"
    },
    {
        "name": "ether/seo",
        "version": "3.6.6",
        "version_normalized": "3.6.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ethercreative/seo/zipball/cfacc65fbea87ace4a40c0c0e5d35ce2e1167e60",
            "reference": "cfacc65fbea87ace4a40c0c0e5d35ce2e1167e60",
            "shasum": ""
        },
        "require": {
            "craftcms/cms": "^3.2.0"
        },
        "time": "2020-06-30T13:44:29+00:00",
        "type": "craft-plugin",
        "extra": {
            "handle": "seo",
            "name": "SEO",
            "developer": "Ether Creative",
            "developerUrl": "https://ethercreative.co.uk",
            "class": "ether\\seo\\Seo"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ether\\seo\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "description": "SEO utilities including a unique field type, sitemap, & redirect manager",
        "support": {
            "issues": "https://github.com/ethercreative/seo",
            "docs": "https://github.com/ethercreative/seo/blob/v3/README.md"
        }
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.13.0",
        "version_normalized": "4.13.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
            "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
        },
        "time": "2020-06-29T00:56:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ],
            "exclude-from-classmap": [
                "/library/HTMLPurifier/Language/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "guzzlehttp/guzzle",
        "version": "6.5.5",
        "version_normalized": "6.5.5.0",
        "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"
        },
        "time": "2020-06-16T21:01:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.5-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle is a PHP HTTP client library",
        "homepage": "http://guzzlephp.org/",
        "keywords": [
            "client",
            "curl",
            "framework",
            "http",
            "http client",
            "rest",
            "web service"
        ]
    },
    {
        "name": "guzzlehttp/promises",
        "version": "v1.3.1",
        "version_normalized": "1.3.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0"
        },
        "time": "2016-12-20T10:07:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Promise\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            }
        ],
        "description": "Guzzle promises library",
        "keywords": [
            "promise"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "ibericode/vat",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ibericode/vat/zipball/c6ead632e04124461c5f2c824873223bb600ecaa",
            "reference": "c6ead632e04124461c5f2c824873223bb600ecaa",
            "shasum": ""
        },
        "require": {
            "ext-soap": "*",
            "php": ">=5.6",
            "psr/simple-cache": "^1.0"
        },
        "provide": {
            "psr/simple-cache-implementation": "1.0"
        },
        "time": "2019-01-07T13:31:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DvK\\Vat\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Danny van Kooten",
                "email": "hi@dvk.co"
            }
        ],
        "description": "PHP library for dealing with VAT in Europe",
        "keywords": [
            "vat"
        ]
    },
    {
        "name": "intervention/httpauth",
        "version": "2.1.0",
        "version_normalized": "2.1.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/httpauth/zipball/3d67894b28b9ff3887fb9e4474c6b81ca5614543",
            "reference": "3d67894b28b9ff3887fb9e4474c6b81ca5614543",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2019-09-09T11:59:51+00:00",
        "type": "library",
        "extra": {
            "laravel": {
                "providers": [
                    "Intervention\\Httpauth\\HttpauthServiceProvider"
                ],
                "aliases": {
                    "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Intervention\\Httpauth\\": "src/Intervention/Httpauth"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oliver Vogel",
                "email": "oliver@olivervogel.com",
                "homepage": "http://olivervogel.com/"
            }
        ],
        "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration",
        "homepage": "https://github.com/Intervention/httpauth",
        "keywords": [
            "Authentication",
            "http",
            "laravel"
        ]
    },
    {
        "name": "justinrainbow/json-schema",
        "version": "5.2.10",
        "version_normalized": "5.2.10.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
            "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
            "json-schema/json-schema-test-suite": "1.2.0",
            "phpunit/phpunit": "^4.8.35"
        },
        "time": "2020-05-27T16:41:55+00:00",
        "bin": [
            "bin/validate-json"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JsonSchema\\": "src/JsonSchema/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bruno Prieto Reis",
                "email": "bruno.p.reis@gmail.com"
            },
            {
                "name": "Justin Rainbow",
                "email": "justin.rainbow@gmail.com"
            },
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            },
            {
                "name": "Robert Schönthal",
                "email": "seroscho@googlemail.com"
            }
        ],
        "description": "A library to validate a json schema.",
        "homepage": "https://github.com/justinrainbow/json-schema",
        "keywords": [
            "json",
            "schema"
        ]
    },
    {
        "name": "laminas/laminas-escaper",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
            "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
            "shasum": ""
        },
        "require": {
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^5.6 || ^7.0"
        },
        "replace": {
            "zendframework/zend-escaper": "self.version"
        },
        "require-dev": {
            "laminas/laminas-coding-standard": "~1.0.0",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
        },
        "time": "2019-12-31T16:43:30+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "laminas/laminas-feed",
        "version": "2.12.2",
        "version_normalized": "2.12.2.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8a193ac96ebcb3e16b6ee754ac2a889eefacb654",
            "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "laminas/laminas-escaper": "^2.5.2",
            "laminas/laminas-stdlib": "^3.2.1",
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^5.6 || ^7.0"
        },
        "replace": {
            "zendframework/zend-feed": "^2.12.0"
        },
        "require-dev": {
            "laminas/laminas-cache": "^2.7.2",
            "laminas/laminas-coding-standard": "~1.0.0",
            "laminas/laminas-db": "^2.8.2",
            "laminas/laminas-http": "^2.7",
            "laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
            "laminas/laminas-validator": "^2.10.1",
            "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20",
            "psr/http-message": "^1.0.1"
        },
        "suggest": {
            "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
            "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
            "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
            "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
            "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
            "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
        },
        "time": "2020-03-29T12:36:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12.x-dev",
                "dev-develop": "2.13.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laminas\\Feed\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "provides functionality for consuming RSS and Atom feeds",
        "homepage": "https://laminas.dev",
        "keywords": [
            "feed",
            "laminas"
        ]
    },
    {
        "name": "laminas/laminas-stdlib",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
            "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
            "shasum": ""
        },
        "require": {
            "laminas/laminas-zendframework-bridge": "^1.0",
            "php": "^5.6 || ^7.0"
        },
        "replace": {
            "zendframework/zend-stdlib": "self.version"
        },
        "require-dev": {
            "laminas/laminas-coding-standard": "~1.0.0",
            "phpbench/phpbench": "^0.13",
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
        },
        "time": "2019-12-31T17:51:15+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev",
                "dev-develop": "3.3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Laminas\\Stdlib\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SPL extensions, array utilities, error handlers, and more",
        "homepage": "https://laminas.dev",
        "keywords": [
            "laminas",
            "stdlib"
        ]
    },
    {
        "name": "laminas/laminas-zendframework-bridge",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3",
            "reference": "fcd87520e4943d968557803919523772475e8ea3",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-05-20T16:45:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev",
                "dev-develop": "1.1.x-dev"
            },
            "laminas": {
                "module": "Laminas\\ZendFrameworkBridge"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/autoload.php"
            ],
            "psr-4": {
                "Laminas\\ZendFrameworkBridge\\": "src//"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Alias legacy ZF class names to Laminas Project equivalents.",
        "keywords": [
            "ZendFramework",
            "autoloading",
            "laminas",
            "zf"
        ]
    },
    {
        "name": "league/flysystem",
        "version": "1.0.70",
        "version_normalized": "1.0.70.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
            "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "php": ">=5.5.9"
        },
        "conflict": {
            "league/flysystem-sftp": "<1.0.6"
        },
        "require-dev": {
            "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
            "phpunit/phpunit": "^5.7.26"
        },
        "suggest": {
            "ext-fileinfo": "Required for MimeType",
            "ext-ftp": "Allows you to use FTP server storage",
            "ext-openssl": "Allows you to use FTPS server storage",
            "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
            "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
            "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
            "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
            "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
            "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
            "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
            "league/flysystem-webdav": "Allows you to use WebDAV storage",
            "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
            "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
            "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
        },
        "time": "2020-07-26T07:20:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Filesystem abstraction: Many filesystems, one API.",
        "keywords": [
            "Cloud Files",
            "WebDAV",
            "abstraction",
            "aws",
            "cloud",
            "copy.com",
            "dropbox",
            "file systems",
            "files",
            "filesystem",
            "filesystems",
            "ftp",
            "rackspace",
            "remote",
            "s3",
            "sftp",
            "storage"
        ]
    },
    {
        "name": "league/oauth2-client",
        "version": "2.5.0",
        "version_normalized": "2.5.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/d9f2a1e000dc14eb3c02e15d15759385ec7ff0fb",
            "reference": "d9f2a1e000dc14eb3c02e15d15759385ec7ff0fb",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0 || ^7.0",
            "paragonie/random_compat": "^1|^2|^9.99",
            "php": "^5.6|^7.0"
        },
        "require-dev": {
            "eloquent/liberator": "^2.0",
            "eloquent/phony-phpunit": "^1.0|^3.0",
            "jakub-onderka/php-parallel-lint": "^0.9.2",
            "phpunit/phpunit": "^5.7|^6.0",
            "squizlabs/php_codesniffer": "^2.3|^3.0"
        },
        "time": "2020-07-18T17:54:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-2.x": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "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"
        ]
    },
    {
        "name": "marcusschwarz/lesserphp",
        "version": "v0.5.4",
        "version_normalized": "0.5.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e",
            "reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~4.3"
        },
        "time": "2020-01-19T19:18:49+00:00",
        "bin": [
            "plessc"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            },
            {
                "name": "Marcus Schwarz",
                "email": "github@maswaba.de",
                "homepage": "https://www.maswaba.de"
            }
        ],
        "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
        "homepage": "http://leafo.net/lessphp/"
    },
    {
        "name": "mikehaertl/php-shellcommand",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/8d98d8536e05abafe76a491da87296d824939076",
            "reference": "8d98d8536e05abafe76a491da87296d824939076",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.4.0"
        },
        "time": "2019-12-20T08:48:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "mikehaertl\\shellcommand\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Härtl",
                "email": "haertl.mike@gmail.com"
            }
        ],
        "description": "An object oriented interface to shell commands",
        "keywords": [
            "shell"
        ]
    },
    {
        "name": "moneyphp/money",
        "version": "v3.3.1",
        "version_normalized": "3.3.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/moneyphp/money/zipball/122664c2621a95180a13c1ac81fea1d2ef20781e",
            "reference": "122664c2621a95180a13c1ac81fea1d2ef20781e",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=5.6"
        },
        "suggest": {
            "ext-bcmath": "Calculate without integer limits",
            "ext-gmp": "Calculate without integer limits",
            "ext-intl": "Format Money objects with intl",
            "florianv/exchanger": "Exchange rates library for PHP",
            "florianv/swap": "Exchange rates library for PHP",
            "psr/cache-implementation": "Used for Currency caching"
        },
        "time": "2020-03-18T17:49:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Money\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mathias Verraes",
                "email": "mathias@verraes.net",
                "homepage": "http://verraes.net"
            },
            {
                "name": "Márk Sági-Kazár",
                "email": "mark.sagikazar@gmail.com"
            },
            {
                "name": "Frederik Bosch",
                "email": "f.bosch@genkgo.nl"
            }
        ],
        "description": "PHP implementation of Fowler's Money pattern",
        "homepage": "http://moneyphp.org",
        "keywords": [
            "Value Object",
            "money",
            "vo"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.25.5",
        "version_normalized": "1.25.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0",
            "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "php-parallel-lint/php-parallel-lint": "^1.0",
            "phpunit/phpunit": "~4.5",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2020-07-23T08:35:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "mrclay/jsmin-php",
        "version": "2.4.0",
        "version_normalized": "2.4.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/bb05febc9440852d39899255afd5569b7f21a72c",
            "reference": "bb05febc9440852d39899255afd5569b7f21a72c",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.2"
        },
        "time": "2018-12-06T15:03:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "JSMin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Stephen Clay",
                "email": "steve@mrclay.org",
                "role": "Developer"
            },
            {
                "name": "Ryan Grove",
                "email": "ryan@wonko.com",
                "role": "Developer"
            }
        ],
        "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.",
        "homepage": "https://github.com/mrclay/jsmin-php/",
        "keywords": [
            "compress",
            "jsmin",
            "minify"
        ]
    },
    {
        "name": "mrclay/minify",
        "version": "3.0.10",
        "version_normalized": "3.0.10.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mrclay/minify/zipball/8dba84a2d24ae6382057a1215ad3af25202addb9",
            "reference": "8dba84a2d24ae6382057a1215ad3af25202addb9",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "intervention/httpauth": "^2.0|^3.0",
            "marcusschwarz/lesserphp": "^0.5.1",
            "monolog/monolog": "~1.1|~2.0",
            "mrclay/jsmin-php": "~2",
            "mrclay/props-dic": "^2.2|^3.0",
            "php": "^5.3.0 || ^7.0",
            "tubalmartin/cssmin": "~4"
        },
        "require-dev": {
            "firephp/firephp-core": "~0.4.0",
            "leafo/scssphp": "^0.3 || ^0.6 || ^0.7",
            "meenie/javascript-packer": "~1.1",
            "phpunit/phpunit": "^4.8.36",
            "tedivm/jshrink": "~1.1.0"
        },
        "suggest": {
            "firephp/firephp-core": "Use FirePHP for Log messages",
            "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer"
        },
        "time": "2020-04-02T19:47:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Stephen Clay",
                "email": "steve@mrclay.org",
                "role": "Developer"
            }
        ],
        "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
        "homepage": "https://github.com/mrclay/minify"
    },
    {
        "name": "mrclay/props-dic",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mrclay/Props/zipball/0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
            "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "pimple/pimple": "~3.0",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8"
        },
        "time": "2019-11-26T17:56:10+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Props\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Steve Clay",
                "email": "steve@mrclay.org",
                "homepage": "http://www.mrclay.org/"
            }
        ],
        "description": "Props is a simple DI container that allows retrieving values via custom property and method names",
        "keywords": [
            "container",
            "dependency injection",
            "dependency injection container",
            "di",
            "di container"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.7.0",
        "version_normalized": "4.7.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
            "reference": "21dce06dfbf0365c6a7cc8fdbdc995926c6a9300",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "ircmaxell/php-yacc": "0.0.5",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
        },
        "time": "2020-07-25T13:18:53+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "opis/closure",
        "version": "3.5.5",
        "version_normalized": "3.5.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opis/closure/zipball/dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
            "reference": "dec9fc5ecfca93f45cd6121f8e6f14457dff372c",
            "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-06-17T14:59:55+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Opis\\Closure\\": "src/"
            },
            "files": [
                "functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marius Sarca",
                "email": "marius.sarca@gmail.com"
            },
            {
                "name": "Sorin Sarca",
                "email": "sarca_sorin@hotmail.com"
            }
        ],
        "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
        "homepage": "https://opis.io/closure",
        "keywords": [
            "anonymous functions",
            "closure",
            "function",
            "serializable",
            "serialization",
            "serialize"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "phenx/php-font-lib",
        "version": "0.5.2",
        "version_normalized": "0.5.2.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
            "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
            "shasum": ""
        },
        "time": "2020-03-08T15:31:32+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FontLib\\": "src/FontLib"
            }
        },
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "phenx/php-svg-lib",
        "version": "v0.3.3",
        "version_normalized": "0.3.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
            "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
            "shasum": ""
        },
        "require": {
            "sabberworm/php-css-parser": "^8.3"
        },
        "time": "2019-09-11T20:02:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Svg\\": "src/Svg"
            }
        },
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse and export to PDF SVG files.",
        "homepage": "https://github.com/PhenX/php-svg-lib"
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6"
        },
        "time": "2017-09-11T18:02:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "4.3.4",
        "version_normalized": "4.3.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
            "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
            "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "^1.0.5",
            "mockery/mockery": "^1.0",
            "phpdocumentor/type-resolver": "0.4.*",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-12-28T18:55:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/cf842904952e64e703800d094cdf34e715a8a3ae",
            "reference": "cf842904952e64e703800d094cdf34e715a8a3ae",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2017-12-30T13:23:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ]
    },
    {
        "name": "phpoption/phpoption",
        "version": "1.7.5",
        "version_normalized": "1.7.5.0",
        "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"
        ]
    },
    {
        "name": "pimple/pimple",
        "version": "v3.2.3",
        "version_normalized": "3.2.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/container": "^1.0"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^3.2"
        },
        "time": "2018-01-21T07:42:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Pimple": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Pimple, a simple Dependency Injection Container",
        "homepage": "http://pimple.sensiolabs.org",
        "keywords": [
            "container",
            "dependency injection"
        ]
    },
    {
        "name": "pixelandtonic/imagine",
        "version": "1.2.2.1",
        "version_normalized": "1.2.2.1",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/c70db7d7f6bd6fb0abc7562bdabe51265af2518b",
            "reference": "c70db7d7f6bd6fb0abc7562bdabe51265af2518b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "2.2.*",
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.4 || ^8.2"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2019-07-19T12:55:50+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Imagine\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bulat Shakirzyanov",
                "email": "mallluhuct@gmail.com",
                "homepage": "http://avalanche123.com"
            }
        ],
        "description": "Image processing for PHP 5.3",
        "homepage": "http://imagine.readthedocs.org/",
        "keywords": [
            "drawing",
            "graphics",
            "image manipulation",
            "image processing"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "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-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-03-23T09:12:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "psy/psysh",
        "version": "v0.10.4",
        "version_normalized": "0.10.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
            "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
            "shasum": ""
        },
        "require": {
            "dnoegel/php-xdg-base-dir": "0.1.*",
            "ext-json": "*",
            "ext-tokenizer": "*",
            "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
            "php": "^8.0 || ^7.0 || ^5.5.9",
            "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
            "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
        },
        "require-dev": {
            "bamarni/composer-bin-plugin": "^1.2",
            "hoa/console": "3.17.*"
        },
        "suggest": {
            "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
            "ext-pdo-sqlite": "The doc command requires SQLite to work.",
            "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
            "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
            "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
        },
        "time": "2020-05-03T19:32:03+00:00",
        "bin": [
            "bin/psysh"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions.php"
            ],
            "psr-4": {
                "Psy\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Justin Hileman",
                "email": "justin@justinhileman.info",
                "homepage": "http://justinhileman.com"
            }
        ],
        "description": "An interactive shell for modern PHP.",
        "homepage": "http://psysh.org",
        "keywords": [
            "REPL",
            "console",
            "interactive",
            "shell"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "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": "sabberworm/php-css-parser",
        "version": "8.3.1",
        "version_normalized": "8.3.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
            "reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2020-06-01T09:10:00+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sabberworm\\CSS": "lib/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raphael Schweikert"
            }
        ],
        "description": "Parser for CSS Files written in PHP",
        "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
        "keywords": [
            "css",
            "parser",
            "stylesheet"
        ]
    },
    {
        "name": "seld/cli-prompt",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
            "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2017-03-18T11:32:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Seld\\CliPrompt\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be"
            }
        ],
        "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
        "keywords": [
            "cli",
            "console",
            "hidden",
            "input",
            "prompt"
        ]
    },
    {
        "name": "seld/jsonlint",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
            "reference": "ff2aa5420bfbc296cf6a0bc785fa5b35736de7c1",
            "shasum": ""
        },
        "require": {
            "php": "^5.3 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2020-04-30T19:05:18+00:00",
        "bin": [
            "bin/jsonlint"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Seld\\JsonLint\\": "src/Seld/JsonLint/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "JSON Linter",
        "keywords": [
            "json",
            "linter",
            "parser",
            "validator"
        ]
    },
    {
        "name": "seld/phar-utils",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
            "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "time": "2020-07-07T18:42:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Seld\\PharUtils\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be"
            }
        ],
        "description": "PHAR file format utilities, for when PHP phars you up",
        "keywords": [
            "phar"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.3",
        "version_normalized": "6.2.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-11-12T09:31:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
            "reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/debug": "~2.8|~3.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.3",
            "symfony/dependency-injection": "~3.3",
            "symfony/event-dispatcher": "~2.8|~3.0",
            "symfony/filesystem": "~2.8|~3.0",
            "symfony/http-kernel": "~2.8|~3.0",
            "symfony/process": "~2.8|~3.0"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/filesystem": "",
            "symfony/process": ""
        },
        "time": "2017-07-29T21:27:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/debug",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
            "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "psr/log": "~1.0"
        },
        "conflict": {
            "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
        },
        "require-dev": {
            "symfony/http-kernel": "~2.8|~3.0"
        },
        "time": "2017-07-28T15:27:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "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": "Symfony Debug Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676",
            "reference": "427987eb4eed764c3b6e38d52a0f87989e010676",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-07-11T07:17:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "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": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4",
            "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-06-01T21:01:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
            "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "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\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-grapheme",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
            "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-intl": "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\\Intl\\Grapheme\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's grapheme_* functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "grapheme",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
            "reference": "bc6549d068d0160e0f10f7a5a23c7d1406b95ebe",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-intl-normalizer": "^1.10",
            "symfony/polyfill-php70": "^1.10",
            "symfony/polyfill-php72": "^1.10"
        },
        "suggest": {
            "ext-intl": "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\\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"
        ]
    },
    {
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
            "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-intl": "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\\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"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "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"
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
            "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "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\\Php70\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.18.0",
        "version_normalized": "1.18.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
            "reference": "639447d008615574653fb3bc60d1986d7172eaae",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "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\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/process",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
            "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "time": "2017-07-13T13:05:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Process\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Process Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/var-dumper",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b2623bccb969ad595c2090f9be498b74670d0663",
            "reference": "b2623bccb969ad595c2090f9be498b74670d0663",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "require-dev": {
            "ext-iconv": "*",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-symfony_debug": ""
        },
        "time": "2017-07-28T06:06:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v3.3.6",
        "version_normalized": "3.3.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
            "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.9"
        },
        "require-dev": {
            "symfony/console": "~2.8|~3.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2017-07-23T12:43:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-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"
    },
    {
        "name": "true/punycode",
        "version": "v2.1.1",
        "version_normalized": "2.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
            "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.7",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2016-11-16T10:37:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TrueBV\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Renan Gonçalves",
                "email": "renan.saddam@gmail.com"
            }
        ],
        "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
        "homepage": "https://github.com/true/php-punycode",
        "keywords": [
            "idna",
            "punycode"
        ]
    },
    {
        "name": "tubalmartin/cssmin",
        "version": "v4.1.1",
        "version_normalized": "4.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
            "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "php": ">=5.3.2"
        },
        "require-dev": {
            "cogpowered/finediff": "0.3.*",
            "phpunit/phpunit": "4.8.*"
        },
        "time": "2018-01-15T15:26:51+00:00",
        "bin": [
            "cssmin"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "tubalmartin\\CssMin\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Túbal Martín",
                "homepage": "http://tubalmartin.me/"
            }
        ],
        "description": "A PHP port of the YUI CSS compressor",
        "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
        "keywords": [
            "compress",
            "compressor",
            "css",
            "cssmin",
            "minify",
            "yui"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v2.12.5",
        "version_normalized": "2.12.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
            "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/phpunit-bridge": "^4.4|^5.0"
        },
        "time": "2020-02-11T15:31:23+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Twig Team",
                "role": "Contributors"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    },
    {
        "name": "vlucas/phpdotenv",
        "version": "v3.6.7",
        "version_normalized": "3.6.7.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2065beda6cbe75e2603686907b2e45f6f3a5ad82",
            "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0 || ^8.0",
            "phpoption/phpoption": "^1.5.2",
            "symfony/polyfill-ctype": "^1.17"
        },
        "require-dev": {
            "ext-filter": "*",
            "ext-pcre": "*",
            "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0"
        },
        "suggest": {
            "ext-filter": "Required to use the boolean validator.",
            "ext-pcre": "Required to use most of the library."
        },
        "time": "2020-07-14T19:04:52+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dotenv\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "homepage": "https://gjcampbell.co.uk/"
            },
            {
                "name": "Vance Lucas",
                "email": "vance@vancelucas.com",
                "homepage": "https://vancelucas.com/"
            }
        ],
        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
        "keywords": [
            "dotenv",
            "env",
            "environment"
        ]
    },
    {
        "name": "voku/anti-xss",
        "version": "4.1.25",
        "version_normalized": "4.1.25.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/anti-xss/zipball/2b7b0510b5ac5194c467aa5e80a94964896f0672",
            "reference": "2b7b0510b5ac5194c467aa5e80a94964896f0672",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "voku/portable-utf8": "~5.4.27"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2020-06-12T00:59:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\helper\\": "src/voku/helper/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "EllisLab Dev Team",
                "homepage": "http://ellislab.com/"
            },
            {
                "name": "Lars Moelleken",
                "email": "lars@moelleken.org",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "anti xss-library",
        "homepage": "https://github.com/voku/anti-xss",
        "keywords": [
            "anti-xss",
            "clean",
            "security",
            "xss"
        ]
    },
    {
        "name": "voku/arrayy",
        "version": "5.15.0",
        "version_normalized": "5.15.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/Arrayy/zipball/807013ebf923de01689afe516e1301c51818f056",
            "reference": "807013ebf923de01689afe516e1301c51818f056",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=7.0.0",
            "phpdocumentor/reflection-docblock": "~4.3",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2019-11-18T00:23:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Arrayy\\": "src/"
            },
            "files": [
                "src/Create.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "email": "lars@moelleken.org",
                "homepage": "http://www.moelleken.org/",
                "role": "Maintainer"
            }
        ],
        "description": "Array manipulation library for PHP, called Arrayy!",
        "keywords": [
            "Arrayy",
            "array",
            "helpers",
            "manipulation",
            "methods",
            "utility",
            "utils"
        ]
    },
    {
        "name": "voku/email-check",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/email-check/zipball/f91fc9da57fbb29c4ded5a1fc1238d4b988758dd",
            "reference": "f91fc9da57fbb29c4ded5a1fc1238d4b988758dd",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "symfony/polyfill-intl-idn": "~1.10"
        },
        "require-dev": {
            "fzaninotto/faker": "~1.7",
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for best performance"
        },
        "time": "2019-01-02T23:08:14+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\helper\\": "src/voku/helper/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "email-check (syntax, dns, trash, ...) library",
        "homepage": "https://github.com/voku/email-check",
        "keywords": [
            "check-email",
            "email",
            "mail",
            "mail-check",
            "validate-email",
            "validate-email-address",
            "validate-mail"
        ]
    },
    {
        "name": "voku/portable-ascii",
        "version": "1.5.3",
        "version_normalized": "1.5.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8",
            "reference": "25bcbf01678930251fd572891447d9e318a6e2b8",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2020-07-22T23:32:04+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
        "homepage": "https://github.com/voku/portable-ascii",
        "keywords": [
            "ascii",
            "clean",
            "php"
        ]
    },
    {
        "name": "voku/portable-utf8",
        "version": "5.4.47",
        "version_normalized": "5.4.47.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-utf8/zipball/c92522515a2d5ec9b03fd3c9e231b8b277c65121",
            "reference": "c92522515a2d5ec9b03fd3c9e231b8b277c65121",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "~1.0",
            "symfony/polyfill-intl-grapheme": "~1.0",
            "symfony/polyfill-intl-normalizer": "~1.0",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php72": "~1.0",
            "voku/portable-ascii": "~1.5"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "suggest": {
            "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
            "ext-fileinfo": "Use Fileinfo for better binary file detection",
            "ext-iconv": "Use iconv for best performance",
            "ext-intl": "Use Intl for best performance",
            "ext-json": "Use JSON for string detection",
            "ext-mbstring": "Use Mbstring for best performance"
        },
        "time": "2020-07-26T11:17:51+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "(Apache-2.0 or GPL-2.0)"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Hamid Sarfraz",
                "homepage": "http://pageconfig.com/"
            },
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
        "homepage": "https://github.com/voku/portable-utf8",
        "keywords": [
            "UTF",
            "clean",
            "php",
            "unicode",
            "utf-8",
            "utf8"
        ]
    },
    {
        "name": "voku/stop-words",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71",
            "reference": "8e63c0af20f800b1600783764e0ce19e53969f71",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0"
        },
        "time": "2018-11-23T01:37:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\": "src/voku/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Lars Moelleken",
                "homepage": "http://www.moelleken.org/"
            }
        ],
        "description": "Stop-Words via PHP",
        "keywords": [
            "stop words",
            "stop-words"
        ]
    },
    {
        "name": "voku/stringy",
        "version": "5.1.1",
        "version_normalized": "5.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/Stringy/zipball/9301fb68e56ec9f0a985382d5047d4e0045074e7",
            "reference": "9301fb68e56ec9f0a985382d5047d4e0045074e7",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=7.0.0",
            "voku/anti-xss": "~4.1",
            "voku/arrayy": "~5.11",
            "voku/email-check": "~3.0",
            "voku/portable-utf8": "~5.4",
            "voku/urlify": "~4.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2019-08-21T12:37:12+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Stringy\\": "src/"
            },
            "files": [
                "src/Create.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Daniel St. Jules",
                "email": "danielst.jules@gmail.com",
                "homepage": "http://www.danielstjules.com",
                "role": "Maintainer"
            },
            {
                "name": "Lars Moelleken",
                "email": "lars@moelleken.org",
                "homepage": "http://www.moelleken.org/",
                "role": "Fork-Maintainer"
            }
        ],
        "description": "A string manipulation library with multibyte support",
        "homepage": "https://github.com/danielstjules/Stringy",
        "keywords": [
            "UTF",
            "helpers",
            "manipulation",
            "methods",
            "multibyte",
            "string",
            "utf-8",
            "utility",
            "utils"
        ]
    },
    {
        "name": "voku/urlify",
        "version": "4.1.1",
        "version_normalized": "4.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/urlify/zipball/4961b574a892f4f433063be6a95ba88bfe55f7cc",
            "reference": "4961b574a892f4f433063be6a95ba88bfe55f7cc",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "voku/portable-utf8": "~5.3",
            "voku/stop-words": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2019-09-03T19:11:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "voku\\helper\\": "src/voku/helper/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Johnny Broadway",
                "email": "johnny@johnnybroadway.com",
                "homepage": "http://www.johnnybroadway.com/"
            },
            {
                "name": "Lars Moelleken",
                "email": "lars@moelleken.org",
                "homepage": "http://moelleken.org/"
            }
        ],
        "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
        "homepage": "https://github.com/voku/urlify",
        "keywords": [
            "encode",
            "iconv",
            "link",
            "slug",
            "translit",
            "transliterate",
            "transliteration",
            "url",
            "urlify"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
            "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0 || ^8.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "conflict": {
            "phpstan/phpstan": "<0.12.20",
            "vimeo/psalm": "<3.9.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^7.5.13"
        },
        "time": "2020-07-08T17:02:28+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "webonyx/graphql-php",
        "version": "v0.12.6",
        "version_normalized": "0.12.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
            "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8",
            "psr/http-message": "^1.0",
            "react/promise": "2.*"
        },
        "suggest": {
            "psr/http-message": "To use standard GraphQL server",
            "react/promise": "To leverage async resolving on React PHP platform"
        },
        "time": "2018-09-02T14:59:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GraphQL\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "A PHP port of GraphQL reference implementation",
        "homepage": "https://github.com/webonyx/graphql-php",
        "keywords": [
            "api",
            "graphql"
        ]
    },
    {
        "name": "yii2tech/ar-softdelete",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yii2tech/ar-softdelete/zipball/498ed03f89ded835f0ca156ec50d432191c58769",
            "reference": "498ed03f89ded835f0ca156ec50d432191c58769",
            "shasum": ""
        },
        "require": {
            "yiisoft/yii2": "~2.0.13"
        },
        "require-dev": {
            "phpunit/phpunit": "4.8.27|^5.0|^6.0"
        },
        "time": "2019-07-30T11:05:57+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii2tech\\ar\\softdelete\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com"
            }
        ],
        "description": "Provides support for ActiveRecord soft delete in Yii2",
        "keywords": [
            "active",
            "delete",
            "integrity",
            "record",
            "smart",
            "soft",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2",
        "version": "2.0.35",
        "version_normalized": "2.0.35.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/d42809e4969cdc0adb97197ba32774b3e4cd9e8e",
            "reference": "d42809e4969cdc0adb97197ba32774b3e4cd9e8e",
            "shasum": ""
        },
        "require": {
            "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
            "bower-asset/jquery": "3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
            "bower-asset/punycode": "1.3.*",
            "bower-asset/yii2-pjax": "~2.0.1",
            "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
            "ext-ctype": "*",
            "ext-mbstring": "*",
            "ezyang/htmlpurifier": "~4.6",
            "lib-pcre": "*",
            "php": ">=5.4.0",
            "yiisoft/yii2-composer": "~2.0.4"
        },
        "time": "2020-05-02T11:11:31+00:00",
        "bin": [
            "yii"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com",
                "homepage": "http://www.yiiframework.com/",
                "role": "Founder and project lead"
            },
            {
                "name": "Alexander Makarov",
                "email": "sam@rmcreative.ru",
                "homepage": "http://rmcreative.ru/",
                "role": "Core framework development"
            },
            {
                "name": "Maurizio Domba",
                "homepage": "http://mdomba.info/",
                "role": "Core framework development"
            },
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc",
                "homepage": "http://cebe.cc/",
                "role": "Core framework development"
            },
            {
                "name": "Timur Ruziev",
                "email": "resurtm@gmail.com",
                "homepage": "http://resurtm.com/",
                "role": "Core framework development"
            },
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com",
                "role": "Core framework development"
            },
            {
                "name": "Dmitry Naumenko",
                "email": "d.naumenko.a@gmail.com",
                "role": "Core framework development"
            },
            {
                "name": "Boudewijn Vahrmeijer",
                "email": "info@dynasource.eu",
                "homepage": "http://dynasource.eu",
                "role": "Core framework development"
            }
        ],
        "description": "Yii PHP Framework Version 2",
        "homepage": "http://www.yiiframework.com/",
        "keywords": [
            "framework",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-composer",
        "version": "2.0.10",
        "version_normalized": "2.0.10.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/94bb3f66e779e2774f8776d6e1bdeab402940510",
            "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0 | ^2.0"
        },
        "require-dev": {
            "composer/composer": "^1.0 | ^2.0@dev",
            "phpunit/phpunit": "<7"
        },
        "time": "2020-06-24T00:04:01+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "yii\\composer\\Plugin",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\composer\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            },
            {
                "name": "Carsten Brandt",
                "email": "mail@cebe.cc"
            }
        ],
        "description": "The composer plugin for Yii extension installer",
        "keywords": [
            "composer",
            "extension installer",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-debug",
        "version": "2.1.13",
        "version_normalized": "2.1.13.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/696712a2a3565b1a072ad3c9d298e262967e8282",
            "reference": "696712a2a3565b1a072ad3c9d298e262967e8282",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "opis/closure": "^3.3",
            "php": ">=5.4",
            "yiisoft/yii2": "~2.0.13"
        },
        "require-dev": {
            "phpunit/phpunit": "<7",
            "yiisoft/yii2-coding-standards": "~2.0",
            "yiisoft/yii2-swiftmailer": "*"
        },
        "time": "2020-01-17T13:40:32+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\debug\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Qiang Xue",
                "email": "qiang.xue@gmail.com"
            },
            {
                "name": "Simon Karlen",
                "email": "simi.albi@outlook.com"
            }
        ],
        "description": "The debugger extension for the Yii framework",
        "keywords": [
            "debug",
            "debugger",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-queue",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/25c1142558768ec0e835171c972a4edc2fb59cf0",
            "reference": "25c1142558768ec0e835171c972a4edc2fb59cf0",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5.0",
            "symfony/process": "^3.3||^4.0",
            "yiisoft/yii2": "~2.0.14"
        },
        "require-dev": {
            "aws/aws-sdk-php": ">=2.4",
            "enqueue/amqp-lib": "^0.8||^0.9.10",
            "enqueue/stomp": "^0.8.39",
            "jeremeamia/superclosure": "*",
            "pda/pheanstalk": "v3.*",
            "php-amqplib/php-amqplib": "*",
            "phpunit/phpunit": "~4.4",
            "yiisoft/yii2-debug": "*",
            "yiisoft/yii2-gii": "*",
            "yiisoft/yii2-redis": "*"
        },
        "suggest": {
            "aws/aws-sdk-php": "Need for aws SQS.",
            "enqueue/amqp-lib": "Need for AMQP interop queue.",
            "enqueue/stomp": "Need for Stomp queue.",
            "ext-gearman": "Need for Gearman queue.",
            "ext-pcntl": "Need for process signals.",
            "pda/pheanstalk": "Need for Beanstalk queue.",
            "php-amqplib/php-amqplib": "Need for AMQP queue.",
            "yiisoft/yii2-redis": "Need for Redis queue."
        },
        "time": "2019-06-04T18:58:40+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\queue\\": "src",
                "yii\\queue\\amqp\\": "src/drivers/amqp",
                "yii\\queue\\amqp_interop\\": "src/drivers/amqp_interop",
                "yii\\queue\\beanstalk\\": "src/drivers/beanstalk",
                "yii\\queue\\db\\": "src/drivers/db",
                "yii\\queue\\file\\": "src/drivers/file",
                "yii\\queue\\gearman\\": "src/drivers/gearman",
                "yii\\queue\\redis\\": "src/drivers/redis",
                "yii\\queue\\sync\\": "src/drivers/sync",
                "yii\\queue\\sqs\\": "src/drivers/sqs",
                "yii\\queue\\stomp\\": "src/drivers/stomp"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Roman Zhuravlev",
                "email": "zhuravljov@gmail.com"
            }
        ],
        "description": "Yii2 Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman",
        "keywords": [
            "async",
            "beanstalk",
            "db",
            "gearman",
            "gii",
            "queue",
            "rabbitmq",
            "redis",
            "sqs",
            "yii"
        ]
    },
    {
        "name": "yiisoft/yii2-shell",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-shell/zipball/6832c3dde303d89f7123bdbcb8cb4d5c80fae4df",
            "reference": "6832c3dde303d89f7123bdbcb8cb4d5c80fae4df",
            "shasum": ""
        },
        "require": {
            "psy/psysh": "~0.9.3|~0.10.3",
            "symfony/var-dumper": "~2.7|~3.0|~4.0|~5.0",
            "yiisoft/yii2": "~2.0.0"
        },
        "time": "2020-05-02T11:43:24+00:00",
        "type": "yii2-extension",
        "extra": {
            "bootstrap": "yii\\shell\\Bootstrap",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\shell\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Daniel Gomez Pan",
                "email": "pana_1990@hotmail.com"
            },
            {
                "name": "Sascha Vincent Kurowski",
                "email": "svkurowski@gmail.com"
            }
        ],
        "description": "The interactive shell extension for Yii framework",
        "keywords": [
            "shell",
            "yii2"
        ]
    },
    {
        "name": "yiisoft/yii2-swiftmailer",
        "version": "2.1.2",
        "version_normalized": "2.1.2.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994",
            "reference": "09659a55959f9e64b8178d842b64a9ffae42b994",
            "shasum": ""
        },
        "require": {
            "swiftmailer/swiftmailer": "~6.0",
            "yiisoft/yii2": ">=2.0.4"
        },
        "time": "2018-09-23T22:00:47+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "yii\\swiftmailer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Paul Klimov",
                "email": "klimov.paul@gmail.com"
            }
        ],
        "description": "The SwiftMailer integration for the Yii framework",
        "keywords": [
            "email",
            "mail",
            "mailer",
            "swift",
            "swiftmailer",
            "yii2"
        ]
    }
]
