[
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/cebe/markdown/issues",
            "source": "https://github.com/cebe/markdown"
        }
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.2.8",
        "version_normalized": "1.2.8.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
            "reference": "8a7ecad675253e4654ea05505233285377405215",
            "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-08-23T12:54:47+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"
        ],
        "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/ca-bundle/issues",
            "source": "https://github.com/composer/ca-bundle/tree/1.2.8"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "composer/composer",
        "version": "1.10.10",
        "version_normalized": "1.10.10.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/composer/zipball/32966a3b1d48bc01472a8321fd6472b44fad033a",
            "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "composer/semver": "^1.0",
            "composer/spdx-licenses": "^1.2",
            "composer/xdebug-handler": "^1.1",
            "justinrainbow/json-schema": "^5.2.10",
            "php": "^5.3.2 || ^7.0",
            "psr/log": "^1.0",
            "seld/jsonlint": "^1.4",
            "seld/phar-utils": "^1.0",
            "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
            "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
            "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
            "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0"
        },
        "conflict": {
            "symfony/console": "2.8.38"
        },
        "require-dev": {
            "phpspec/prophecy": "^1.10",
            "symfony/phpunit-bridge": "^4.2"
        },
        "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": "2020-08-03T09:35:19+00:00",
        "bin": [
            "bin/composer"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.10-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. It ensures you have the right stack everywhere.",
        "homepage": "https://getcomposer.org/",
        "keywords": [
            "autoload",
            "dependency",
            "package"
        ],
        "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/composer/issues",
            "source": "https://github.com/composer/composer/tree/1.10.10"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "composer/semver",
        "version": "1.7.2",
        "version_normalized": "1.7.2.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a",
            "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.5 || ^5.0.5"
        },
        "time": "2020-12-03T15:47:16+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"
        ],
        "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/semver/issues",
            "source": "https://github.com/composer/semver/tree/1.7.2"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "composer/spdx-licenses",
        "version": "1.5.5",
        "version_normalized": "1.5.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
            "reference": "de30328a7af8680efdc03e396aad24befd513200",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
        },
        "time": "2020-12-03T16:04:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "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"
        ],
        "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/spdx-licenses/issues",
            "source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "composer/xdebug-handler",
        "version": "1.4.5",
        "version_normalized": "1.4.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
            "reference": "f28d44c286812c714741478d968104c5e604a1d4",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.2 || ^7.0 || ^8.0",
            "psr/log": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
        },
        "time": "2020-11-13T08:04:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\XdebugHandler\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "John Stevenson",
                "email": "john-stevenson@blueyonder.co.uk"
            }
        ],
        "description": "Restarts a process without Xdebug.",
        "keywords": [
            "Xdebug",
            "performance"
        ],
        "support": {
            "irc": "irc://irc.freenode.org/composer",
            "issues": "https://github.com/composer/xdebug-handler/issues",
            "source": "https://github.com/composer/xdebug-handler/tree/1.4.5"
        },
        "funding": [
            {
                "url": "https://packagist.com",
                "type": "custom"
            },
            {
                "url": "https://github.com/composer",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "craftcms/cms",
        "version": "3.5.17",
        "version_normalized": "3.5.17.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/cms/zipball/6725219cbeb73e9b01b830668946544f9585baa5",
            "reference": "6725219cbeb73e9b01b830668946544f9585baa5",
            "shasum": ""
        },
        "require": {
            "composer/composer": "1.10.10",
            "craftcms/oauth2-craftid": "~1.0.0",
            "craftcms/plugin-installer": "~1.5.6",
            "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.4.1",
            "sebastian/diff": "^2.0|^3.0|^4.0",
            "seld/cli-prompt": "^1.0.3",
            "symfony/yaml": "^3.2|^4.0",
            "true/punycode": "^2.1.0",
            "twig/twig": "~2.12.5|~2.13.1|~2.14.0",
            "voku/portable-utf8": "^5.4.28",
            "voku/stringy": "^6.2.2",
            "webonyx/graphql-php": "^0.12.0",
            "yii2tech/ar-softdelete": "^1.0.2",
            "yiisoft/yii2": "~2.0.38.0",
            "yiisoft/yii2-debug": "^2.1.14",
            "yiisoft/yii2-queue": "~2.3.0",
            "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-12-15T20:48:54+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"
        ],
        "support": {
            "docs": "https://craftcms.com/docs/3.x/",
            "email": "support@craftcms.com",
            "forum": "https://craftcms.stackexchange.com/",
            "issues": "https://github.com/craftcms/cms/issues?state=open",
            "rss": "https://github.com/craftcms/cms/releases.atom",
            "source": "https://github.com/craftcms/cms"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/craftcms/oauth2-craftid/issues",
            "source": "https://github.com/craftcms/oauth2-craftid/tree/1.0.0.1"
        }
    },
    {
        "name": "craftcms/plugin-installer",
        "version": "1.5.6",
        "version_normalized": "1.5.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/4d24e227a086db3d8784a705f59060c49cf989ad",
            "reference": "4d24e227a086db3d8784a705f59060c49cf989ad",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0 || ^2.0",
            "php": ">=5.4"
        },
        "require-dev": {
            "composer/composer": "^1.0 || ^2.0"
        },
        "time": "2020-10-26T23:34:21+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"
        ],
        "support": {
            "docs": "https://craftcms.com/docs",
            "email": "support@craftcms.com",
            "forum": "https://craftcms.stackexchange.com/",
            "issues": "https://github.com/craftcms/cms/issues?state=open",
            "rss": "https://craftcms.com/changelog.rss",
            "source": "https://github.com/craftcms/cms"
        }
    },
    {
        "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"
        ],
        "support": {
            "docs": "https://github.com/craftcms/docs",
            "email": "support@craftcms.com",
            "forum": "https://craftcms.stackexchange.com/",
            "issues": "https://github.com/craftcms/server-check/issues?state=open",
            "rss": "https://github.com/craftcms/server-check/releases.atom",
            "source": "https://github.com/craftcms/server-check"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/creocoder/yii2-nested-sets/issues",
            "source": "https://github.com/creocoder/yii2-nested-sets/tree/master"
        }
    },
    {
        "name": "defuse/php-encryption",
        "version": "v2.2.1",
        "version_normalized": "2.2.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620",
            "reference": "0f407c43b953d571421e0020ba92082ed5fb7620",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "paragonie/random_compat": ">= 2",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "nikic/php-parser": "^2.0|^3.0|^4.0",
            "phpunit/phpunit": "^4|^5"
        },
        "time": "2018-07-24T23:27:56+00:00",
        "bin": [
            "bin/generate-defuse-key"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Defuse\\Crypto\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Taylor Hornby",
                "email": "taylor@defuse.ca",
                "homepage": "https://defuse.ca/"
            },
            {
                "name": "Scott Arciszewski",
                "email": "info@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "Secure PHP Encryption Library",
        "keywords": [
            "aes",
            "authenticated encryption",
            "cipher",
            "crypto",
            "cryptography",
            "encrypt",
            "encryption",
            "openssl",
            "security",
            "symmetric key cryptography"
        ],
        "support": {
            "issues": "https://github.com/defuse/php-encryption/issues",
            "source": "https://github.com/defuse/php-encryption/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/doctrine/lexer/issues",
            "source": "https://github.com/doctrine/lexer/tree/1.0.2"
        }
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.24",
        "version_normalized": "2.1.24.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ca90a3291eee1538cd48ff25163240695bd95448",
            "reference": "ca90a3291eee1538cd48ff25163240695bd95448",
            "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-11-14T15:56:27+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"
        ],
        "support": {
            "issues": "https://github.com/egulias/EmailValidator/issues",
            "source": "https://github.com/egulias/EmailValidator/tree/2.1.24"
        },
        "funding": [
            {
                "url": "https://github.com/egulias",
                "type": "github"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/elvanto/litemoji/issues",
            "source": "https://github.com/elvanto/litemoji/tree/master"
        }
    },
    {
        "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",
        "support": {
            "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
            "source": "https://github.com/darylldoyle/svg-sanitizer/tree/develop"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/ezyang/htmlpurifier/issues",
            "source": "https://github.com/ezyang/htmlpurifier/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/guzzle/guzzle/issues",
            "source": "https://github.com/guzzle/guzzle/tree/6.5"
        }
    },
    {
        "name": "guzzlehttp/promises",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
            "reference": "60d379c243457e073cff02bc323a2a86cb355631",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "symfony/phpunit-bridge": "^4.4 || ^5.1"
        },
        "time": "2020-09-30T07:37:28+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"
        ],
        "support": {
            "issues": "https://github.com/guzzle/promises/issues",
            "source": "https://github.com/guzzle/promises/tree/1.4.0"
        }
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.7.0",
        "version_normalized": "1.7.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
            "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
        },
        "suggest": {
            "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2020-09-30T07:37:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.7-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"
        ],
        "support": {
            "issues": "https://github.com/guzzle/psr7/issues",
            "source": "https://github.com/guzzle/psr7/tree/1.7.0"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/Intervention/httpauth/issues",
            "source": "https://github.com/Intervention/httpauth/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/justinrainbow/json-schema/issues",
            "source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
        }
    },
    {
        "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"
        ],
        "support": {
            "chat": "https://laminas.dev/chat",
            "docs": "https://docs.laminas.dev/laminas-escaper/",
            "forum": "https://discourse.laminas.dev",
            "issues": "https://github.com/laminas/laminas-escaper/issues",
            "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
            "source": "https://github.com/laminas/laminas-escaper"
        }
    },
    {
        "name": "laminas/laminas-feed",
        "version": "2.12.3",
        "version_normalized": "2.12.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3c91415633cb1be6f9d78683d69b7dcbfe6b4012",
            "reference": "3c91415633cb1be6f9d78683d69b7dcbfe6b4012",
            "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-08-18T13:45:04+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"
        ],
        "support": {
            "chat": "https://laminas.dev/chat",
            "docs": "https://docs.laminas.dev/laminas-feed/",
            "forum": "https://discourse.laminas.dev",
            "issues": "https://github.com/laminas/laminas-feed/issues",
            "rss": "https://github.com/laminas/laminas-feed/releases.atom",
            "source": "https://github.com/laminas/laminas-feed"
        },
        "funding": [
            {
                "url": "https://funding.communitybridge.org/projects/laminas-project",
                "type": "community_bridge"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "chat": "https://laminas.dev/chat",
            "docs": "https://docs.laminas.dev/laminas-stdlib/",
            "forum": "https://discourse.laminas.dev",
            "issues": "https://github.com/laminas/laminas-stdlib/issues",
            "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
            "source": "https://github.com/laminas/laminas-stdlib"
        }
    },
    {
        "name": "laminas/laminas-zendframework-bridge",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
            "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "time": "2020-09-14T14:23:00+00:00",
        "type": "library",
        "extra": {
            "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"
        ],
        "support": {
            "forum": "https://discourse.laminas.dev/",
            "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
            "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
            "source": "https://github.com/laminas/laminas-zendframework-bridge"
        },
        "funding": [
            {
                "url": "https://funding.communitybridge.org/projects/laminas-project",
                "type": "community_bridge"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/flysystem/issues",
            "source": "https://github.com/thephpleague/flysystem/tree/1.0.70"
        },
        "funding": [
            {
                "url": "https://offset.earth/frankdejonge",
                "type": "other"
            }
        ]
    },
    {
        "name": "league/oauth2-client",
        "version": "2.6.0",
        "version_normalized": "2.6.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98",
            "reference": "badb01e62383430706433191b82506b6df24ad98",
            "shasum": ""
        },
        "require": {
            "guzzlehttp/guzzle": "^6.0 || ^7.0",
            "paragonie/random_compat": "^1 || ^2 || ^9.99",
            "php": "^5.6 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "mockery/mockery": "^1.3",
            "php-parallel-lint/php-parallel-lint": "^1.2",
            "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3",
            "squizlabs/php_codesniffer": "^2.3 || ^3.0"
        },
        "time": "2020-10-28T02:03:40+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"
        ],
        "support": {
            "issues": "https://github.com/thephpleague/oauth2-client/issues",
            "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0"
        }
    },
    {
        "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/",
        "support": {
            "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
            "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.4"
        }
    },
    {
        "name": "mikehaertl/php-shellcommand",
        "version": "1.6.3",
        "version_normalized": "1.6.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/fe86ec847877b83bf61a96719e7f2e3b3e516a6b",
            "reference": "fe86ec847877b83bf61a96719e7f2e3b3e516a6b",
            "shasum": ""
        },
        "require": {
            "php": ">= 5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": ">4.0 <=9.4"
        },
        "time": "2020-11-23T17:31:15+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"
        ],
        "support": {
            "issues": "https://github.com/mikehaertl/php-shellcommand/issues",
            "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.3"
        }
    },
    {
        "name": "monolog/monolog",
        "version": "1.26.0",
        "version_normalized": "1.26.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
            "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpstan/phpstan": "^0.12.59",
            "phpunit/phpunit": "~4.5",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2020-12-14T12:56:38+00:00",
        "type": "library",
        "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"
        ],
        "support": {
            "issues": "https://github.com/Seldaek/monolog/issues",
            "source": "https://github.com/Seldaek/monolog/tree/1.26.0"
        },
        "funding": [
            {
                "url": "https://github.com/Seldaek",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "email": "minify@googlegroups.com",
            "issues": "https://github.com/mrclay/jsmin-php/issues",
            "source": "https://github.com/mrclay/jsmin-php/tree/master"
        }
    },
    {
        "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",
        "support": {
            "email": "minify@googlegroups.com",
            "issues": "https://github.com/mrclay/minify/issues",
            "source": "https://github.com/mrclay/minify/tree/3.0.10",
            "wiki": "https://github.com/mrclay/minify/blob/master/docs"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/mrclay/Props/issues",
            "source": "https://github.com/mrclay/Props/tree/master"
        }
    },
    {
        "name": "opis/closure",
        "version": "3.6.1",
        "version_normalized": "3.6.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
            "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
            "shasum": ""
        },
        "require": {
            "php": "^5.4 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "jeremeamia/superclosure": "^2.0",
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
        },
        "time": "2020-11-07T02:01:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.6.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"
        ],
        "support": {
            "issues": "https://github.com/opis/closure/issues",
            "source": "https://github.com/opis/closure/tree/3.6.1"
        }
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.100",
        "version_normalized": "9.99.100.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
            "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": "2020-10-15T08:29:30+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"
        ],
        "support": {
            "email": "info@paragonie.com",
            "issues": "https://github.com/paragonie/random_compat/issues",
            "source": "https://github.com/paragonie/random_compat"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
            "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
        }
    },
    {
        "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.",
        "support": {
            "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
            "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
        }
    },
    {
        "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"
            }
        ],
        "support": {
            "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
            "source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/schmittjoh/php-option/issues",
            "source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/silexphp/Pimple/issues",
            "source": "https://github.com/silexphp/Pimple/tree/master"
        }
    },
    {
        "name": "pixelandtonic/imagine",
        "version": "1.2.4.1",
        "version_normalized": "1.2.4.1",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/2bedcf2dfab50a22126498a16241944c9d4cde65",
            "reference": "2bedcf2dfab50a22126498a16241944c9d4cde65",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
        },
        "suggest": {
            "ext-gd": "to use the GD implementation",
            "ext-gmagick": "to use the Gmagick implementation",
            "ext-imagick": "to use the Imagick implementation"
        },
        "time": "2020-11-05T18:36:18+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"
        ],
        "support": {
            "source": "https://github.com/pixelandtonic/Imagine/tree/1.2.4.1"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/php-fig/container/issues",
            "source": "https://github.com/php-fig/container/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/php-fig/http-message/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "source": "https://github.com/php-fig/log/tree/1.1.3"
        }
    },
    {
        "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.",
        "support": {
            "issues": "https://github.com/ralouphie/getallheaders/issues",
            "source": "https://github.com/ralouphie/getallheaders/tree/develop"
        }
    },
    {
        "name": "sebastian/diff",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
            "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
            "shasum": ""
        },
        "require": {
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2"
        },
        "time": "2017-08-03T08:09:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kore Nordmann",
                "email": "mail@kore-nordmann.de"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Diff implementation",
        "homepage": "https://github.com/sebastianbergmann/diff",
        "keywords": [
            "diff"
        ],
        "support": {
            "issues": "https://github.com/sebastianbergmann/diff/issues",
            "source": "https://github.com/sebastianbergmann/diff/tree/master"
        }
    },
    {
        "name": "seld/cli-prompt",
        "version": "1.0.4",
        "version_normalized": "1.0.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
            "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpstan/phpstan": "^0.12.63"
        },
        "time": "2020-12-15T21:32:01+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"
        ],
        "support": {
            "issues": "https://github.com/Seldaek/cli-prompt/issues",
            "source": "https://github.com/Seldaek/cli-prompt/tree/1.0.4"
        }
    },
    {
        "name": "seld/jsonlint",
        "version": "1.8.3",
        "version_normalized": "1.8.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
            "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
            "shasum": ""
        },
        "require": {
            "php": "^5.3 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2020-11-11T09:19:24+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"
        ],
        "support": {
            "issues": "https://github.com/Seldaek/jsonlint/issues",
            "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
        },
        "funding": [
            {
                "url": "https://github.com/Seldaek",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/Seldaek/phar-utils/issues",
            "source": "https://github.com/Seldaek/phar-utils/tree/master"
        }
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.4",
        "version_normalized": "6.2.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/56f0ab23f54c4ccbb0d5dcc67ff8552e0c98d59e",
            "reference": "56f0ab23f54c4ccbb0d5dcc67ff8552e0c98d59e",
            "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": "^1.0",
            "symfony/phpunit-bridge": "^4.4|^5.0"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses"
        },
        "time": "2020-12-08T18:02:06+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"
        ],
        "support": {
            "issues": "https://github.com/swiftmailer/swiftmailer/issues",
            "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.4"
        },
        "funding": [
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
                "type": "tidelift"
            }
        ]
    },
    {
        "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",
        "support": {
            "source": "https://github.com/symfony/console/tree/3.3"
        }
    },
    {
        "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",
        "support": {
            "source": "https://github.com/symfony/debug/tree/3.3"
        }
    },
    {
        "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",
        "support": {
            "source": "https://github.com/symfony/filesystem/tree/3.3"
        }
    },
    {
        "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",
        "support": {
            "source": "https://github.com/symfony/finder/tree/3.3"
        }
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
            "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/085241787d52fa6f7a774fd034135fef0cfd5496",
            "reference": "085241787d52fa6f7a774fd034135fef0cfd5496",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-iconv/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-grapheme",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64fbe93b02024763359aea2bc81af05086c6af82",
            "reference": "64fbe93b02024763359aea2bc81af05086c6af82",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/4ad5115c0f5d5172a9fe8147675ec6de266d8826",
            "reference": "4ad5115c0f5d5172a9fe8147675ec6de266d8826",
            "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-10-21T09:57:48+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-intl-normalizer",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8db0ae7936b42feb370840cf24de1a144fb0ef27",
            "reference": "8db0ae7936b42feb370840cf24de1a144fb0ef27",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b5f7b932ee6fa802fc792eabd77c4c88084517ce",
            "reference": "b5f7b932ee6fa802fc792eabd77c4c88084517ce",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php70",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
            "reference": "3fe414077251a81a1b15b1c709faf5c2fbae3d4e",
            "shasum": ""
        },
        "require": {
            "paragonie/random_compat": "~1.0|~2.0|~9.99",
            "php": ">=5.3.3"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php70/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/polyfill-php72",
        "version": "v1.19.0",
        "version_normalized": "1.19.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/beecef6b463b06954638f02378f52496cb84bacc",
            "reference": "beecef6b463b06954638f02378f52496cb84bacc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-10-23T09:01:57+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-main": "1.19-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"
        ],
        "support": {
            "source": "https://github.com/symfony/polyfill-php72/tree/v1.19.0"
        },
        "funding": [
            {
                "url": "https://symfony.com/sponsor",
                "type": "custom"
            },
            {
                "url": "https://github.com/fabpot",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "symfony/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",
        "support": {
            "source": "https://github.com/symfony/process/tree/3.3"
        }
    },
    {
        "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",
        "support": {
            "source": "https://github.com/symfony/yaml/tree/3.3"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/true/php-punycode/issues",
            "source": "https://github.com/true/php-punycode/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
            "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/twigphp/Twig/issues",
            "source": "https://github.com/twigphp/Twig/tree/2.x"
        }
    },
    {
        "name": "verbb/base",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/verbb/verbb-base/zipball/006cc4979e2b7669234a90bb7347129fe0185eb8",
            "reference": "006cc4979e2b7669234a90bb7347129fe0185eb8",
            "shasum": ""
        },
        "require": {
            "craftcms/cms": "^3.0.0"
        },
        "time": "2021-03-17T20:54:49+00:00",
        "type": "yii-module",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "verbb\\base\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Verbb",
                "homepage": "https://verbb.io"
            }
        ],
        "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS."
    },
    {
        "name": "verbb/field-manager",
        "version": "2.2.4",
        "version_normalized": "2.2.4.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/verbb/field-manager/zipball/1e1085f4dd9cc8c244ff6b410584444a387d3b7e",
            "reference": "1e1085f4dd9cc8c244ff6b410584444a387d3b7e",
            "shasum": ""
        },
        "require": {
            "craftcms/cms": "^3.5.0",
            "verbb/base": "^1.0.2"
        },
        "time": "2021-06-30T07:14:03+00:00",
        "type": "craft-plugin",
        "extra": {
            "name": "Field Manager",
            "handle": "field-manager",
            "changelogUrl": "https://raw.githubusercontent.com/verbb/field-manager/craft-3/CHANGELOG.md",
            "class": "verbb\\fieldmanager\\FieldManager"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "verbb\\fieldmanager\\": "src/"
            }
        },
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Verbb",
                "homepage": "https://verbb.io"
            }
        ],
        "description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.",
        "keywords": [
            "cms",
            "craft",
            "craft-plugin",
            "craftcms",
            "field manager"
        ],
        "support": {
            "email": "support@verbb.io",
            "issues": "https://github.com/verbb/field-manager/issues?state=open",
            "source": "https://github.com/verbb/field-manager",
            "docs": "https://github.com/verbb/field-manager",
            "rss": "https://github.com/verbb/field-manager/commits/v2.atom"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/vlucas/phpdotenv/issues",
            "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.7"
        },
        "funding": [
            {
                "url": "https://github.com/GrahamCampbell",
                "type": "github"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/anti-xss",
        "version": "4.1.31",
        "version_normalized": "4.1.31.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/anti-xss/zipball/22dea9be8dbffa466995ea87a12da5f3bce874bb",
            "reference": "22dea9be8dbffa466995ea87a12da5f3bce874bb",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "voku/portable-utf8": "~5.4.51"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "time": "2020-12-02T02:10:30+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"
        ],
        "support": {
            "issues": "https://github.com/voku/anti-xss/issues",
            "source": "https://github.com/voku/anti-xss/tree/4.1.31"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/anti-xss",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/anti-xss",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/arrayy",
        "version": "7.8.5",
        "version_normalized": "7.8.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/Arrayy/zipball/eacd7fa54f8584ffe919a12d11093b0516081ecf",
            "reference": "eacd7fa54f8584ffe919a12d11093b0516081ecf",
            "shasum": ""
        },
        "require": {
            "ext-json": "*",
            "php": ">=7.0.0",
            "phpdocumentor/reflection-docblock": "~4.3 || ~5.0",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "time": "2020-11-02T22:37:00+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"
        ],
        "support": {
            "docs": "http://voku.github.io/Arrayy/index.html",
            "issues": "https://github.com/voku/Arrayy/issues",
            "source": "https://github.com/voku/Arrayy"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/arrayy",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/arrayy",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/voku/email-check/issues",
            "source": "https://github.com/voku/email-check/tree/master"
        }
    },
    {
        "name": "voku/portable-ascii",
        "version": "1.5.6",
        "version_normalized": "1.5.6.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
            "reference": "80953678b19901e5165c56752d087fc11526017c",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
        },
        "suggest": {
            "ext-intl": "Use Intl for transliterator_transliterate() support"
        },
        "time": "2020-11-12T00:07:28+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"
        ],
        "support": {
            "issues": "https://github.com/voku/portable-ascii/issues",
            "source": "https://github.com/voku/portable-ascii/tree/1.5.6"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/portable-ascii",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/portable-utf8",
        "version": "5.4.51",
        "version_normalized": "5.4.51.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/portable-utf8/zipball/578f5266725dc9880483d24ad0cfb39f8ce170f7",
            "reference": "578f5266725dc9880483d24ad0cfb39f8ce170f7",
            "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.6"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0 || ~9.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-12-02T01:58:49+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"
        ],
        "support": {
            "issues": "https://github.com/voku/portable-utf8/issues",
            "source": "https://github.com/voku/portable-utf8/tree/5.4.51"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/portable-utf8",
                "type": "open_collective"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/voku/stop-words/issues",
            "source": "https://github.com/voku/stop-words/tree/master"
        }
    },
    {
        "name": "voku/stringy",
        "version": "6.4.0",
        "version_normalized": "6.4.0.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/Stringy/zipball/b534a95b58b020faf3e3b779abc0bc277b5fb83c",
            "reference": "b534a95b58b020faf3e3b779abc0bc277b5fb83c",
            "shasum": ""
        },
        "require": {
            "defuse/php-encryption": "~2.0",
            "ext-json": "*",
            "php": ">=7.0.0",
            "voku/anti-xss": "~4.1",
            "voku/arrayy": "~7.5",
            "voku/email-check": "~3.0",
            "voku/portable-ascii": "~1.5",
            "voku/portable-utf8": "~5.4",
            "voku/urlify": "~5.0"
        },
        "replace": {
            "danielstjules/stringy": "~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2020-09-27T21:32:36+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"
        ],
        "support": {
            "issues": "https://github.com/voku/Stringy/issues",
            "source": "https://github.com/voku/Stringy"
        },
        "funding": [
            {
                "url": "https://www.paypal.me/moelleken",
                "type": "custom"
            },
            {
                "url": "https://github.com/voku",
                "type": "github"
            },
            {
                "url": "https://www.patreon.com/voku",
                "type": "patreon"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/voku/stringy",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "voku/urlify",
        "version": "5.0.5",
        "version_normalized": "5.0.5.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/voku/urlify/zipball/d59bfa6d13ce08062e2fe40dd23d226262f961c5",
            "reference": "d59bfa6d13ce08062e2fe40dd23d226262f961c5",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0.0",
            "voku/portable-ascii": "~1.4",
            "voku/portable-utf8": "~5.4",
            "voku/stop-words": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~6.0 || ~7.0"
        },
        "time": "2019-12-13T02:57:54+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"
        ],
        "support": {
            "issues": "https://github.com/voku/urlify/issues",
            "source": "https://github.com/voku/urlify/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/webmozart/assert/issues",
            "source": "https://github.com/webmozart/assert/tree/master"
        }
    },
    {
        "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"
        ],
        "support": {
            "issues": "https://github.com/webonyx/graphql-php/issues",
            "source": "https://github.com/webonyx/graphql-php/tree/0.12.x"
        }
    },
    {
        "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"
        ],
        "support": {
            "forum": "http://www.yiiframework.com/forum/",
            "issues": "https://github.com/yii2tech/ar-softdelete/issues",
            "source": "https://github.com/yii2tech/ar-softdelete",
            "wiki": "https://github.com/yii2tech/ar-softdelete/wiki"
        }
    },
    {
        "name": "yiisoft/yii2",
        "version": "2.0.38",
        "version_normalized": "2.0.38.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/fd01e747cc66a049ec105048f0ab8dfbdf60bf4b",
            "reference": "fd01e747cc66a049ec105048f0ab8dfbdf60bf4b",
            "shasum": ""
        },
        "require": {
            "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",
            "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-09-14T21:52:10+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"
        ],
        "support": {
            "forum": "http://www.yiiframework.com/forum/",
            "irc": "irc://irc.freenode.net/yii",
            "issues": "https://github.com/yiisoft/yii2/issues?state=open",
            "source": "https://github.com/yiisoft/yii2",
            "wiki": "http://www.yiiframework.com/wiki/"
        },
        "funding": [
            {
                "url": "https://github.com/yiisoft",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/yiisoft",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "forum": "http://www.yiiframework.com/forum/",
            "irc": "irc://irc.freenode.net/yii",
            "issues": "https://github.com/yiisoft/yii2-composer/issues",
            "source": "https://github.com/yiisoft/yii2-composer",
            "wiki": "http://www.yiiframework.com/wiki/"
        },
        "funding": [
            {
                "url": "https://github.com/yiisoft",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/yiisoft",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-composer",
                "type": "tidelift"
            }
        ]
    },
    {
        "name": "yiisoft/yii2-debug",
        "version": "2.1.15",
        "version_normalized": "2.1.15.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/317f85c1ac7a8c0b73eea345a49066b5570aa2c6",
            "reference": "317f85c1ac7a8c0b73eea345a49066b5570aa2c6",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "opis/closure": "^3.3",
            "php": ">=5.4",
            "yiisoft/yii2": "~2.0.13"
        },
        "require-dev": {
            "cweagans/composer-patches": "^1.7",
            "phpunit/phpunit": "4.8.34",
            "yiisoft/yii2-coding-standards": "~2.0",
            "yiisoft/yii2-swiftmailer": "*"
        },
        "time": "2020-11-13T10:09:11+00:00",
        "type": "yii2-extension",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "composer-exit-on-patch-failure": true,
            "patches": {
                "phpunit/phpunit-mock-objects": {
                    "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch"
                },
                "phpunit/phpunit": {
                    "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch",
                    "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch"
                }
            }
        },
        "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"
        ],
        "support": {
            "forum": "http://www.yiiframework.com/forum/",
            "irc": "irc://irc.freenode.net/yii",
            "issues": "https://github.com/yiisoft/yii2-debug/issues",
            "source": "https://github.com/yiisoft/yii2-debug",
            "wiki": "http://www.yiiframework.com/wiki/"
        },
        "funding": [
            {
                "url": "https://github.com/yiisoft",
                "type": "github"
            },
            {
                "url": "https://opencollective.com/yiisoft",
                "type": "open_collective"
            },
            {
                "url": "https://tidelift.com/funding/github/packagist/yiisoft/yii2-debug",
                "type": "tidelift"
            }
        ]
    },
    {
        "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"
        ],
        "support": {
            "docs": "https://github.com/yiisoft/yii2-queue/blob/master/docs/guide",
            "issues": "https://github.com/yiisoft/yii2-queue/issues",
            "source": "https://github.com/yiisoft/yii2-queue"
        }
    },
    {
        "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"
        ],
        "support": {
            "forum": "http://www.yiiframework.com/forum/",
            "irc": "irc://irc.freenode.net/yii",
            "issues": "https://github.com/yiisoft/yii2-swiftmailer/issues",
            "source": "https://github.com/yiisoft/yii2-swiftmailer",
            "wiki": "http://www.yiiframework.com/wiki/"
        }
    }
]
