[
    {
        "name": "bramus/ansi-php",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bramus/ansi-php.git",
            "reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bramus/ansi-php/zipball/fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
            "reference": "fb0be33f36053af7454d462e3ddc0a2ac0b2f311",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0"
        },
        "time": "2019-12-03T09:04:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Bramus\\Ansi\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bramus Van Damme",
                "email": "bramus@bram.us",
                "homepage": "https://www.bram.us/"
            }
        ],
        "description": "ANSI Control Functions and ANSI Control Sequences (Colors, Erasing, etc.) for PHP CLI Apps"
    },
    {
        "name": "bramus/monolog-colored-line-formatter",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/bramus/monolog-colored-line-formatter.git",
            "reference": "6bff15eee00afe2690642535b0f1541f10852c2b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/bramus/monolog-colored-line-formatter/zipball/6bff15eee00afe2690642535b0f1541f10852c2b",
            "reference": "6bff15eee00afe2690642535b0f1541f10852c2b",
            "shasum": ""
        },
        "require": {
            "bramus/ansi-php": "~3.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "monolog/monolog": "~1.0",
            "phpunit/phpunit": "~4.0"
        },
        "time": "2015-01-07T22:12:35+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Bramus\\Monolog\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bramus Van Damme",
                "email": "bramus@bram.us",
                "homepage": "https://www.bram.us/"
            }
        ],
        "description": "Colored Line Formatter for Monolog"
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.2.7",
        "version_normalized": "1.2.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd",
            "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0 || ^8.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
        },
        "time": "2020-04-08T08:27:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\CaBundle\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
        "keywords": [
            "cabundle",
            "cacert",
            "certificate",
            "ssl",
            "tls"
        ]
    },
    {
        "name": "composer/installers",
        "version": "v1.9.0",
        "version_normalized": "1.9.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
            "reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0 || ^2.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.6.* || 2.0.*@dev",
            "composer/semver": "1.0.* || 2.0.*@dev",
            "phpunit/phpunit": "^4.8.36",
            "sebastian/comparator": "^1.2.4",
            "symfony/process": "^2.3"
        },
        "time": "2020-04-07T06:57:05+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "Composer\\Installers\\Plugin",
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Composer\\Installers\\": "src/Composer/Installers"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kyle Robinson Young",
                "email": "kyle@dontkry.com",
                "homepage": "https://github.com/shama"
            }
        ],
        "description": "A multi-framework Composer library installer",
        "homepage": "https://composer.github.io/installers/",
        "keywords": [
            "Craft",
            "Dolibarr",
            "Eliasis",
            "Hurad",
            "ImageCMS",
            "Kanboard",
            "Lan Management System",
            "MODX Evo",
            "MantisBT",
            "Mautic",
            "Maya",
            "OXID",
            "Plentymarkets",
            "Porto",
            "RadPHP",
            "SMF",
            "Thelia",
            "Whmcs",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "known",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "majima",
            "mako",
            "mediawiki",
            "modulework",
            "modx",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "pxcms",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "sylius",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
            "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpbench/phpbench": "^0.13",
            "phpstan/phpstan-phpunit": "^0.11",
            "phpstan/phpstan-shim": "^0.11",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-10-21T16:45:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "homepage": "http://ocramius.github.com/"
            }
        ],
        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "embed/embed",
        "version": "v3.4.2",
        "version_normalized": "3.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oscarotero/Embed.git",
            "reference": "dc1dc3c126f8a78acdae06b83f591c0728ea131d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oscarotero/Embed/zipball/dc1dc3c126f8a78acdae06b83f591c0728ea131d",
            "reference": "dc1dc3c126f8a78acdae06b83f591c0728ea131d",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "ext-curl": "*",
            "ext-mbstring": "*",
            "php": "^5.6|^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpunit/phpunit": "^4.8|^5.7"
        },
        "time": "2019-09-16T19:34:02+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Embed\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oscar Otero",
                "email": "oom@oscarotero.com",
                "homepage": "http://oscarotero.com",
                "role": "Developer"
            }
        ],
        "description": "PHP library to retrieve page info using oembed, opengraph, etc",
        "homepage": "https://github.com/oscarotero/Embed",
        "keywords": [
            "embed",
            "embedly",
            "oembed",
            "opengraph",
            "twitter cards"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.6.1",
        "version_normalized": "1.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
            "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-zlib": "*",
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "suggest": {
            "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
        },
        "time": "2019-07-01T23:21:34+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.6-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "GuzzleHttp\\Psr7\\": "src/"
            },
            "files": [
                "src/functions_include.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Michael Dowling",
                "email": "mtdowling@gmail.com",
                "homepage": "https://github.com/mtdowling"
            },
            {
                "name": "Tobias Schultze",
                "homepage": "https://github.com/Tobion"
            }
        ],
        "description": "PSR-7 message implementation that also provides common utility methods",
        "keywords": [
            "http",
            "message",
            "psr-7",
            "request",
            "response",
            "stream",
            "uri",
            "url"
        ]
    },
    {
        "name": "intervention/image",
        "version": "2.5.1",
        "version_normalized": "2.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Intervention/image.git",
            "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
            "reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "guzzlehttp/psr7": "~1.1",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
        },
        "suggest": {
            "ext-gd": "to use GD library based image processing.",
            "ext-imagick": "to use Imagick based image processing.",
            "intervention/imagecache": "Caching extension for the Intervention Image library"
        },
        "time": "2019-11-02T09:15:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.4-dev"
            },
            "laravel": {
                "providers": [
                    "Intervention\\Image\\ImageServiceProvider"
                ],
                "aliases": {
                    "Image": "Intervention\\Image\\Facades\\Image"
                }
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Intervention\\Image\\": "src/Intervention/Image"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Oliver Vogel",
                "email": "oliver@olivervogel.com",
                "homepage": "http://olivervogel.com/"
            }
        ],
        "description": "Image handling and manipulation library with support for Laravel integration",
        "homepage": "http://image.intervention.io/",
        "keywords": [
            "gd",
            "image",
            "imagick",
            "laravel",
            "thumbnail",
            "watermark"
        ]
    },
    {
        "name": "league/csv",
        "version": "8.2.3",
        "version_normalized": "8.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/csv.git",
            "reference": "d2aab1e7bde802582c3879acf03d92716577c76d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d",
            "reference": "d2aab1e7bde802582c3879acf03d92716577c76d",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^1.9",
            "phpunit/phpunit": "^4.0"
        },
        "time": "2018-02-06T08:27:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "8.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Csv\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ignace Nyamagana Butera",
                "email": "nyamsprod@gmail.com",
                "homepage": "https://github.com/nyamsprod/",
                "role": "Developer"
            }
        ],
        "description": "Csv data manipulation made easy in PHP",
        "homepage": "http://csv.thephpleague.com",
        "keywords": [
            "csv",
            "export",
            "filter",
            "import",
            "read",
            "write"
        ]
    },
    {
        "name": "league/flysystem",
        "version": "1.0.67",
        "version_normalized": "1.0.67.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5b1f36c75c4bdde981294c2a0ebdb437ee6f275e",
            "reference": "5b1f36c75c4bdde981294c2a0ebdb437ee6f275e",
            "shasum": ""
        },
        "require": {
            "ext-fileinfo": "*",
            "php": ">=5.5.9"
        },
        "conflict": {
            "league/flysystem-sftp": "<1.0.6"
        },
        "require-dev": {
            "phpspec/phpspec": "^3.4",
            "phpunit/phpunit": "^5.7.26"
        },
        "suggest": {
            "ext-fileinfo": "Required for MimeType",
            "ext-ftp": "Allows you to use FTP server storage",
            "ext-openssl": "Allows you to use FTPS server storage",
            "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
            "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
            "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
            "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
            "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
            "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
            "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
            "league/flysystem-webdav": "Allows you to use WebDAV storage",
            "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
            "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
            "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
        },
        "time": "2020-04-16T13:21:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "League\\Flysystem\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Frank de Jonge",
                "email": "info@frenky.net"
            }
        ],
        "description": "Filesystem abstraction: Many filesystems, one API.",
        "keywords": [
            "Cloud Files",
            "WebDAV",
            "abstraction",
            "aws",
            "cloud",
            "copy.com",
            "dropbox",
            "file systems",
            "files",
            "filesystem",
            "filesystems",
            "ftp",
            "rackspace",
            "remote",
            "s3",
            "sftp",
            "storage"
        ]
    },
    {
        "name": "lekoala/silverstripe-softdelete",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/lekoala/silverstripe-softdelete.git",
            "reference": "30074702dfc9d8678d8f8dc0c91c322380d352d5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lekoala/silverstripe-softdelete/zipball/30074702dfc9d8678d8f8dc0c91c322380d352d5",
            "reference": "30074702dfc9d8678d8f8dc0c91c322380d352d5",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "silverstripe/framework": "^4.0"
        },
        "time": "2018-07-09T06:53:11+00:00",
        "type": "silverstripe-module",
        "extra": {
            "installer-name": "softdelete"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "LeKoala",
                "email": "thomas@lekoala.be"
            }
        ],
        "description": "Soft delete extension for SilverStripe",
        "keywords": [
            "delete",
            "module",
            "silverstripe",
            "soft"
        ]
    },
    {
        "name": "m1/env",
        "version": "2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/m1/Env.git",
            "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/m1/Env/zipball/5c296e3e13450a207e12b343f3af1d7ab569f6f3",
            "reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*",
            "scrutinizer/ocular": "~1.1",
            "squizlabs/php_codesniffer": "^2.3"
        },
        "suggest": {
            "josegonzalez/dotenv": "For loading of .env",
            "m1/vars": "For loading of configs"
        },
        "time": "2020-02-19T09:02:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "M1\\Env\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Miles Croxford",
                "email": "hello@milescroxford.com",
                "homepage": "http://milescroxford.com",
                "role": "Developer"
            }
        ],
        "description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
        "homepage": "https://github.com/m1/Env",
        "keywords": [
            ".env",
            "config",
            "dotenv",
            "env",
            "loader",
            "m1",
            "parser",
            "support"
        ]
    },
    {
        "name": "marcj/topsort",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/marcj/topsort.php.git",
            "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
            "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "codeclimate/php-test-reporter": "dev-master",
            "phpunit/phpunit": "~4.0",
            "symfony/console": "~2.5"
        },
        "time": "2016-11-19T14:58:11+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MJS\\TopSort\\": "src/",
                "MJS\\TopSort\\Tests\\": "tests/Tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marc J. Schmidt",
                "email": "marc@marcjschmidt.de"
            }
        ],
        "description": "High-Performance TopSort/Dependency resolving algorithm",
        "keywords": [
            "dependency resolving",
            "topological sort",
            "topsort"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.25.3",
        "version_normalized": "1.25.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
            "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
            "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",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "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": "2019-12-20T14:15:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.9.5",
        "version_normalized": "1.9.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
            "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2020-01-17T21:11:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            },
            "files": [
                "src/DeepCopy/deep_copy.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "nikic/php-parser",
        "version": "v4.4.0",
        "version_normalized": "4.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
            "reference": "bd43ec7152eaaab3bd8c6d0aa95ceeb1df8ee120",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=7.0"
        },
        "require-dev": {
            "ircmaxell/php-yacc": "0.0.5",
            "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
        },
        "time": "2020-04-10T16:34:50+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpParser\\": "lib/PhpParser"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nikita Popov"
            }
        ],
        "description": "A PHP parser written in PHP",
        "keywords": [
            "parser",
            "php"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v2.0.18",
        "version_normalized": "2.0.18.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2019-01-03T20:59:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/random.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
            "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "~6"
        },
        "time": "2018-08-07T13:53:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "4.3.4",
        "version_normalized": "4.3.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
            "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
            "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "^1.0.5",
            "mockery/mockery": "^1.0",
            "phpdocumentor/type-resolver": "0.4.*",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-12-28T18:55:12+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
            "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "phpdocumentor/reflection-common": "^2.0"
        },
        "require-dev": {
            "ext-tokenizer": "^7.1",
            "mockery/mockery": "~1",
            "phpunit/phpunit": "^7.0"
        },
        "time": "2019-08-22T18:11:29+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.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": "A PSR-5 based resolver of Class names, Types and Structural Element Names"
    },
    {
        "name": "phpmailer/phpmailer",
        "version": "v6.1.5",
        "version_normalized": "6.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPMailer/PHPMailer.git",
            "reference": "a8bf068f64a580302026e484ee29511f661b2ad3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3",
            "reference": "a8bf068f64a580302026e484ee29511f661b2ad3",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "php": ">=5.5.0"
        },
        "require-dev": {
            "doctrine/annotations": "^1.2",
            "friendsofphp/php-cs-fixer": "^2.2",
            "phpunit/phpunit": "^4.8 || ^5.7"
        },
        "suggest": {
            "ext-mbstring": "Needed to send email in multibyte encoding charset",
            "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
            "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
            "psr/log": "For optional PSR-3 debug logging",
            "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
            "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
        },
        "time": "2020-03-14T14:23:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PHPMailer\\PHPMailer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "authors": [
            {
                "name": "Marcus Bointon",
                "email": "phpmailer@synchromedia.co.uk"
            },
            {
                "name": "Jim Jagielski",
                "email": "jimjag@gmail.com"
            },
            {
                "name": "Andy Prevost",
                "email": "codeworxtech@users.sourceforge.net"
            },
            {
                "name": "Brent R. Matzelle"
            }
        ],
        "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
    },
    {
        "name": "phpspec/prophecy",
        "version": "v1.10.3",
        "version_normalized": "1.10.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "451c3cd1418cf640de218914901e51b064abb093"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
            "reference": "451c3cd1418cf640de218914901e51b064abb093",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.3|^7.0",
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
            "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
            "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5 || ^3.2",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
        },
        "time": "2020-03-05T15:02:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.10.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Prophecy\\": "src/Prophecy"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Konstantin Kudryashov",
                "email": "ever.zet@gmail.com",
                "homepage": "http://everzet.com"
            },
            {
                "name": "Marcello Duarte",
                "email": "marcello.duarte@gmail.com"
            }
        ],
        "description": "Highly opinionated mocking framework for PHP 5.3+",
        "homepage": "https://github.com/phpspec/prophecy",
        "keywords": [
            "Double",
            "Dummy",
            "fake",
            "mock",
            "spy",
            "stub"
        ]
    },
    {
        "name": "phpunit/php-code-coverage",
        "version": "4.0.8",
        "version_normalized": "4.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
            "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
            "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-xmlwriter": "*",
            "php": "^5.6 || ^7.0",
            "phpunit/php-file-iterator": "^1.3",
            "phpunit/php-text-template": "^1.2",
            "phpunit/php-token-stream": "^1.4.2 || ^2.0",
            "sebastian/code-unit-reverse-lookup": "^1.0",
            "sebastian/environment": "^1.3.2 || ^2.0",
            "sebastian/version": "^1.0 || ^2.0"
        },
        "require-dev": {
            "ext-xdebug": "^2.1.4",
            "phpunit/phpunit": "^5.7"
        },
        "suggest": {
            "ext-xdebug": "^2.5.1"
        },
        "time": "2017-04-02T07:44:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
        "keywords": [
            "coverage",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/php-file-iterator",
        "version": "1.4.5",
        "version_normalized": "1.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
            "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2017-11-27T13:52:08+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
        "keywords": [
            "filesystem",
            "iterator"
        ]
    },
    {
        "name": "phpunit/php-text-template",
        "version": "1.2.1",
        "version_normalized": "1.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-text-template.git",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2015-06-21T13:50:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Simple template engine.",
        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
        "keywords": [
            "template"
        ]
    },
    {
        "name": "phpunit/php-timer",
        "version": "1.0.9",
        "version_normalized": "1.0.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-timer.git",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-02-26T11:10:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Utility class for timing",
        "homepage": "https://github.com/sebastianbergmann/php-timer/",
        "keywords": [
            "timer"
        ]
    },
    {
        "name": "phpunit/php-token-stream",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/php-token-stream.git",
            "reference": "791198a2c6254db10131eecfe8c06670700904db"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
            "reference": "791198a2c6254db10131eecfe8c06670700904db",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": "^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^6.2.4"
        },
        "time": "2017-11-27T05:48: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": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Wrapper around PHP's tokenizer extension.",
        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
        "keywords": [
            "tokenizer"
        ]
    },
    {
        "name": "phpunit/phpunit",
        "version": "5.7.27",
        "version_normalized": "5.7.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit.git",
            "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
            "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-json": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "myclabs/deep-copy": "~1.3",
            "php": "^5.6 || ^7.0",
            "phpspec/prophecy": "^1.6.2",
            "phpunit/php-code-coverage": "^4.0.4",
            "phpunit/php-file-iterator": "~1.4",
            "phpunit/php-text-template": "~1.2",
            "phpunit/php-timer": "^1.0.6",
            "phpunit/phpunit-mock-objects": "^3.2",
            "sebastian/comparator": "^1.2.4",
            "sebastian/diff": "^1.4.3",
            "sebastian/environment": "^1.3.4 || ^2.0",
            "sebastian/exporter": "~2.0",
            "sebastian/global-state": "^1.1",
            "sebastian/object-enumerator": "~2.0",
            "sebastian/resource-operations": "~1.0",
            "sebastian/version": "^1.0.6|^2.0.1",
            "symfony/yaml": "~2.1|~3.0|~4.0"
        },
        "conflict": {
            "phpdocumentor/reflection-docblock": "3.0.2"
        },
        "require-dev": {
            "ext-pdo": "*"
        },
        "suggest": {
            "ext-xdebug": "*",
            "phpunit/php-invoker": "~1.1"
        },
        "time": "2018-02-01T05:50:59+00:00",
        "bin": [
            "phpunit"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "The PHP Unit Testing framework.",
        "homepage": "https://phpunit.de/",
        "keywords": [
            "phpunit",
            "testing",
            "xunit"
        ]
    },
    {
        "name": "phpunit/phpunit-mock-objects",
        "version": "3.4.4",
        "version_normalized": "3.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
            "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
            "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.6 || ^7.0",
            "phpunit/php-text-template": "^1.2",
            "sebastian/exporter": "^1.2 || ^2.0"
        },
        "conflict": {
            "phpunit/phpunit": "<5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.4"
        },
        "suggest": {
            "ext-soap": "*"
        },
        "time": "2017-06-30T09:13:00+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sb@sebastian-bergmann.de",
                "role": "lead"
            }
        ],
        "description": "Mock Object library for PHPUnit",
        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
        "keywords": [
            "mock",
            "xunit"
        ],
        "abandoned": true
    },
    {
        "name": "psr/cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/cache.git",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
            "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T20:24:11+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Cache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for caching libraries",
        "keywords": [
            "cache",
            "psr",
            "psr-6"
        ]
    },
    {
        "name": "psr/container",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/container.git",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-02-14T16:28:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Container\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common Container Interface (PHP FIG PSR-11)",
        "homepage": "https://github.com/php-fig/container",
        "keywords": [
            "PSR-11",
            "container",
            "container-interface",
            "container-interop",
            "psr"
        ]
    },
    {
        "name": "psr/http-message",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/http-message.git",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
            "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-08-06T14:39:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Http\\Message\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for HTTP messages",
        "homepage": "https://github.com/php-fig/http-message",
        "keywords": [
            "http",
            "http-message",
            "psr",
            "psr-7",
            "request",
            "response"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.3",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
            "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2020-03-23T09:12:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "ralouphie/getallheaders",
        "version": "3.0.3",
        "version_normalized": "3.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "120b605dfeb996808c31b6477290a714d356e822"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
            "reference": "120b605dfeb996808c31b6477290a714d356e822",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "require-dev": {
            "php-coveralls/php-coveralls": "^2.1",
            "phpunit/phpunit": "^5 || ^6.5"
        },
        "time": "2019-03-08T08:55:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "sebastian/code-unit-reverse-lookup",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7 || ^6.0"
        },
        "time": "2017-03-04T06:30:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Looks up which function or method a line of code belongs to",
        "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
    },
    {
        "name": "sebastian/comparator",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/diff": "~1.2",
            "sebastian/exporter": "~1.2 || ~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2017-01-29T09:50:25+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides the functionality to compare PHP values for equality",
        "homepage": "http://www.github.com/sebastianbergmann/comparator",
        "keywords": [
            "comparator",
            "compare",
            "equality"
        ]
    },
    {
        "name": "sebastian/diff",
        "version": "1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
            "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
        },
        "time": "2017-05-22T07:24:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.4-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"
        ]
    },
    {
        "name": "sebastian/environment",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
            "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
            "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.0"
        },
        "time": "2016-11-26T07:53:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides functionality to handle HHVM/PHP environments",
        "homepage": "http://www.github.com/sebastianbergmann/environment",
        "keywords": [
            "Xdebug",
            "environment",
            "hhvm"
        ]
    },
    {
        "name": "sebastian/exporter",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
            "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
            "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "sebastian/recursion-context": "~2.0"
        },
        "require-dev": {
            "ext-mbstring": "*",
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-11-19T08:54:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Volker Dusch",
                "email": "github@wallbash.com"
            },
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@2bepublished.at"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides the functionality to export PHP variables for visualization",
        "homepage": "http://www.github.com/sebastianbergmann/exporter",
        "keywords": [
            "export",
            "exporter"
        ]
    },
    {
        "name": "sebastian/global-state",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.2"
        },
        "suggest": {
            "ext-uopz": "*"
        },
        "time": "2015-10-12T03:26:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Snapshotting of global state",
        "homepage": "http://www.github.com/sebastianbergmann/global-state",
        "keywords": [
            "global state"
        ]
    },
    {
        "name": "sebastian/object-enumerator",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
            "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "sebastian/recursion-context": "~2.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5"
        },
        "time": "2017-02-18T15:18:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Traverses array structures and object graphs to enumerate all referenced objects",
        "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
    },
    {
        "name": "sebastian/recursion-context",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
            "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.4"
        },
        "time": "2016-11-19T07:33:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jeff Welch",
                "email": "whatthejeff@gmail.com"
            },
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            },
            {
                "name": "Adam Harvey",
                "email": "aharvey@php.net"
            }
        ],
        "description": "Provides functionality to recursively process PHP variables",
        "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
    },
    {
        "name": "sebastian/resource-operations",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/resource-operations.git",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2015-07-28T20:34:47+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de"
            }
        ],
        "description": "Provides a list of PHP built-in functions that operate on resources",
        "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
    },
    {
        "name": "sebastian/version",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
            "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6"
        },
        "time": "2016-10-03T07:35:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "src/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sebastian Bergmann",
                "email": "sebastian@phpunit.de",
                "role": "lead"
            }
        ],
        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
        "homepage": "https://github.com/sebastianbergmann/version"
    },
    {
        "name": "sheadawson/silverstripe-dependentdropdownfield",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sheadawson/silverstripe-dependentdropdownfield.git",
            "reference": "0d725ba609a55e68580e1b16d2645d20702b4123"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sheadawson/silverstripe-dependentdropdownfield/zipball/0d725ba609a55e68580e1b16d2645d20702b4123",
            "reference": "0d725ba609a55e68580e1b16d2645d20702b4123",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "silverstripe/framework": "^4.0",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2018-02-16T02:32:11+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "dependentdropdownfield",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "expose": [
                "client"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sheadawson\\DependentDropdown\\": "src/",
                "Sheadawson\\DependentDropdown\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "A silverstripe dropdown field that has it's options populated via ajax, based on the value of the field it depends on",
        "homepage": "https://github.com/sheadawson/silverstripe-dependentdropdownfield",
        "keywords": [
            "dropdown",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe-themes/simple",
        "version": "3.2.0",
        "version_normalized": "3.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-simple.git",
            "reference": "5a6b34cd00a71047e905a8cb5d4b73713ca510c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-simple/zipball/5a6b34cd00a71047e905a8cb5d4b73713ca510c3",
            "reference": "5a6b34cd00a71047e905a8cb5d4b73713ca510c3",
            "shasum": ""
        },
        "require": {
            "composer/installers": "*",
            "silverstripe/framework": ">=3.5"
        },
        "time": "2018-06-25T20:55:43+00:00",
        "type": "silverstripe-theme",
        "extra": {
            "branch-alias": {
                "dev-master": "3.2.x-dev"
            },
            "expose": [
                "css",
                "images",
                "javascript",
                "webfonts"
            ]
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sara Tušar (Innovaif)",
                "homepage": "http://www.saratusar.com"
            }
        ],
        "description": "The SilverStripe simple theme (default SilverStripe 3 theme)",
        "keywords": [
            "silverstripe",
            "theme"
        ]
    },
    {
        "name": "silverstripe/admin",
        "version": "1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-admin.git",
            "reference": "a3eaf95bb2e37641d5a2f476807cc9696d55fac4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-admin/zipball/a3eaf95bb2e37641d5a2f476807cc9696d55fac4",
            "reference": "a3eaf95bb2e37641d5a2f476807cc9696d55fac4",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-09-24T03:07:31+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist",
                "client/lang",
                "thirdparty"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Admin\\": "code/",
                "SilverStripe\\Admin\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "SilverStripe admin interface",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "admin",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/asset-admin",
        "version": "1.4.4",
        "version_normalized": "1.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-asset-admin.git",
            "reference": "0d612a48c726bfc0d9788da085913f66232b992e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-asset-admin/zipball/0d612a48c726bfc0d9788da085913f66232b992e",
            "reference": "0d612a48c726bfc0d9788da085913f66232b992e",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1",
            "silverstripe/framework": "^4",
            "silverstripe/graphql": "^3",
            "silverstripe/vendor-plugin": "^1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/campaign-admin": "^1",
            "silverstripe/cms": "^4"
        },
        "time": "2019-09-24T03:13:16+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "1.x-dev": "1.5.x-dev"
            },
            "expose": [
                "client/dist",
                "client/lang"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\AssetAdmin\\": "code/",
                "SilverStripe\\AssetAdmin\\Tests\\": "tests/php/",
                "SilverStripe\\AssetAdmin\\Tests\\Behat\\Context\\": "tests/behat/src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Asset management for the SilverStripe CMS"
    },
    {
        "name": "silverstripe/assets",
        "version": "1.4.5",
        "version_normalized": "1.4.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-assets.git",
            "reference": "68aea23a32a23207c13df7dddfaf68d17e74274a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-assets/zipball/68aea23a32a23207c13df7dddfaf68d17e74274a",
            "reference": "68aea23a32a23207c13df7dddfaf68d17e74274a",
            "shasum": ""
        },
        "require": {
            "intervention/image": "^2.3",
            "php": ">=5.6.0",
            "silverstripe/framework": "^4.1",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/versioned": "^1@dev"
        },
        "suggest": {
            "ext-exif": "If you use GD backend (the default) you may want to have EXIF extension installed to elude some tricky issues"
        },
        "time": "2019-09-24T02:50:55+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "1.x-dev": "1.5.x-dev"
            },
            "installer-name": "silverstripe-assets"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Assets\\": "src/",
                "SilverStripe\\Assets\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "SilverStripe Assets component",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "assets",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/campaign-admin",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-campaign-admin.git",
            "reference": "3af89a228ab5194bcbc0c134a1208565aeea8555"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-campaign-admin/zipball/3af89a228ab5194bcbc0c134a1208565aeea8555",
            "reference": "3af89a228ab5194bcbc0c134a1208565aeea8555",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1@dev",
            "silverstripe/framework": "^4@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/asset-admin": "^1",
            "silverstripe/cms": "^4"
        },
        "time": "2019-06-18T07:00:27+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist",
                "client/lang"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\CampaignAdmin\\": "src/",
                "SilverStripe\\CampaignAdmin\\Tests\\": "tests/php/",
                "SilverStripe\\CampaignAdmin\\Tests\\Behat\\Context\\": "tests/behat/src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "SilverStripe campaign admin interface",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "admin",
            "campaign",
            "silverstripe",
            "versioned"
        ]
    },
    {
        "name": "silverstripe/cms",
        "version": "4.4.4",
        "version_normalized": "4.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-cms.git",
            "reference": "06c481bb8d812296e082a4c429fc3c439241e052"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-cms/zipball/06c481bb8d812296e082a4c429fc3c439241e052",
            "reference": "06c481bb8d812296e082a4c429fc3c439241e052",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1.3@dev",
            "silverstripe/campaign-admin": "^1.3@dev",
            "silverstripe/framework": "^4.3@dev",
            "silverstripe/reports": "^4.3@dev",
            "silverstripe/siteconfig": "^4.3@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1.3@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-09-24T02:55:57+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist",
                "client/lang"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\CMS\\": "code/",
                "SilverStripe\\CMS\\Tests\\": "code/php/",
                "SilverStripe\\CMS\\Tests\\Behaviour\\": "tests/behat/src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "The SilverStripe Content Management System",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "cms",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/config",
        "version": "1.0.17",
        "version_normalized": "1.0.17.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-config.git",
            "reference": "ab03d6dc54bd51f4b8f5ebf92612895568ac9633"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-config/zipball/ab03d6dc54bd51f4b8f5ebf92612895568ac9633",
            "reference": "ab03d6dc54bd51f4b8f5ebf92612895568ac9633",
            "shasum": ""
        },
        "require": {
            "marcj/topsort": "^1.0",
            "psr/simple-cache": "^1.0",
            "symfony/finder": "^2.8 || ^3.2",
            "symfony/yaml": "^2.8 || ^3.2"
        },
        "require-dev": {
            "mikey179/vfsstream": "^1.6",
            "phpspec/prophecy": "^1.0",
            "phpunit/phpunit": "^5.4.0"
        },
        "time": "2018-06-17T22:13:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Config\\": "src/",
                "SilverStripe\\Config\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SilverStripe configuration based on YAML and class statics"
    },
    {
        "name": "silverstripe/errorpage",
        "version": "1.4.2",
        "version_normalized": "1.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-errorpage.git",
            "reference": "52763264a2a916551bd9a8ac4075b78a486498a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-errorpage/zipball/52763264a2a916551bd9a8ac4075b78a486498a1",
            "reference": "52763264a2a916551bd9a8ac4075b78a486498a1",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4@dev",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2019-08-02T04:04:29+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\ErrorPage\\": "src/",
                "SilverStripe\\ErrorPage\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "ErrorPage component for SilverStripe CMS",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "error",
            "errorpage",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/framework",
        "version": "4.4.4",
        "version_normalized": "4.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-framework.git",
            "reference": "79a89e751d9b0403c732a0c2d0ee876af156e46a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/79a89e751d9b0403c732a0c2d0ee876af156e46a",
            "reference": "79a89e751d9b0403c732a0c2d0ee876af156e46a",
            "shasum": ""
        },
        "require": {
            "bramus/monolog-colored-line-formatter": "~2.0",
            "composer/installers": "~1.0",
            "embed/embed": "^3.0",
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-hash": "*",
            "ext-intl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-session": "*",
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xml": "*",
            "league/csv": "^8",
            "league/flysystem": "~1.0.12",
            "m1/env": "^2.1",
            "monolog/monolog": "~1.11",
            "nikic/php-parser": "^2 || ^3 || ^4",
            "paragonie/random_compat": "^2.0",
            "php": ">=5.6.0",
            "psr/container": "1.0.0",
            "psr/container-implementation": "1.0.0",
            "silverstripe/assets": "^1@dev",
            "silverstripe/config": "^1@dev",
            "silverstripe/vendor-plugin": "^1.4",
            "swiftmailer/swiftmailer": "~5.4",
            "symfony/cache": "^3.3@dev",
            "symfony/config": "^3.2",
            "symfony/translation": "^2.8",
            "symfony/yaml": "~3.2"
        },
        "provide": {
            "psr/container-implementation": "1.0.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/versioned": "^1"
        },
        "time": "2019-09-24T05:05:26+00:00",
        "bin": [
            "sake"
        ],
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/images",
                "client/styles",
                "src/Dev/Install/client"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Control\\": "src/Control/",
                "SilverStripe\\Control\\Tests\\": "tests/php/Control/",
                "SilverStripe\\Core\\": "src/Core/",
                "SilverStripe\\Core\\Tests\\": "tests/php/Core/",
                "SilverStripe\\Dev\\": "src/Dev/",
                "SilverStripe\\Dev\\Tests\\": "tests/php/Dev/",
                "SilverStripe\\Forms\\": "src/Forms/",
                "SilverStripe\\Forms\\Tests\\": "tests/php/Forms/",
                "SilverStripe\\i18n\\": "src/i18n/",
                "SilverStripe\\i18n\\Tests\\": "tests/php/i18n/",
                "SilverStripe\\Logging\\": "src/Logging/",
                "SilverStripe\\Logging\\Tests\\": "tests/php/Logging/",
                "SilverStripe\\ORM\\": "src/ORM/",
                "SilverStripe\\ORM\\Tests\\": "tests/php/ORM/",
                "SilverStripe\\Security\\": "src/Security/",
                "SilverStripe\\Security\\Tests\\": "tests/php/Security/",
                "SilverStripe\\View\\": "src/View/",
                "SilverStripe\\View\\Tests\\": "tests/php/View/",
                "SilverStripe\\Framework\\Tests\\Behaviour\\": "tests/behat/src/"
            },
            "files": [
                "src/includes/constants.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "include-path": [
            "src/",
            "src/includes/",
            "thirdparty/"
        ],
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "The SilverStripe framework",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "framework",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/graphql",
        "version": "3.1.4",
        "version_normalized": "3.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-graphql.git",
            "reference": "bfa62ca93b1ca21703902a308b8cb6d8019479a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-graphql/zipball/bfa62ca93b1ca21703902a308b8cb6d8019479a5",
            "reference": "bfa62ca93b1ca21703902a308b8cb6d8019479a5",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.2",
            "silverstripe/vendor-plugin": "^1.0",
            "webonyx/graphql-php": "~0.12.6"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "suggest": {
            "silverstripe/assets": "Allows schema to be cached in the filesystem.",
            "silverstripe/graphql-devtools": "Adds in-browser tools for testing and debugging GraphQL queries"
        },
        "time": "2019-08-02T04:11:39+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "3.x-dev": "3.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\GraphQL\\": "src/",
                "SilverStripe\\GraphQL\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "GraphQL server for SilverStripe models and other data"
    },
    {
        "name": "silverstripe/recipe-cms",
        "version": "4.4.4",
        "version_normalized": "4.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/recipe-cms.git",
            "reference": "71e708cf2aae4e5b28a440558c015046b434ca59"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/recipe-cms/zipball/71e708cf2aae4e5b28a440558c015046b434ca59",
            "reference": "71e708cf2aae4e5b28a440558c015046b434ca59",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "1.4.4@stable",
            "silverstripe/asset-admin": "1.4.4@stable",
            "silverstripe/campaign-admin": "1.4.2@stable",
            "silverstripe/cms": "4.4.4@stable",
            "silverstripe/errorpage": "1.4.2@stable",
            "silverstripe/graphql": "3.1.4@stable",
            "silverstripe/recipe-core": "4.4.4@stable",
            "silverstripe/recipe-plugin": "^1.2",
            "silverstripe/reports": "4.4.1@stable",
            "silverstripe/siteconfig": "4.4.2@stable",
            "silverstripe/versioned": "1.4.3@stable",
            "silverstripe/versioned-admin": "1.2.3@stable"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-09-24T05:11:23+00:00",
        "type": "silverstripe-recipe",
        "extra": {
            "project-files": [
                "app/src/*"
            ],
            "resources-dir": "_resources"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SilverStripe recipe for fully featured page and asset content editing",
        "homepage": "http://silverstripe.org"
    },
    {
        "name": "silverstripe/recipe-core",
        "version": "4.4.4",
        "version_normalized": "4.4.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/recipe-core.git",
            "reference": "a7e3ff841b324140f4a747c7f9d5b278d1f30e6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/recipe-core/zipball/a7e3ff841b324140f4a747c7f9d5b278d1f30e6c",
            "reference": "a7e3ff841b324140f4a747c7f9d5b278d1f30e6c",
            "shasum": ""
        },
        "require": {
            "silverstripe/assets": "1.4.5@stable",
            "silverstripe/config": "1.0.17@stable",
            "silverstripe/framework": "4.4.4@stable",
            "silverstripe/recipe-plugin": "^1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-09-24T05:07:11+00:00",
        "type": "silverstripe-recipe",
        "extra": {
            "project-files": [
                "app/*"
            ],
            "public-files": [
                ".htaccess",
                "web.config",
                "index.php",
                "install.php",
                "install-frameworkmissing.html"
            ],
            "resources-dir": "_resources"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "SilverStripe framework-only core recipe",
        "homepage": "http://silverstripe.org"
    },
    {
        "name": "silverstripe/recipe-plugin",
        "version": "1.3.0",
        "version_normalized": "1.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/recipe-plugin.git",
            "reference": "88cd7ed3a0c07a0b24b70ee43d855488d7f1ac7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/recipe-plugin/zipball/88cd7ed3a0c07a0b24b70ee43d855488d7f1ac7e",
            "reference": "88cd7ed3a0c07a0b24b70ee43d855488d7f1ac7e",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1"
        },
        "require-dev": {
            "composer/composer": "^1.2"
        },
        "time": "2018-04-11T07:22:09+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "SilverStripe\\RecipePlugin\\RecipePlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\RecipePlugin\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Damian Mooyman",
                "email": "damian@silverstripe.com"
            }
        ],
        "description": "Helper plugin to install SilverStripe recipes"
    },
    {
        "name": "silverstripe/reports",
        "version": "4.4.1",
        "version_normalized": "4.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-reports.git",
            "reference": "9b89812058d70246991ccd12847927d9a4c5bf4b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-reports/zipball/9b89812058d70246991ccd12847927d9a4c5bf4b",
            "reference": "9b89812058d70246991ccd12847927d9a4c5bf4b",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1.0@dev",
            "silverstripe/assets": "^1.0@dev",
            "silverstripe/config": "^1.0@dev",
            "silverstripe/framework": "^4.0@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1.0@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-04-20T23:27:08+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "javascript"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Reports\\": "code/",
                "SilverStripe\\Reports\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "Reports module for SilverStripe CMS",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "cms",
            "reports",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/siteconfig",
        "version": "4.4.2",
        "version_normalized": "4.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-siteconfig.git",
            "reference": "c005a970029e48046aa5505159e1bde870caa84a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-siteconfig/zipball/c005a970029e48046aa5505159e1bde870caa84a",
            "reference": "c005a970029e48046aa5505159e1bde870caa84a",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1",
            "silverstripe/framework": "^4",
            "silverstripe/vendor-plugin": "^1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-06-13T01:50:08+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\SiteConfig\\": "code/",
                "SilverStripe\\SiteConfig\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Will Rossiter",
                "email": "will@fullscreen.io"
            }
        ],
        "description": "Site wide settings administration.",
        "keywords": [
            "silverstripe",
            "siteconfig"
        ]
    },
    {
        "name": "silverstripe/vendor-plugin",
        "version": "1.4.1",
        "version_normalized": "1.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/vendor-plugin.git",
            "reference": "a4811f281f31c9ac15566280a11680db9c36b282"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/vendor-plugin/zipball/a4811f281f31c9ac15566280a11680db9c36b282",
            "reference": "a4811f281f31c9ac15566280a11680db9c36b282",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1",
            "composer/installers": "^1.4"
        },
        "require-dev": {
            "composer/composer": "^1.5",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-10-18T02:36:02+00:00",
        "type": "composer-plugin",
        "extra": {
            "class": "SilverStripe\\VendorPlugin\\VendorPlugin",
            "branch-alias": {
                "1.x-dev": "1.4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\VendorPlugin\\": "src/",
                "SilverStripe\\VendorPlugin\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Damian Mooyman",
                "email": "damian@silverstripe.com"
            }
        ],
        "description": "Allows vendor modules to expose directories to the webroot"
    },
    {
        "name": "silverstripe/versioned",
        "version": "1.4.3",
        "version_normalized": "1.4.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-versioned.git",
            "reference": "9f19a9b3c9999571d4c4db106dc8b8d95dc81cf8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-versioned/zipball/9f19a9b3c9999571d4c4db106dc8b8d95dc81cf8",
            "reference": "9f19a9b3c9999571d4c4db106dc8b8d95dc81cf8",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.2",
            "silverstripe/vendor-plugin": "^1",
            "symfony/cache": "^3.4"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/admin": "^1",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2019-09-02T02:22:09+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Versioned\\": "src/",
                "SilverStripe\\Versioned\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "SilverStripe Versioned component",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "silverstripe",
            "versioned"
        ]
    },
    {
        "name": "silverstripe/versioned-admin",
        "version": "1.2.3",
        "version_normalized": "1.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-versioned-admin.git",
            "reference": "0d18858397d16abd6629a780fede11a67101157c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-versioned-admin/zipball/0d18858397d16abd6629a780fede11a67101157c",
            "reference": "0d18858397d16abd6629a780fede11a67101157c",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1.3",
            "silverstripe/framework": "^4.3",
            "silverstripe/graphql": "^2.0 || ^3.0",
            "silverstripe/vendor-plugin": "^1",
            "silverstripe/versioned": "^1.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5",
            "silverstripe/cms": "^4.2",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2019-08-18T23:40:30+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\VersionedAdmin\\": "src/",
                "SilverStripe\\VersionedAdmin\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "SilverStripe",
                "homepage": "http://silverstripe.com"
            },
            {
                "name": "The SilverStripe Community",
                "homepage": "http://silverstripe.org"
            }
        ],
        "description": "SilverStripe versioned admin interface",
        "homepage": "http://silverstripe.org",
        "keywords": [
            "admin",
            "silverstripe",
            "versioned"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v5.4.12",
        "version_normalized": "5.4.12.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
            "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "~3.2"
        },
        "time": "2018-07-31T09:26:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "5.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v3.4.39",
        "version_normalized": "3.4.39.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "04860ece0f3996781c2fb04811a6c160a4b910ee"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/04860ece0f3996781c2fb04811a6c160a4b910ee",
            "reference": "04860ece0f3996781c2fb04811a6c160a4b910ee",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "psr/cache": "~1.0",
            "psr/log": "~1.0",
            "psr/simple-cache": "^1.0",
            "symfony/polyfill-apcu": "~1.1"
        },
        "conflict": {
            "symfony/var-dumper": "<3.3"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "~1.6",
            "doctrine/dbal": "~2.4",
            "predis/predis": "~1.0"
        },
        "time": "2020-03-16T15:51:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Cache\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
        "homepage": "https://symfony.com",
        "keywords": [
            "caching",
            "psr6"
        ]
    },
    {
        "name": "symfony/config",
        "version": "v3.4.39",
        "version_normalized": "3.4.39.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "fc5be36e0659ab6e58cc069e8845f0819e6d086e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/fc5be36e0659ab6e58cc069e8845f0819e6d086e",
            "reference": "fc5be36e0659ab6e58cc069e8845f0819e6d086e",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/filesystem": "~2.8|~3.0|~4.0",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.3",
            "symfony/finder": "<3.3"
        },
        "require-dev": {
            "symfony/dependency-injection": "~3.3|~4.0",
            "symfony/event-dispatcher": "~3.3|~4.0",
            "symfony/finder": "~3.3|~4.0",
            "symfony/yaml": "~3.0|~4.0"
        },
        "suggest": {
            "symfony/yaml": "To use the yaml reference dumper"
        },
        "time": "2020-03-16T08:31:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Config\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Config Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/filesystem",
        "version": "v4.4.7",
        "version_normalized": "4.4.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/fe297193bf2e6866ed900ed2d5869362768df6a7",
            "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2020-03-27T16:54:36+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Filesystem Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/finder",
        "version": "v3.4.39",
        "version_normalized": "3.4.39.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/5ec813ccafa8164ef21757e8c725d3a57da59200",
            "reference": "5ec813ccafa8164ef21757e8c725d3a57da59200",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2020-02-14T07:34:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Finder\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Finder Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/polyfill-apcu",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
            "reference": "d6b5c4ac62cd4ed622e583d027ae684de2d3c4bd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Apcu\\": ""
            },
            "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 apcu_* functions to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "apcu",
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2020-02-27T09:26:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2020-03-09T19:04:49+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.15-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Mbstring\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Mbstring extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "mbstring",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/translation",
        "version": "v2.8.52",
        "version_normalized": "2.8.52.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/translation.git",
            "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/translation/zipball/fc58c2a19e56c29f5ba2736ec40d0119a0de2089",
            "reference": "fc58c2a19e56c29f5ba2736ec40d0119a0de2089",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.9",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "symfony/config": "<2.7"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~2.8",
            "symfony/intl": "~2.7.25|^2.8.18|~3.2.5",
            "symfony/yaml": "~2.2|~3.0.0"
        },
        "suggest": {
            "psr/log-implementation": "To use logging capability in translator",
            "symfony/config": "",
            "symfony/yaml": ""
        },
        "time": "2018-11-24T21:16:41+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Translation\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Translation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/yaml",
        "version": "v3.4.39",
        "version_normalized": "3.4.39.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "e701b47e11749970f63803879c4febb520f07b6c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/e701b47e11749970f63803879c4febb520f07b6c",
            "reference": "e701b47e11749970f63803879c4febb520f07b6c",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "conflict": {
            "symfony/console": "<3.4"
        },
        "require-dev": {
            "symfony/console": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/console": "For validating YAML files using the lint command"
        },
        "time": "2020-03-25T12:02:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Yaml\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Yaml Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "unclecheese/display-logic",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/unclecheese/silverstripe-display-logic.git",
            "reference": "c5f807dc24765438b427814350cc884ca70498b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/unclecheese/silverstripe-display-logic/zipball/c5f807dc24765438b427814350cc884ca70498b0",
            "reference": "c5f807dc24765438b427814350cc884ca70498b0",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0"
        },
        "replace": {
            "silverstripe/display-logic": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "se/selenium-server-standalone": "2.41.0",
            "silverstripe/behat-extension": "^3@dev",
            "silverstripe/serve": "^2"
        },
        "time": "2019-10-15T23:31:03+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "display-logic",
            "expose": [
                "client"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "UncleCheese\\DisplayLogic\\": "src/",
                "UncleCheese\\DisplayLogic\\Tests\\": "tests/php/",
                "UncleCheese\\DisplayLogic\\Tests\\Behaviour\\": "tests/behat/src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Uncle Cheese",
                "email": "unclecheese@leftandmain.com"
            }
        ],
        "description": "Allows assignment of conditions for display and hide of specific form fields based on client side behavior.",
        "keywords": [
            "Forms",
            "cms",
            "display",
            "logic",
            "silverstripe"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
            "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "conflict": {
            "vimeo/psalm": "<3.9.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^7.5.13"
        },
        "time": "2020-04-18T12:12:48+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Webmozart\\Assert\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Bernhard Schussek",
                "email": "bschussek@gmail.com"
            }
        ],
        "description": "Assertions to validate method input/output with nice error messages.",
        "keywords": [
            "assert",
            "check",
            "validate"
        ]
    },
    {
        "name": "webonyx/graphql-php",
        "version": "v0.12.6",
        "version_normalized": "0.12.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webonyx/graphql-php.git",
            "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95"
        },
        "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"
        ]
    }
]
