[
    {
        "name": "a2nt/silverstripe-font-awesome-field",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/a2nt/silverstripe-font-awesome.git",
            "reference": "4635537a8900cbb0af9406e74e58e706621637ae"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/a2nt/silverstripe-font-awesome/zipball/4635537a8900cbb0af9406e74e58e706621637ae",
            "reference": "4635537a8900cbb0af9406e74e58e706621637ae",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": ">=4",
            "silverstripe/framework": ">=4"
        },
        "time": "2018-06-24T10:01:13+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "font-awesome-field",
            "expose": [
                "client/dist"
            ]
        },
        "installation-source": "source",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Chris Turner",
                "email": "chris.turner@minedu.govt.nz"
            },
            {
                "name": "Tony Air",
                "email": "tony@twma.pro"
            }
        ],
        "description": "A simple form field for selecting font-awesome classes in the CMS.",
        "keywords": [
            "font-awesome",
            "fontawesome",
            "silverstripe"
        ],
        "support": {
            "source": "https://github.com/a2nt/silverstripe-font-awesome/tree/master"
        }
    },
    {
        "name": "axllent/silverstripe-bootstrap-forms",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/axllent/silverstripe-bootstrap-forms.git",
            "reference": "6c9bbf0fb1d9e3b591d55e1f2efa0956137a7a3f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/axllent/silverstripe-bootstrap-forms/zipball/6c9bbf0fb1d9e3b591d55e1f2efa0956137a7a3f",
            "reference": "6c9bbf0fb1d9e3b591d55e1f2efa0956137a7a3f",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0"
        },
        "time": "2018-09-15T01:12:36+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Axllent\\BootstrapForms\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Slooten",
                "homepage": "http://www.axllent.org/"
            }
        ],
        "description": "An extension to add CSS classes to Silverstripe forms to play nicer with Twitter Bootstrap",
        "homepage": "https://github.com/axllent/silverstripe-bootstrap-forms",
        "keywords": [
            "Forms",
            "bootstrap",
            "silverstripe"
        ]
    },
    {
        "name": "axllent/silverstripe-version-truncator",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/axllent/silverstripe-version-truncator.git",
            "reference": "af4fec31e597e5ea61654198c96482d7b5c54d0a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/axllent/silverstripe-version-truncator/zipball/af4fec31e597e5ea61654198c96482d7b5c54d0a",
            "reference": "af4fec31e597e5ea61654198c96482d7b5c54d0a",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0"
        },
        "time": "2017-10-16T22:56:37+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Axllent\\VersionTruncator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "The MIT License (MIT)"
        ],
        "authors": [
            {
                "name": "Ralph Slooten",
                "homepage": "http://www.axllent.org/"
            }
        ],
        "description": "Automatically delete old SiteTree page versions from SilverStripe",
        "homepage": "https://github.com/axllent/silverstripe-version-truncator",
        "keywords": [
            "cms",
            "silverstripe",
            "sitetree"
        ]
    },
    {
        "name": "betterbrief/silverstripe-googlemapfield",
        "version": "v2.2.1",
        "version_normalized": "2.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/BetterBrief/silverstripe-googlemapfield.git",
            "reference": "06fdaa0db8c83ad634900abbd9063e07e8d34122"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/BetterBrief/silverstripe-googlemapfield/zipball/06fdaa0db8c83ad634900abbd9063e07e8d34122",
            "reference": "06fdaa0db8c83ad634900abbd9063e07e8d34122",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6",
            "silverstripe/framework": "^4"
        },
        "time": "2018-09-24T08:20:12+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "expose": [
                "client/css",
                "client/js"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "BetterBrief\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "authors": [
            {
                "name": "Will Morgan",
                "homepage": "http://twitter.com/willmorgan",
                "role": "Developer"
            }
        ],
        "description": "Save locations using latitude/longitude DataObject fields.",
        "homepage": "http://github.com/BetterBrief/googlemapfield",
        "keywords": [
            "geolocation",
            "google",
            "googlemapfield",
            "map",
            "maps",
            "silverstripe"
        ]
    },
    {
        "name": "composer/ca-bundle",
        "version": "1.1.4",
        "version_normalized": "1.1.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/ca-bundle.git",
            "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
            "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
            "shasum": ""
        },
        "require": {
            "ext-openssl": "*",
            "ext-pcre": "*",
            "php": "^5.3.2 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
            "psr/log": "^1.0",
            "symfony/process": "^2.5 || ^3.0 || ^4.0"
        },
        "time": "2019-01-28T09:30:10+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.6.0",
        "version_normalized": "1.6.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "replace": {
            "roundcube/plugin-installer": "*",
            "shama/baton": "*"
        },
        "require-dev": {
            "composer/composer": "1.0.*@dev",
            "phpunit/phpunit": "^4.8.36"
        },
        "time": "2018-08-27T06:10:37+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",
            "Mautic",
            "Maya",
            "OXID",
            "Plentymarkets",
            "Porto",
            "RadPHP",
            "SMF",
            "Thelia",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "majima",
            "mako",
            "mediawiki",
            "modulework",
            "modx",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "pxcms",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "dnadesign/silverstripe-elemental",
        "version": "3.0.2",
        "version_normalized": "3.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dnadesign/silverstripe-elemental.git",
            "reference": "15602cfb319b0f359dcf95dc1ef71d982ea033f9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnadesign/silverstripe-elemental/zipball/15602cfb319b0f359dcf95dc1ef71d982ea033f9",
            "reference": "15602cfb319b0f359dcf95dc1ef71d982ea033f9",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4.2",
            "silverstripe/vendor-plugin": "^1",
            "silverstripe/versioned-admin": "^1.0",
            "symbiote/silverstripe-gridfieldextensions": "^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "suggest": {
            "dnadesign/silverstripe-elemental-subsites": "Adds subsite support to elemental",
            "dnadesign/silverstripe-elemental-userforms": "Adds userform support to elemental",
            "dnadesign/silverstripe-elemental-virtual": "Adds support to share blocks between pages",
            "silverstripe/elemental-blocks": "Adds a set of common SilverStripe content block types",
            "silverstripe/fulltextsearch": "Adds fulltext search capability for elements using Solr"
        },
        "time": "2019-01-29T11:33:12+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DNADesign\\Elemental\\": "src/",
                "DNADesign\\Elemental\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Alexandre Saelens",
                "email": "alexandre.saelens@dna.co.nz"
            }
        ],
        "description": "Elemental pagetype and collection of Elements",
        "keywords": [
            "Content Blocks",
            "element",
            "elemental",
            "silverstripe"
        ]
    },
    {
        "name": "dnadesign/silverstripe-elemental-list",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dnadesign/silverstripe-elemental-list.git",
            "reference": "b32123f187e69793e6bb5b83b301e527e049ad89"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnadesign/silverstripe-elemental-list/zipball/b32123f187e69793e6bb5b83b301e527e049ad89",
            "reference": "b32123f187e69793e6bb5b83b301e527e049ad89",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": ">=3.0",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2019-01-27T17:19:27+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DNADesign\\ElementalList\\": "src/",
                "DNADesign\\ElementalList\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "John Milmine",
                "email": "john.milmine@dna.co.nz"
            }
        ],
        "description": "Adds a new element for nested elements",
        "keywords": [
            "Content Blocks",
            "element",
            "elemental",
            "silverstripe"
        ]
    },
    {
        "name": "dnadesign/silverstripe-elemental-userforms",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dnadesign/silverstripe-elemental-userforms.git",
            "reference": "5a01ef76410a9cb216058ab7c8edd331e2a224d6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnadesign/silverstripe-elemental-userforms/zipball/5a01ef76410a9cb216058ab7c8edd331e2a224d6",
            "reference": "5a01ef76410a9cb216058ab7c8edd331e2a224d6",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^3.0",
            "silverstripe/userforms": "^5.0",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-07-12T04:08:24+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DNADesign\\ElementalUserForms\\": "src/",
                "DNADesign\\ElementalUserForms\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "John Milmine",
                "email": "john.milmine@dna.co.nz"
            }
        ],
        "description": "Adds a new element for usersforms",
        "keywords": [
            "Content Blocks",
            "element",
            "elemental",
            "silverstripe",
            "userforms"
        ]
    },
    {
        "name": "dnadesign/silverstripe-elemental-virtual",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dnadesign/silverstripe-elemental-virtual.git",
            "reference": "d71fa5dc784466ad403b27e5f325d78a8f9a47a2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dnadesign/silverstripe-elemental-virtual/zipball/d71fa5dc784466ad403b27e5f325d78a8f9a47a2",
            "reference": "d71fa5dc784466ad403b27e5f325d78a8f9a47a2",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^3 || ^4",
            "silverstripe/vendor-plugin": "^1.0",
            "tractorcow/silverstripe-autocomplete": "^4"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2019-04-10T04:08:22+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "1.x-dev"
            },
            "expose": [
                "css",
                "images"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DNADesign\\ElementalVirtual\\": "src/",
                "DNADesign\\ElementalVirtual\\Tests\\": "tests/php/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Adds ability for Elemental to share content blocks between pages",
        "keywords": [
            "Content Blocks",
            "element",
            "elemental",
            "silverstripe"
        ]
    },
    {
        "name": "doctrine/instantiator",
        "version": "1.0.5",
        "version_normalized": "1.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/instantiator.git",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
            "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3,<8.0-DEV"
        },
        "require-dev": {
            "athletic/athletic": "~0.1.8",
            "ext-pdo": "*",
            "ext-phar": "*",
            "phpunit/phpunit": "~4.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "time": "2015-06-14T21:17:01+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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://github.com/doctrine/instantiator",
        "keywords": [
            "constructor",
            "instantiate"
        ]
    },
    {
        "name": "dompdf/dompdf",
        "version": "v0.8.3",
        "version_normalized": "0.8.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dompdf/dompdf.git",
            "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
            "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "phenx/php-font-lib": "0.5.*",
            "phenx/php-svg-lib": "0.3.*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8|^5.5|^6.5",
            "squizlabs/php_codesniffer": "2.*"
        },
        "suggest": {
            "ext-gd": "Needed to process images",
            "ext-gmagick": "Improves image processing performance",
            "ext-imagick": "Improves image processing performance"
        },
        "time": "2018-12-14T02:40:31+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dompdf\\": "src/"
            },
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            },
            {
                "name": "Brian Sweeney",
                "email": "eclecticgeek@gmail.com"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com"
            }
        ],
        "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
        "homepage": "https://github.com/dompdf/dompdf"
    },
    {
        "name": "dynamic/flexslider",
        "version": "3.0.4",
        "version_normalized": "3.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-flexslider.git",
            "reference": "b89b5e402b2a9e071175090c620c289be714439a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-flexslider/zipball/b89b5e402b2a9e071175090c620c289be714439a",
            "reference": "b89b5e402b2a9e071175090c620c289be714439a",
            "shasum": ""
        },
        "require": {
            "silverstripe/asset-admin": "^1.0",
            "silverstripe/recipe-cms": "^1.0 || ^4.0",
            "silverstripe/vendor-plugin": "^1.0",
            "symbiote/silverstripe-gridfieldextensions": "^3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-09T17:15:14+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "css",
                "images",
                "thirdparty"
            ],
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\FlexSlider\\": "src/",
                "Dynamic\\FlexSlider\\Test\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Display a FlexSlider on pages of your website",
        "keywords": [
            "flexslider",
            "jquery",
            "module",
            "silverstripe",
            "slider",
            "slideshow"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-accordion",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-accordion.git",
            "reference": "a1c93eff9260014d7135aa591f5a7977b331a56c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-accordion/zipball/a1c93eff9260014d7135aa591f5a7977b331a56c",
            "reference": "a1c93eff9260014d7135aa591f5a7977b331a56c",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-elemental-baseobject": "^1@dev",
            "sheadawson/silverstripe-linkable": "^2@dev",
            "silverstripe/recipe-cms": ",^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev",
            "symbiote/silverstripe-gridfieldextensions": "^3.1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-03-12T21:05:25+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "thirdparty",
                "client/dist"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Accordion\\": "src/",
                "Dynamic\\Elements\\Accordion\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Display content in collapsable panels",
        "keywords": [
            "accordion",
            "blocks",
            "elemental",
            "panels",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-baseobject",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-baseobject.git",
            "reference": "caa1d416328564ef444ac2d297a3b146c607fe38"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-baseobject/zipball/caa1d416328564ef444ac2d297a3b146c607fe38",
            "reference": "caa1d416328564ef444ac2d297a3b146c607fe38",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "sheadawson/silverstripe-linkable": "^2@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-18T15:45:12+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\BaseObject\\": "src/",
                "Dynamic\\BaseObject\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A simple base DataObject to use with Elemental Content Blocks",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-blocks",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-blocks.git",
            "reference": "467aac37c4fac8c1deb6d28c709f22f4c2211011"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-blocks/zipball/467aac37c4fac8c1deb6d28c709f22f4c2211011",
            "reference": "467aac37c4fac8c1deb6d28c709f22f4c2211011",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-elemental-accordion": "^1.0@dev",
            "dynamic/silverstripe-elemental-blog": "^1.0@dev",
            "dynamic/silverstripe-elemental-countdown": "^1.0@dev",
            "dynamic/silverstripe-elemental-customer-service": "^1.0@dev",
            "dynamic/silverstripe-elemental-embedded-code": "^1.0@dev",
            "dynamic/silverstripe-elemental-features": "^1.0@dev",
            "dynamic/silverstripe-elemental-flexslider": "^1.0@dev",
            "dynamic/silverstripe-elemental-gallery": "^1.0@dev",
            "dynamic/silverstripe-elemental-image": "^1.0@dev",
            "dynamic/silverstripe-elemental-oembed": "^1.0@dev",
            "dynamic/silverstripe-elemental-promos": "^1.0@dev",
            "dynamic/silverstripe-elemental-section-navigation": "^1.0@dev",
            "dynamic/silverstripe-elemental-sponsors": "^1.0@dev",
            "dynamic/silverstripe-elemental-testimonials": "^1.0@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/recipe-plugin": "^1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-20T20:34:28+00:00",
        "type": "silverstripe-recipe",
        "extra": {
            "expose": [
                "thirdparty",
                "icons"
            ]
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A recipe to require additonal elements for the SilverStripe Elemental module",
        "keywords": [
            "blocks",
            "elemental",
            "recipe",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-blog",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-blog.git",
            "reference": "d8dbb92ec8476ac9fd5f0cc993821dc1565cae0d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-blog/zipball/d8dbb92ec8476ac9fd5f0cc993821dc1565cae0d",
            "reference": "d8dbb92ec8476ac9fd5f0cc993821dc1565cae0d",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "sheadawson/silverstripe-dependentdropdownfield": "^2@dev",
            "silverstripe/blog": "^3@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2018-08-28T16:31:38+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Blog\\": "src/",
                "Dynamic\\Elements\\Blog\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A blog element for the SilverStripe Elemental module",
        "keywords": [
            "block",
            "blog",
            "element",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-countdown",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-countdown.git",
            "reference": "370128b2fbc4eb2d60f3e6fa807b85026e2568ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-countdown/zipball/370128b2fbc4eb2d60f3e6fa807b85026e2568ef",
            "reference": "370128b2fbc4eb2d60f3e6fa807b85026e2568ef",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-17T20:31:17+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "thirdparty",
                "icons",
                "client/dist"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\CountDown\\": "src/",
                "Dynamic\\Elements\\CountDown\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Countdown element for the SilverStripe Elemental module",
        "keywords": [
            "blocks",
            "elemental",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-customer-service",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-customer-service.git",
            "reference": "abd898e2ea09d79ea2ceeee9ab7cb736b084988b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-customer-service/zipball/abd898e2ea09d79ea2ceeee9ab7cb736b084988b",
            "reference": "abd898e2ea09d79ea2ceeee9ab7cb736b084988b",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-geocoder": "^1@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-18T16:47:39+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\CustomerService\\": "src/",
                "Dynamic\\Elements\\CustomerService\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Additional customer service element for the SilverStripe Elemental module",
        "keywords": [
            "blocks",
            "contact",
            "elemental",
            "location",
            "map",
            "phone",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-embedded-code",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-embedded-code.git",
            "reference": "5ec1cacdf8d7db988876d9153b7341af561c10bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-embedded-code/zipball/5ec1cacdf8d7db988876d9153b7341af561c10bc",
            "reference": "5ec1cacdf8d7db988876d9153b7341af561c10bc",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2018-08-28T16:53:37+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Embedded\\": "src/",
                "Dynamic\\Elements\\Embedded\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block to embed code like iFrames or Javascript on a page.",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "embedded",
            "iframe",
            "javascript",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-features",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-features.git",
            "reference": "16c2d4f925e88dca5c0e6f254a829afdadbdb58d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-features/zipball/16c2d4f925e88dca5c0e6f254a829afdadbdb58d",
            "reference": "16c2d4f925e88dca5c0e6f254a829afdadbdb58d",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-elemental-baseobject": "^1@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-18T15:42:18+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Features\\": "src/",
                "Dynamic\\Elements\\Features\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block that displays featured content - large image, title, description and link.",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "feature",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-flexslider",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-flexslider.git",
            "reference": "22e8bc89a1a044a159238835d7c2777298745681"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-flexslider/zipball/22e8bc89a1a044a159238835d7c2777298745681",
            "reference": "22e8bc89a1a044a159238835d7c2777298745681",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/flexslider": "^3@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-18T22:59:06+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Flexslider\\": "src/",
                "Dynamic\\Elements\\Flexslider\\Test\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Flexslider slideshow content block for SilverStripe Elemental",
        "keywords": [
            "blocks",
            "dynamic",
            "elemental",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-gallery",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-gallery.git",
            "reference": "7a379742eb9dafd2536cd855a6f632035b2278d9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-gallery/zipball/7a379742eb9dafd2536cd855a6f632035b2278d9",
            "reference": "7a379742eb9dafd2536cd855a6f632035b2278d9",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-elemental-baseobject": "^1@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-03-12T16:46:12+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "thirdparty"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Gallery\\": "src/",
                "Dynamic\\Elements\\Gallery\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block to display a collection of images",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "gallery",
            "image",
            "photo",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-image",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-image.git",
            "reference": "1185f81f8dc8245a2b9fe0303c345edba59c4a8b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-image/zipball/1185f81f8dc8245a2b9fe0303c345edba59c4a8b",
            "reference": "1185f81f8dc8245a2b9fe0303c345edba59c4a8b",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-19T21:04:56+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Image\\": "src/",
                "Dynamic\\Elements\\Image\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block to add a single image to your page.",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "image",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-oembed",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-oembed.git",
            "reference": "738cd88b41b51e515127b32358a5f557f10758b4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-oembed/zipball/738cd88b41b51e515127b32358a5f557f10758b4",
            "reference": "738cd88b41b51e515127b32358a5f557f10758b4",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "sheadawson/silverstripe-linkable": "^2@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-19T22:33:03+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Oembed\\": "src/",
                "Dynamic\\Elements\\Oembed\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block to embed media from other websites via oEmbed",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "oembed",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-promos",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-promos.git",
            "reference": "b5ddeadb1205b6829d80f00d8b0a9e12058457fa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-promos/zipball/b5ddeadb1205b6829d80f00d8b0a9e12058457fa",
            "reference": "b5ddeadb1205b6829d80f00d8b0a9e12058457fa",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-elemental-baseobject": "^1@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-19T23:01:11+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Promos\\": "src/",
                "Dynamic\\Elements\\Promos\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block to display a group of promo objects",
        "keywords": [
            "blocks",
            "card",
            "content",
            "elemental",
            "promo",
            "silverstripe",
            "spiff"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-section-navigation",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-section-navigation.git",
            "reference": "c772b3b2f299d02480fc4b658ee981d52b3a818b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-section-navigation/zipball/c772b3b2f299d02480fc4b658ee981d52b3a818b",
            "reference": "c772b3b2f299d02480fc4b658ee981d52b3a818b",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2018-10-02T17:45:09+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Section\\": "src/",
                "Dynamic\\Elements\\Section\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "A block to display a list of links to child pages, or pages in current level",
        "keywords": [
            "blocks",
            "content",
            "elemental",
            "list",
            "navigation",
            "section",
            "silverstripe"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-sponsors",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-sponsors.git",
            "reference": "2db646e77283b23216fa52c29a7f16795bde760e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-sponsors/zipball/2db646e77283b23216fa52c29a7f16795bde760e",
            "reference": "2db646e77283b23216fa52c29a7f16795bde760e",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "dynamic/silverstripe-elemental-baseobject": "^1@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev",
            "symbiote/silverstripe-gridfieldextensions": "^3@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-20T18:42:11+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\Sponsors\\": "src/",
                "Dynamic\\Elements\\Sponsors\\Test\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Display a list of sponsor logos with links.",
        "keywords": [
            "elemental",
            "silverstripe",
            "sponsors"
        ]
    },
    {
        "name": "dynamic/silverstripe-elemental-testimonials",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-elemental-testimonials.git",
            "reference": "082f249722f055560cb857af8d35df65cceabb6e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-elemental-testimonials/zipball/082f249722f055560cb857af8d35df65cceabb6e",
            "reference": "082f249722f055560cb857af8d35df65cceabb6e",
            "shasum": ""
        },
        "require": {
            "dnadesign/silverstripe-elemental": "^2@dev || ^3@dev",
            "silverstripe/recipe-cms": "^1@dev || ^4@dev",
            "silverstripe/vendor-plugin": "^1@dev",
            "symbiote/silverstripe-gridfieldextensions": "^3@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-01-20T01:14:34+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dynamic\\Elements\\": "src/",
                "Dynamic\\Elements\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic",
                "email": "dev@dynamicagency.com",
                "homepage": "http://www.dynamicagency.com"
            }
        ],
        "description": "Testimonials element for the SilverStripe Elemental Module",
        "keywords": [
            "elemental",
            "silverstripe",
            "testimonials"
        ]
    },
    {
        "name": "dynamic/silverstripe-geocoder",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dynamic/silverstripe-geocoder.git",
            "reference": "325802f4f3838a8f396cc88ec4da63fbc301d601"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dynamic/silverstripe-geocoder/zipball/325802f4f3838a8f396cc88ec4da63fbc301d601",
            "reference": "325802f4f3838a8f396cc88ec4da63fbc301d601",
            "shasum": ""
        },
        "require": {
            "silverstripe/recipe-cms": "^1.0 || ^4.0",
            "silverstripe/vendor-plugin": "^1.0",
            "willdurand/geocoder": "v3.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "*"
        },
        "time": "2019-05-08T21:48:51+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Dynamic\\SilverStripeGeocoder\\": "src/",
                "Dynamic\\SilverStripeGeocoder\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Dynamic, Inc",
                "email": "dev@dy.ag"
            }
        ],
        "description": "SilverStripe wrapper for Geocoder",
        "keywords": [
            "geocoder",
            "geocoding",
            "silverstripe"
        ]
    },
    {
        "name": "egeloen/http-adapter",
        "version": "0.8.0",
        "version_normalized": "0.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egeloen/ivory-http-adapter.git",
            "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/9641f11487ec26b24c6bbcee4f267cf62f60b855",
            "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.8",
            "zendframework/zend-diactoros": "^1.1"
        },
        "require-dev": {
            "cakephp/cakephp": "^3.0.3",
            "ext-curl": "*",
            "guzzle/guzzle": "^3.9.4@dev",
            "guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
            "kriswallsmith/buzz": "^0.13",
            "nategood/httpful": "^0.2.17",
            "phpunit/phpunit": "^4.0",
            "phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev",
            "psr/log": "^1.0",
            "react/dns": "^0.4.1",
            "react/http-client": "^0.4",
            "satooshi/php-coveralls": "^0.6",
            "symfony/event-dispatcher": "^2.0",
            "zendframework/zend-http": "^2.3.4",
            "zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16"
        },
        "suggest": {
            "ext-curl": "Allows you to use the cURL adapter",
            "ext-http": "Allows you to use the PECL adapter",
            "guzzle/guzzle": "Allows you to use the Guzzle 3 adapter",
            "guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter",
            "kriswallsmith/buzz": "Allows you to use the Buzz adapter",
            "nategood/httpful": "Allows you to use the httpful adapter",
            "psr/log": "Allows you to use the logger event subscriber",
            "symfony/event-dispatcher": "Allows you to use the event lifecycle",
            "symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber",
            "zendframework/zend-http": "Allows you to use the Zend 2 adapter",
            "zendframework/zendframework1": "Allows you to use the Zend 1 adapter"
        },
        "time": "2015-08-12T09:35:40+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.8-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Ivory\\HttpAdapter\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eric GELOEN",
                "email": "geloen.eric@gmail.com"
            }
        ],
        "description": "Issue HTTP request for PHP 5.3+.",
        "keywords": [
            "http",
            "http-adapter",
            "http-client",
            "psr-7"
        ],
        "abandoned": "php-http/httplug"
    },
    {
        "name": "embed/embed",
        "version": "v3.3.9",
        "version_normalized": "3.3.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/oscarotero/Embed.git",
            "reference": "4f0d7c0ba8dce13228fd35b7a73cd4ef5ab0f02c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/oscarotero/Embed/zipball/4f0d7c0ba8dce13228fd35b7a73cd4ef5ab0f02c",
            "reference": "4f0d7c0ba8dce13228fd35b7a73cd4ef5ab0f02c",
            "shasum": ""
        },
        "require": {
            "composer/ca-bundle": "^1.0",
            "ext-curl": "*",
            "ext-mbstring": "*",
            "php": "^5.5|^7.0"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.0",
            "phpunit/phpunit": "^4.8|^5.7"
        },
        "time": "2019-02-25T15:07:28+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": "firesphere/googlemapsfield",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Firesphere/silverstripe-googlemapsfield.git",
            "reference": "ecf39a4c42ab8ef5dec11681e4d0f63060f593a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Firesphere/silverstripe-googlemapsfield/zipball/ecf39a4c42ab8ef5dec11681e4d0f63060f593a5",
            "reference": "ecf39a4c42ab8ef5dec11681e4d0f63060f593a5",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0",
            "silverstripe/siteconfig": "^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "scriptfusion/phpunit-immediate-exception-printer": "^2.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-04-14T05:03:08+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "googlemapsfield",
            "branch-alias": {
                "1.x-dev": "1.0.x-dev",
                "dev-master": "1.x-dev"
            },
            "expose": [
                "client/dist"
            ],
            "autoload-dev": {
                "psr-4": {
                    "Firesphere\\GoogleMapsField\\Extensions": "src/extensions",
                    "Firesphere\\GoogleMapsField\\Forms": "src/forms"
                }
            }
        },
        "installation-source": "source",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Simon Erkelens",
                "email": "simonerkelens@silverstripe.com"
            }
        ],
        "description": "Google places api field for SilverStripe",
        "keywords": [
            "GoogleMapsField",
            "google",
            "maps",
            "places",
            "silverstripe"
        ]
    },
    {
        "name": "gorriecoe/silverstripe-dataobjecthistory",
        "version": "1.2.2",
        "version_normalized": "1.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/gorriecoe/silverstripe-dataobjecthistory.git",
            "reference": "2632cdf84bfbb09751bbf7e4c9fae2d20a714e98"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/gorriecoe/silverstripe-dataobjecthistory/zipball/2632cdf84bfbb09751bbf7e4c9fae2d20a714e98",
            "reference": "2632cdf84bfbb09751bbf7e4c9fae2d20a714e98",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4.0",
            "symbiote/silverstripe-gridfieldextensions": "^3.1"
        },
        "time": "2018-05-01T01:38:45+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "dataobjecthistory"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Gorrie Coe",
                "email": "gorriecoe@gmail.com"
            }
        ],
        "description": "Adds a history tab to dataobjects",
        "homepage": "http://github.com/gorriecoe/silverstripe-dataobjecthistory",
        "keywords": [
            "history",
            "modular",
            "silverstripe"
        ]
    },
    {
        "name": "guzzlehttp/psr7",
        "version": "1.5.2",
        "version_normalized": "1.5.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/guzzle/psr7.git",
            "reference": "9f83dded91781a01c63574e387eaa769be769115"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
            "reference": "9f83dded91781a01c63574e387eaa769be769115",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0",
            "psr/http-message": "~1.0",
            "ralouphie/getallheaders": "^2.0.5"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
        },
        "time": "2018-12-04T20:46:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.5-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": "igorw/get-in",
        "version": "v1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/igorw/get-in.git",
            "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
            "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "time": "2014-12-15T23:03:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/get_in.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Igor Wiedler",
                "email": "igor@wiedler.ch"
            }
        ],
        "description": "Functions for for hash map (assoc array) traversal.",
        "keywords": [
            "assoc-array",
            "hash-map"
        ]
    },
    {
        "name": "innoweb/silverstripe-sitemap",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/xini/silverstripe-sitemap.git",
            "reference": "a300c03371194c87c8559f0a64b56b2734c70cdb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/xini/silverstripe-sitemap/zipball/a300c03371194c87c8559f0a64b56b2734c70cdb",
            "reference": "a300c03371194c87c8559f0a64b56b2734c70cdb",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4"
        },
        "time": "2018-09-17T03:20:04+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Innoweb\\Sitemap\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Florian Thoma",
                "homepage": "http://www.innoweb.com.au"
            }
        ],
        "description": "Adds a page type that automatically builds a sitemap from the view tree. Works with Multisites module.",
        "keywords": [
            "Sitemap",
            "multisites",
            "silverstripe"
        ]
    },
    {
        "name": "intervention/image",
        "version": "2.4.2",
        "version_normalized": "2.4.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Intervention/image.git",
            "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
            "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
            "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": "2018-05-29T14:19:03+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": "jdorn/sql-formatter",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/jdorn/sql-formatter.git",
            "reference": "7ef9b85961956aa572413693e1194b60f50ab9ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/7ef9b85961956aa572413693e1194b60f50ab9ab",
            "reference": "7ef9b85961956aa572413693e1194b60f50ab9ab",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2.4"
        },
        "require-dev": {
            "phpunit/phpunit": "3.7.*"
        },
        "time": "2015-08-30T16:36:01+00:00",
        "bin": [
            "bin/sql-formatter"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3.x-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "classmap": [
                "lib"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jeremy Dorn",
                "email": "jeremy@jeremydorn.com",
                "homepage": "http://jeremydorn.com/"
            }
        ],
        "description": "a PHP SQL highlighting library",
        "homepage": "https://github.com/jdorn/sql-formatter/",
        "keywords": [
            "highlight",
            "sql"
        ]
    },
    {
        "name": "jonom/silverstripe-betternavigator",
        "version": "4.1.1",
        "version_normalized": "4.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jonom/silverstripe-betternavigator.git",
            "reference": "db3c7d8e39a929137be559766c6f4e71ad7077bc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jonom/silverstripe-betternavigator/zipball/db3c7d8e39a929137be559766c6f4e71ad7077bc",
            "reference": "db3c7d8e39a929137be559766c6f4e71ad7077bc",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0"
        },
        "time": "2018-04-06T22:41:08+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "betternavigator",
            "expose": [
                "css",
                "images",
                "javascript"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "JonoM\\BetterNavigator\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Jonathon Menz",
                "homepage": "http://jonathonmenz.com"
            }
        ],
        "description": "Front-end utility menu for SilverStripe websites featuring administration and development tools",
        "keywords": [
            "BetterNavigator",
            "SilverStripeNavigator",
            "navigator",
            "silverstripe"
        ]
    },
    {
        "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.51",
        "version_normalized": "1.0.51.0",
        "source": {
            "type": "git",
            "url": "https://github.com/thephpleague/flysystem.git",
            "reference": "755ba7bf3fb9031e6581d091db84d78275874396"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/755ba7bf3fb9031e6581d091db84d78275874396",
            "reference": "755ba7bf3fb9031e6581d091db84d78275874396",
            "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.10"
        },
        "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": "2019-03-30T13:22:34+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-debugbar",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/lekoala/silverstripe-debugbar.git",
            "reference": "9437e48fd2bda678e5f1dcf101e41830a869ef5d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/lekoala/silverstripe-debugbar/zipball/9437e48fd2bda678e5f1dcf101e41830a869ef5d",
            "reference": "9437e48fd2bda678e5f1dcf101e41830a869ef5d",
            "shasum": ""
        },
        "require": {
            "jdorn/sql-formatter": "1.3.x-dev",
            "maximebf/debugbar": "^1.13",
            "php": ">=5.6",
            "silverstripe/admin": "^1.0",
            "silverstripe/framework": "^4.0",
            "silverstripe/siteconfig": "^4.0",
            "tractorcow/silverstripe-proxy-db": "^0.1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2019-04-22T08:43:04+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "expose": [
                "assets",
                "javascript"
            ]
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "LeKoala\\DebugBar\\": "code/",
                "LeKoala\\DebugBar\\Test\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "LeKoala",
                "email": "thomas@lekoala.be"
            }
        ],
        "description": "DebugBar for SilverStripe CMS",
        "keywords": [
            "cms",
            "debugbar",
            "module",
            "silverstripe"
        ]
    },
    {
        "name": "m1/env",
        "version": "2.1.2",
        "version_normalized": "2.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/m1/Env.git",
            "reference": "294addeedf15e1149eeb96ec829f2029d2017d39"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/m1/Env/zipball/294addeedf15e1149eeb96ec829f2029d2017d39",
            "reference": "294addeedf15e1149eeb96ec829f2029d2017d39",
            "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": "2018-06-19T18:55:08+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": "maximebf/debugbar",
        "version": "v1.15.0",
        "version_normalized": "1.15.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/maximebf/php-debugbar.git",
            "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
            "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "^1.0",
            "symfony/var-dumper": "^2.6|^3.0|^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0|^5.0"
        },
        "suggest": {
            "kriswallsmith/assetic": "The best way to manage assets",
            "monolog/monolog": "Log using Monolog",
            "predis/predis": "Redis storage"
        },
        "time": "2017-12-15T11:13:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.14-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DebugBar\\": "src/DebugBar/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Maxime Bouroumeau-Fuseau",
                "email": "maxime.bouroumeau@gmail.com",
                "homepage": "http://maximebf.com"
            },
            {
                "name": "Barry vd. Heuvel",
                "email": "barryvdh@gmail.com"
            }
        ],
        "description": "Debug bar in the browser for php application",
        "homepage": "https://github.com/maximebf/php-debugbar",
        "keywords": [
            "debug",
            "debugbar"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.24.0",
        "version_normalized": "1.24.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
            "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
            "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": "2018-11-05T09:00:11+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.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
            "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^4.1"
        },
        "time": "2017-10-19T19:58:43+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": "v3.1.5",
        "version_normalized": "3.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/nikic/PHP-Parser.git",
            "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
            "reference": "bb87e28e7d7b8d9a7fda231d37457c9210faf6ce",
            "shasum": ""
        },
        "require": {
            "ext-tokenizer": "*",
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "~4.0|~5.0"
        },
        "time": "2018-02-28T20:30:58+00:00",
        "bin": [
            "bin/php-parse"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0-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": "phenx/php-font-lib",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-font-lib.git",
            "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
            "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-09-13T16:14:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FontLib\\": "src/FontLib"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "phenx/php-svg-lib",
        "version": "v0.3.2",
        "version_normalized": "0.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-svg-lib.git",
            "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
            "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
            "shasum": ""
        },
        "require": {
            "sabberworm/php-css-parser": "8.1.*"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.0"
        },
        "time": "2018-06-03T10:10:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Svg\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            }
        ],
        "description": "A library to read, parse and export to PDF SVG files.",
        "homepage": "https://github.com/PhenX/php-svg-lib"
    },
    {
        "name": "phpdocumentor/reflection-common",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6"
        },
        "time": "2017-09-11T18:02:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jaap van Otterdijk",
                "email": "opensource@ijaap.nl"
            }
        ],
        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
        "homepage": "http://www.phpdoc.org",
        "keywords": [
            "FQSEN",
            "phpDocumentor",
            "phpdoc",
            "reflection",
            "static analysis"
        ]
    },
    {
        "name": "phpdocumentor/reflection-docblock",
        "version": "4.3.1",
        "version_normalized": "4.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
            "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
            "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "phpdocumentor/reflection-common": "^1.0.0",
            "phpdocumentor/type-resolver": "^0.4.0",
            "webmozart/assert": "^1.0"
        },
        "require-dev": {
            "doctrine/instantiator": "~1.0.5",
            "mockery/mockery": "^1.0",
            "phpunit/phpunit": "^6.4"
        },
        "time": "2019-04-30T17:48:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ],
        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
    },
    {
        "name": "phpdocumentor/type-resolver",
        "version": "0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpDocumentor/TypeResolver.git",
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
            "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
            "shasum": ""
        },
        "require": {
            "php": "^5.5 || ^7.0",
            "phpdocumentor/reflection-common": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.4",
            "phpunit/phpunit": "^5.2||^4.8.24"
        },
        "time": "2017-07-14T14:27:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "phpDocumentor\\Reflection\\": [
                    "src/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mike van Riel",
                "email": "me@mikevanriel.com"
            }
        ]
    },
    {
        "name": "phpspec/prophecy",
        "version": "1.8.0",
        "version_normalized": "1.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpspec/prophecy.git",
            "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
            "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
            "shasum": ""
        },
        "require": {
            "doctrine/instantiator": "^1.0.2",
            "php": "^5.3|^7.0",
            "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
            "sebastian/comparator": "^1.1|^2.0|^3.0",
            "sebastian/recursion-context": "^1.0|^2.0|^3.0"
        },
        "require-dev": {
            "phpspec/phpspec": "^2.5|^3.2",
            "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
        },
        "time": "2018-08-05T17:53:17+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Prophecy\\": "src/"
            }
        },
        "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.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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": "2.0.5",
        "version_normalized": "2.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ralouphie/getallheaders.git",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3"
        },
        "require-dev": {
            "phpunit/phpunit": "~3.7.0",
            "satooshi/php-coveralls": ">=1.0"
        },
        "time": "2016-02-11T07:05:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/getallheaders.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ralph Khattar",
                "email": "ralph.khattar@gmail.com"
            }
        ],
        "description": "A polyfill for getallheaders."
    },
    {
        "name": "sabberworm/php-css-parser",
        "version": "8.1.0",
        "version_normalized": "8.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
            "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
            "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "phpunit/phpunit": "*"
        },
        "time": "2016-07-19T19:14:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sabberworm\\CSS": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raphael Schweikert"
            }
        ],
        "description": "Parser for CSS Files written in PHP",
        "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
        "keywords": [
            "css",
            "parser",
            "stylesheet"
        ]
    },
    {
        "name": "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": "sheadawson/silverstripe-linkable",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sheadawson/silverstripe-linkable.git",
            "reference": "b447a8b8c48db0fc685ce3cc003c91c9e3ae51ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sheadawson/silverstripe-linkable/zipball/b447a8b8c48db0fc685ce3cc003c91c9e3ae51ea",
            "reference": "b447a8b8c48db0fc685ce3cc003c91c9e3ae51ea",
            "shasum": ""
        },
        "require": {
            "embed/embed": "^3.0",
            "silverstripe/framework": "^4.0",
            "silverstripe/vendor-plugin": "^1.0",
            "unclecheese/display-logic": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "suggest": {
            "silverstripe/cms": "To allow for a linking of the SiteTree data object."
        },
        "time": "2018-06-07T07:05:33+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "linkable",
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            },
            "expose": [
                "client"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Sheadawson\\Linkable\\": "src/",
                "Sheadawson\\Linkable\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Marcus Nyeholt",
                "email": "marcus@silverstripe.com.au"
            },
            {
                "name": "Shea Dawson",
                "email": "shea@silverstripe.com.au"
            }
        ],
        "description": "A couple of handy form fields and objects for managing external and internal links on DataObjects",
        "homepage": "http://github.com/sheadawson/silverstripe-linkable",
        "keywords": [
            "cms",
            "link",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/admin",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-admin.git",
            "reference": "1c18d8b7cf5abc110a70d584039d5452dde56cff"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-admin/zipball/1c18d8b7cf5abc110a70d584039d5452dde56cff",
            "reference": "1c18d8b7cf5abc110a70d584039d5452dde56cff",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-02-12T03:09:06+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.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-asset-admin.git",
            "reference": "696e7dfa9d158903185266bb7d51c9611b37d9cf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-asset-admin/zipball/696e7dfa9d158903185266bb7d51c9611b37d9cf",
            "reference": "696e7dfa9d158903185266bb7d51c9611b37d9cf",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1",
            "silverstripe/framework": "^4",
            "silverstripe/graphql": "^2",
            "silverstripe/vendor-plugin": "^1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/campaign-admin": "^1",
            "silverstripe/cms": "^4"
        },
        "time": "2019-02-12T03:09:06+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "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.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-assets.git",
            "reference": "7cee7021b132f32e910217e1f687fefdd235a426"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-assets/zipball/7cee7021b132f32e910217e1f687fefdd235a426",
            "reference": "7cee7021b132f32e910217e1f687fefdd235a426",
            "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"
        },
        "time": "2019-02-01T11:58:03+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "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/blog",
        "version": "3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-blog.git",
            "reference": "3204d25c06e03df8955c5cff3b751eeee18ed85b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-blog/zipball/3204d25c06e03df8955c5cff3b751eeee18ed85b",
            "reference": "3204d25c06e03df8955c5cff3b751eeee18ed85b",
            "shasum": ""
        },
        "require": {
            "silverstripe/asset-admin": "^1.0",
            "silverstripe/assets": "^1.0",
            "silverstripe/cms": "^4.0",
            "silverstripe/lumberjack": "^2.0",
            "silverstripe/tagfield": "^2.0"
        },
        "replace": {
            "micmania1/silverstripe-blog": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "suggest": {
            "silverstripe/comments": "This module adds comments to your blog.",
            "silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module."
        },
        "time": "2019-05-09T03:44:57+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist",
                "client/images"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Blog\\": "src/",
                "SilverStripe\\Blog\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Michael Strong",
                "email": "github@michaelstrong.co.uk"
            }
        ],
        "description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
        "keywords": [
            "blog",
            "news",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/campaign-admin",
        "version": "1.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-campaign-admin.git",
            "reference": "be0b9fd3bba41336469c0724f78808cd9b89827f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-campaign-admin/zipball/be0b9fd3bba41336469c0724f78808cd9b89827f",
            "reference": "be0b9fd3bba41336469c0724f78808cd9b89827f",
            "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": "2018-11-12T12:15:33+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.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-cms.git",
            "reference": "6b588a9bf503b4f853cc256fa2ef383dca2c2ae8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-cms/zipball/6b588a9bf503b4f853cc256fa2ef383dca2c2ae8",
            "reference": "6b588a9bf503b4f853cc256fa2ef383dca2c2ae8",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1.1@dev",
            "silverstripe/campaign-admin": "^1.1@dev",
            "silverstripe/framework": "^4.1@dev",
            "silverstripe/reports": "^4.1@dev",
            "silverstripe/siteconfig": "^4.1@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1.1@dev"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-02-12T03:09:07+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.12",
        "version_normalized": "1.0.12.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.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-errorpage.git",
            "reference": "564ee9a18996f077984d1908b5625d656627270a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-errorpage/zipball/564ee9a18996f077984d1908b5625d656627270a",
            "reference": "564ee9a18996f077984d1908b5625d656627270a",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4@dev",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7"
        },
        "time": "2019-01-17T13:42:25+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/externallinks",
        "version": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-externallinks.git",
            "reference": "e41ee18b7c972d7de2f87ade7d45681346c9e460"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-externallinks/zipball/e41ee18b7c972d7de2f87ade7d45681346c9e460",
            "reference": "e41ee18b7c972d7de2f87ade7d45681346c9e460",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "suggest": {
            "silverstripe/queuedjobs": "Provides a more efficient method of generating/updating the report"
        },
        "time": "2019-03-11T02:39:27+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "css",
                "javascript"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\ExternalLinks\\": "src/",
                "SilverStripe\\ExternalLinks\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Kirk Mayo",
                "email": "kirk@silverstripe.com"
            }
        ],
        "description": "Adds tracking of broken external links to the SilverStripe CMS",
        "keywords": [
            "broken",
            "href",
            "links",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/framework",
        "version": "4.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-framework.git",
            "reference": "306b2a0b828fde62c4fe49a1dfb52770d8ad96ba"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-framework/zipball/306b2a0b828fde62c4fe49a1dfb52770d8ad96ba",
            "reference": "306b2a0b828fde62c4fe49a1dfb52770d8ad96ba",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0",
            "embed/embed": "^3.0",
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-hash": "*",
            "ext-intl": "*",
            "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",
            "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.0",
            "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-02-12T03:46:36+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": "2.0.4",
        "version_normalized": "2.0.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-graphql.git",
            "reference": "c58711cdfa8127d24515b8db72416964533ca406"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-graphql/zipball/c58711cdfa8127d24515b8db72416964533ca406",
            "reference": "c58711cdfa8127d24515b8db72416964533ca406",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.2",
            "silverstripe/vendor-plugin": "^1.0",
            "webonyx/graphql-php": "~0.8.0"
        },
        "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-01-09T09:48:17+00:00",
        "type": "silverstripe-vendormodule",
        "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/lumberjack",
        "version": "2.0.1",
        "version_normalized": "2.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-lumberjack.git",
            "reference": "3a220816e88ca6d9ae072a82f0ae0a786d436925"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-lumberjack/zipball/3a220816e88ca6d9ae072a82f0ae0a786d436925",
            "reference": "3a220816e88ca6d9ae072a82f0ae0a786d436925",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4.0",
            "silverstripe/framework": "^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-06-28T23:04:53+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "css",
                "javascript"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Lumberjack\\": "src/",
                "SilverStripe\\Lumberjack\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "authors": [
            {
                "name": "Michael Strong",
                "email": "mstrong@silverstripe.org"
            }
        ],
        "description": "A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS."
    },
    {
        "name": "silverstripe/recaptcha",
        "version": "3.0.0-alpha1",
        "version_normalized": "3.0.0.0-alpha1",
        "source": {
            "type": "git",
            "url": "https://github.com/chillu/silverstripe-recaptcha.git",
            "reference": "6c839daaec6977cf3eb36c09663a68d88514ea15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/chillu/silverstripe-recaptcha/zipball/6c839daaec6977cf3eb36c09663a68d88514ea15",
            "reference": "6c839daaec6977cf3eb36c09663a68d88514ea15",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0",
            "silverstripe/spamprotection": "~3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2018-01-12T02:33:37+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "3.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverLeague\\Recaptcha\\": "code/",
                "SilverLeague\\Recaptcha\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Ingo Schommer",
                "email": "ingo@silverstripe.com"
            }
        ],
        "description": "Provides a form field which allows form to validate for non-bot submissions by giving them a challenge to decrypt an image.",
        "keywords": [
            "silverstripe",
            "spamprotection"
        ]
    },
    {
        "name": "silverstripe/recipe-cms",
        "version": "4.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/recipe-cms.git",
            "reference": "9dd2d951b28695be4800977fc6b16c2f8a616cea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/recipe-cms/zipball/9dd2d951b28695be4800977fc6b16c2f8a616cea",
            "reference": "9dd2d951b28695be4800977fc6b16c2f8a616cea",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "1.2.4@stable",
            "silverstripe/asset-admin": "1.2.4@stable",
            "silverstripe/campaign-admin": "1.2.4@stable",
            "silverstripe/cms": "4.2.4@stable",
            "silverstripe/errorpage": "1.2.4@stable",
            "silverstripe/graphql": "2.0.4@stable",
            "silverstripe/recipe-core": "4.2.4@stable",
            "silverstripe/recipe-plugin": "^1.2",
            "silverstripe/reports": "4.2.4@stable",
            "silverstripe/siteconfig": "4.2.4@stable",
            "silverstripe/versioned": "1.2.4@stable"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-02-12T03:59:14+00:00",
        "type": "silverstripe-recipe",
        "extra": {
            "project-files": [
                "app/src/*"
            ]
        },
        "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.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/recipe-core.git",
            "reference": "db930df272eabe7abe3da60d425cdaf0bc92856d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/recipe-core/zipball/db930df272eabe7abe3da60d425cdaf0bc92856d",
            "reference": "db930df272eabe7abe3da60d425cdaf0bc92856d",
            "shasum": ""
        },
        "require": {
            "silverstripe/assets": "1.2.4@stable",
            "silverstripe/config": "1.0.12@stable",
            "silverstripe/framework": "4.2.4@stable",
            "silverstripe/recipe-plugin": "^1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-02-18T21:49:51+00:00",
        "type": "silverstripe-recipe",
        "extra": {
            "project-files": [
                "app/*"
            ],
            "public-files": [
                ".htaccess",
                "web.config",
                "index.php",
                "install.php",
                "install-frameworkmissing.html"
            ]
        },
        "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/redirectedurls",
        "version": "2.0.0",
        "version_normalized": "2.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-redirectedurls.git",
            "reference": "042ece48aaa9f5d72b7e56280d8c6ac8190937e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-redirectedurls/zipball/042ece48aaa9f5d72b7e56280d8c6ac8190937e6",
            "reference": "042ece48aaa9f5d72b7e56280d8c6ac8190937e6",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4",
            "silverstripe/framework": "^4"
        },
        "require-dev": {
            "phpunit/phpunit": "^5",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2018-04-17T21:04:02+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "images"
            ],
            "branch-alias": {
                "dev-master": "2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\RedirectedURLs\\": "src/",
                "SilverStripe\\RedirectedURLs\\Test\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Sam Minnee",
                "email": "sam@silverstripe.com"
            }
        ],
        "description": "Provides a system for users to configure arbitrary redirections in the CMS",
        "keywords": [
            "redirect",
            "redirectedurls",
            "silverstripe",
            "urls"
        ]
    },
    {
        "name": "silverstripe/reports",
        "version": "4.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-reports.git",
            "reference": "423cc180cd97cb0704a8b05c68d23102f4782b0c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-reports/zipball/423cc180cd97cb0704a8b05c68d23102f4782b0c",
            "reference": "423cc180cd97cb0704a8b05c68d23102f4782b0c",
            "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": "2018-12-10T23:05:18+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/segment-field",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-segment-field.git",
            "reference": "17734b05c18244db039c1a8d3555761249247415"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-segment-field/zipball/17734b05c18244db039c1a8d3555761249247415",
            "reference": "17734b05c18244db039c1a8d3555761249247415",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/reports": "^4.0",
            "silverstripe/siteconfig": "^4.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-09-03T11:17:10+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\Forms\\": "code/",
                "SilverStripe\\Forms\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Christopher Pitt",
                "email": "cgpitt@gmail.com"
            }
        ],
        "description": "A reusable approach to segment-generating fields",
        "keywords": [
            "segment",
            "silverstripe"
        ]
    },
    {
        "name": "silverstripe/siteconfig",
        "version": "4.2.4",
        "version_normalized": "4.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-siteconfig.git",
            "reference": "00c32d315679c0e4063331773cd5ccc0c9bd3c0d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-siteconfig/zipball/00c32d315679c0e4063331773cd5ccc0c9bd3c0d",
            "reference": "00c32d315679c0e4063331773cd5ccc0c9bd3c0d",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1",
            "silverstripe/framework": "^4",
            "silverstripe/vendor-plugin": "^1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2019-02-12T03:09:07+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/spamprotection",
        "version": "3.0.1",
        "version_normalized": "3.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-spamprotection.git",
            "reference": "0c445a1dbfbaac6e7b9d0663c68812de77221e54"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-spamprotection/zipball/0c445a1dbfbaac6e7b9d0663c68812de77221e54",
            "reference": "0c445a1dbfbaac6e7b9d0663c68812de77221e54",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/versioned": "^1.0",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-11-07T14:35:45+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "images"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\SpamProtection\\": "code/",
                "SilverStripe\\SpamProtection\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Saophalkun Ponlu",
                "email": "phalkunz@silverstripe.com"
            },
            {
                "name": "Will Rossiter",
                "email": "will@fullscreen.io"
            }
        ],
        "description": "Spam protection module for SilverStripe.",
        "keywords": [
            "silverstripe",
            "spamprotection"
        ]
    },
    {
        "name": "silverstripe/tagfield",
        "version": "2.1.1",
        "version_normalized": "2.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-tagfield.git",
            "reference": "968a4f585eed3253af18db483efeefe8c019a3c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-tagfield/zipball/968a4f585eed3253af18db483efeefe8c019a3c3",
            "reference": "968a4f585eed3253af18db483efeefe8c019a3c3",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4.0",
            "silverstripe/versioned": "^1.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2019-02-19T04:15:39+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "css",
                "js"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\TagField\\": "src/",
                "SilverStripe\\TagField\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Christopher Pitt",
                "email": "chris@silverstripe.com",
                "homepage": "http://github.com/assertchris"
            }
        ],
        "description": "Tag field for Silverstripe",
        "keywords": [
            "field",
            "silverstripe",
            "tag"
        ]
    },
    {
        "name": "silverstripe/userforms",
        "version": "5.2.2",
        "version_normalized": "5.2.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-userforms.git",
            "reference": "3c8e403ac26c251bba1637f0a27dee9f5e4d359c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-userforms/zipball/3c8e403ac26c251bba1637f0a27dee9f5e4d359c",
            "reference": "3c8e403ac26c251bba1637f0a27dee9f5e4d359c",
            "shasum": ""
        },
        "require": {
            "silverstripe/cms": "^4.0",
            "silverstripe/segment-field": "^2.0",
            "silverstripe/versioned": "^1.0",
            "symbiote/silverstripe-gridfieldextensions": "^3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "suggest": {
            "colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions",
            "silverstripe/gridfieldqueuedexport": "Export large submission as CSV through queued jobs in the background"
        },
        "time": "2018-09-22T11:54:13+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist",
                "client/lang",
                "client/thirdparty",
                "images"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "SilverStripe\\UserForms\\": "code/",
                "SilverStripe\\UserForms\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "David Craig",
                "email": "david@silverstripe.com"
            },
            {
                "name": "Damian Mooyman",
                "email": "damian@silverstripe.com"
            },
            {
                "name": "Will Rossiter",
                "email": "will@fullscreen.io"
            },
            {
                "name": "Christopher Pitt",
                "email": "chris@silverstripe.com"
            },
            {
                "name": "Scott Hutchinson",
                "email": "scott@silverstripe.com"
            }
        ],
        "description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
        "keywords": [
            "silverstripe",
            "userforms"
        ]
    },
    {
        "name": "silverstripe/vendor-plugin",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/vendor-plugin.git",
            "reference": "61841bf7d9cd64ab419c6ff0a6a444e00bc6387c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/vendor-plugin/zipball/61841bf7d9cd64ab419c6ff0a6a444e00bc6387c",
            "reference": "61841bf7d9cd64ab419c6ff0a6a444e00bc6387c",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.1",
            "composer/installers": "^1.4"
        },
        "require-dev": {
            "composer/composer": "^1.5",
            "phpunit/phpunit": "^5.7"
        },
        "time": "2018-12-03T20:17:40+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.2.4",
        "version_normalized": "1.2.4.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-versioned.git",
            "reference": "1d3f754cc3b9853c114fbbb65fe823962da24079"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-versioned/zipball/1d3f754cc3b9853c114fbbb65fe823962da24079",
            "reference": "1d3f754cc3b9853c114fbbb65fe823962da24079",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4",
            "silverstripe/vendor-plugin": "^1"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/admin": "^1",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2019-02-12T03:09:07+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.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/silverstripe/silverstripe-versioned-admin.git",
            "reference": "5e8bf7b96b53b3db611c442686399f9c248196c6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/silverstripe/silverstripe-versioned-admin/zipball/5e8bf7b96b53b3db611c442686399f9c248196c6",
            "reference": "5e8bf7b96b53b3db611c442686399f9c248196c6",
            "shasum": ""
        },
        "require": {
            "silverstripe/admin": "^1.2",
            "silverstripe/framework": "^4.2",
            "silverstripe/vendor-plugin": "^1",
            "silverstripe/versioned": "^1.2"
        },
        "require-dev": {
            "phpunit/phpunit": "^5",
            "silverstripe/cms": "^4.2",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2018-07-03T05:17:12+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": "silverstripers/seo",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/SilverStripers/seo.git",
            "reference": "a201f0feb900ebf553a4dddc623db17c9bf836c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/SilverStripers/seo/zipball/a201f0feb900ebf553a4dddc623db17c9bf836c9",
            "reference": "a201f0feb900ebf553a4dddc623db17c9bf836c9",
            "shasum": ""
        },
        "require": {
            "silverstripe/recipe-cms": "^4.2.0"
        },
        "time": "2019-05-15T02:44:05+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "client/dist",
                "client/lang"
            ],
            "installer-name": "seo"
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "SilverStripers\\seo\\Extensions\\": "src/Extensions",
                "SilverStripers\\seo\\Fields\\": "src/Fields"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Nivanka Fonseka",
                "email": "nivanka@silverstripers.com"
            }
        ],
        "description": "SEO for SilverStripe websites",
        "keywords": [
            "module",
            "seo",
            "silverstripe"
        ]
    },
    {
        "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": "symbiote/silverstripe-gridfieldextensions",
        "version": "3.2.1",
        "version_normalized": "3.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symbiote/silverstripe-gridfieldextensions.git",
            "reference": "56d1adf64ab790d08195cbeb23e71c37092a51da"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symbiote/silverstripe-gridfieldextensions/zipball/56d1adf64ab790d08195cbeb23e71c37092a51da",
            "reference": "56d1adf64ab790d08195cbeb23e71c37092a51da",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "~4.0",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "replace": {
            "ajshort/silverstripe-gridfieldextensions": "self.version",
            "silverstripe-australia/gridfieldextensions": "self.version"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "silverstripe/versioned": "^1",
            "squizlabs/php_codesniffer": "^3.0"
        },
        "time": "2018-10-19T21:52:48+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "screenshots": [
                "docs/en/_images/editable-rows.png",
                "docs/en/_images/add-existing-search.png"
            ],
            "expose": [
                "css",
                "javascript"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symbiote\\GridFieldExtensions\\": "src/",
                "Symbiote\\GridFieldExtensions\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Andrew Short",
                "email": "andrewjshort@gmail.com"
            },
            {
                "name": "Marcus Nyeholt",
                "email": "marcus@symbiote.com.au"
            }
        ],
        "description": "A collection of useful grid field components",
        "homepage": "http://github.com/symbiote/silverstripe-gridfieldextensions",
        "keywords": [
            "gridfield",
            "silverstripe"
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v3.4.27",
        "version_normalized": "3.4.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "380b8395b43f60e7d26a32f84f80c0a7ba93e7c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/380b8395b43f60e7d26a32f84f80c0a7ba93e7c5",
            "reference": "380b8395b43f60e7d26a32f84f80c0a7ba93e7c5",
            "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": "2019-04-16T09:03:16+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.27",
        "version_normalized": "3.4.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/config.git",
            "reference": "177a276c01575253c95cefe0866e3d1b57637fe0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0",
            "reference": "177a276c01575253c95cefe0866e3d1b57637fe0",
            "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": "2019-02-23T15:06:07+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": "v3.4.27",
        "version_normalized": "3.4.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
            "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/acf99758b1df8e9295e6b85aa69f294565c9fedb",
            "reference": "acf99758b1df8e9295e6b85aa69f294565c9fedb",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-ctype": "~1.8"
        },
        "time": "2019-02-04T21:34:32+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.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.27",
        "version_normalized": "3.4.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/finder.git",
            "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
            "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8"
        },
        "time": "2019-04-02T19:54:57+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.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-apcu.git",
            "reference": "a502face1da6a53289480166f24de2c3c68e5c3c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/a502face1da6a53289480166f24de2c3c68e5c3c",
            "reference": "a502face1da6a53289480166f24de2c3c68e5c3c",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-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.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "82ebae02209c21113908c229e9883c419720738a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
            "reference": "82ebae02209c21113908c229e9883c419720738a",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            },
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
            "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-02-06T07:57:58+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.11-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.50",
        "version_normalized": "2.8.50.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/var-dumper",
        "version": "v3.4.27",
        "version_normalized": "3.4.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-dumper.git",
            "reference": "ca5fef348a0440411bbca0f9ec14e9a11625bd6a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ca5fef348a0440411bbca0f9ec14e9a11625bd6a",
            "reference": "ca5fef348a0440411bbca0f9ec14e9a11625bd6a",
            "shasum": ""
        },
        "require": {
            "php": "^5.5.9|>=7.0.8",
            "symfony/polyfill-mbstring": "~1.0"
        },
        "conflict": {
            "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
        },
        "require-dev": {
            "ext-iconv": "*",
            "twig/twig": "~1.34|~2.4"
        },
        "suggest": {
            "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
            "ext-intl": "To show region name in time zone dump",
            "ext-symfony_debug": ""
        },
        "time": "2019-05-01T09:52:10+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Resources/functions/dump.php"
            ],
            "psr-4": {
                "Symfony\\Component\\VarDumper\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony mechanism for exploring and dumping PHP variables",
        "homepage": "https://symfony.com",
        "keywords": [
            "debug",
            "dump"
        ]
    },
    {
        "name": "symfony/yaml",
        "version": "v3.4.27",
        "version_normalized": "3.4.27.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/yaml.git",
            "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/yaml/zipball/212a27b731e5bfb735679d1ffaac82bd6a1dc996",
            "reference": "212a27b731e5bfb735679d1ffaac82bd6a1dc996",
            "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": "2019-03-25T07:48:46+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": "tractorcow/classproxy",
        "version": "0.1.2",
        "version_normalized": "0.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tractorcow/classproxy.git",
            "reference": "95e988a37917a3d44805ab907f79778f24e6bf8e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tractorcow/classproxy/zipball/95e988a37917a3d44805ab907f79778f24e6bf8e",
            "reference": "95e988a37917a3d44805ab907f79778f24e6bf8e",
            "shasum": ""
        },
        "require": {
            "phpspec/prophecy": "^1.7"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7"
        },
        "time": "2018-03-20T01:57:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TractorCow\\ClassProxy\\": "src/",
                "TractorCow\\ClassProxy\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Damian Mooyman",
                "email": "damian@silverstripe.com"
            }
        ]
    },
    {
        "name": "tractorcow/silverstripe-autocomplete",
        "version": "4.0.0-beta1",
        "version_normalized": "4.0.0.0-beta1",
        "source": {
            "type": "git",
            "url": "https://github.com/tractorcow/silverstripe-autocomplete.git",
            "reference": "ed3ff17ef6b5cf21fba95840173cbe9943297a79"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tractorcow/silverstripe-autocomplete/zipball/ed3ff17ef6b5cf21fba95840173cbe9943297a79",
            "reference": "ed3ff17ef6b5cf21fba95840173cbe9943297a79",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4@dev"
        },
        "time": "2018-02-13T02:11:34+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "4.x-dev"
            },
            "expose": [
                "css",
                "javascript"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TractorCow\\AutoComplete\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "authors": [
            {
                "name": "Damian Mooyman",
                "email": "damian.mooyman@gmail.com",
                "homepage": "http://github.com/tractorcow",
                "role": "Developer"
            }
        ],
        "description": "Autocomplete text field for Silverstripe",
        "keywords": [
            "autocomplete",
            "silverstripe"
        ]
    },
    {
        "name": "tractorcow/silverstripe-proxy-db",
        "version": "0.1.0",
        "version_normalized": "0.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tractorcow/silverstripe-proxy-db.git",
            "reference": "9850a12fbf229c7ee576064be89b875aa65bdcbc"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tractorcow/silverstripe-proxy-db/zipball/9850a12fbf229c7ee576064be89b875aa65bdcbc",
            "reference": "9850a12fbf229c7ee576064be89b875aa65bdcbc",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4@dev",
            "silverstripe/vendor-plugin": "^1.0",
            "tractorcow/classproxy": "^0.1.1"
        },
        "time": "2018-02-16T01:16:44+00:00",
        "type": "silverstripe-vendormodule",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "TractorCow\\SilverStripeProxyDB\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Damian Mooyman",
                "email": "damian@silverstripe.com"
            }
        ],
        "keywords": [
            "db",
            "proxy",
            "silverstripe"
        ]
    },
    {
        "name": "unclecheese/display-logic",
        "version": "2.0.2",
        "version_normalized": "2.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/unclecheese/silverstripe-display-logic.git",
            "reference": "845ab12189439422b6dcd1becd20c9d5a94eb558"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/unclecheese/silverstripe-display-logic/zipball/845ab12189439422b6dcd1becd20c9d5a94eb558",
            "reference": "845ab12189439422b6dcd1becd20c9d5a94eb558",
            "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": "2018-11-14T23:16:44+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": "undefinedoffset/silverstripe-nocaptcha",
        "version": "2.0.3",
        "version_normalized": "2.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/UndefinedOffset/silverstripe-nocaptcha.git",
            "reference": "b9fe21d0b08d18a91ac4fde87f6fe2ab8bb69ac5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/UndefinedOffset/silverstripe-nocaptcha/zipball/b9fe21d0b08d18a91ac4fde87f6fe2ab8bb69ac5",
            "reference": "b9fe21d0b08d18a91ac4fde87f6fe2ab8bb69ac5",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "~4.0",
            "silverstripe/spamprotection": "~3.0",
            "silverstripe/vendor-plugin": "^1.0"
        },
        "time": "2019-05-13T15:42:07+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "expose": [
                "javascript"
            ],
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "UndefinedOffset\\NoCaptcha\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ed Chipman",
                "homepage": "http://www.edchipman.ca",
                "role": "Developer"
            }
        ],
        "description": "A spam protector and form field using the new Google's reCAPTCHA 2 aka No Captcha",
        "keywords": [
            "nocaptcha",
            "recaptcha",
            "recaptcha2",
            "silverstripe",
            "spamprotection"
        ]
    },
    {
        "name": "undefinedoffset/sortablegridfield",
        "version": "2.0.8",
        "version_normalized": "2.0.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/UndefinedOffset/SortableGridField.git",
            "reference": "af492d02675f1222197f6d1dd1d32122fb4cc1cb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/UndefinedOffset/SortableGridField/zipball/af492d02675f1222197f6d1dd1d32122fb4cc1cb",
            "reference": "af492d02675f1222197f6d1dd1d32122fb4cc1cb",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "~4.0",
            "silverstripe/vendor-plugin": "^1.0",
            "silverstripe/versioned": "^1.0"
        },
        "time": "2019-01-08T16:23:14+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "installer-name": "sortablegridfield",
            "expose": [
                "css",
                "javascript"
            ],
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "UndefinedOffset\\SortableGridField\\": "src/",
                "UndefinedOffset\\SortableGridField\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ed Chipman",
                "homepage": "http://www.edchipman.ca",
                "role": "Developer"
            }
        ],
        "description": "Adds drag and drop functionality to SilverStripe 4.x's GridField",
        "keywords": [
            "gridfield",
            "silverstripe"
        ]
    },
    {
        "name": "webmozart/assert",
        "version": "1.4.0",
        "version_normalized": "1.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webmozart/assert.git",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
            "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
            "shasum": ""
        },
        "require": {
            "php": "^5.3.3 || ^7.0",
            "symfony/polyfill-ctype": "^1.8"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.6",
            "sebastian/version": "^1.0.1"
        },
        "time": "2018-12-25T11:19:39+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.3-dev"
            }
        },
        "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.8.0",
        "version_normalized": "0.8.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/webonyx/graphql-php.git",
            "reference": "49453174061bbbe61a8189f87bad0b708495ff9c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/49453174061bbbe61a8189f87bad0b708495ff9c",
            "reference": "49453174061bbbe61a8189f87bad0b708495ff9c",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "php": ">=5.4,<8.0-DEV"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2016-11-25T11:45:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/deprecated.php"
            ],
            "psr-4": {
                "GraphQL\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD"
        ],
        "description": "A PHP port of GraphQL reference implementation",
        "homepage": "https://github.com/webonyx/graphql-php",
        "keywords": [
            "api",
            "graphql"
        ]
    },
    {
        "name": "willdurand/geocoder",
        "version": "v3.3.0",
        "version_normalized": "3.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/geocoder-php/php-common.git",
            "reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/geocoder-php/php-common/zipball/ccc178e2984c0af24881faa0ffe515f20e5e8c23",
            "reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23",
            "shasum": ""
        },
        "require": {
            "egeloen/http-adapter": "~0.8",
            "igorw/get-in": "~1.0",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "geoip2/geoip2": "~2.0",
            "symfony/stopwatch": "~2.5"
        },
        "suggest": {
            "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
            "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
            "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
            "symfony/stopwatch": "If you want to use the TimedGeocoder"
        },
        "time": "2015-12-06T20:17:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Geocoder": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "William DURAND",
                "email": "william.durand1@gmail.com"
            }
        ],
        "description": "The almost missing Geocoder PHP 5.4 library.",
        "homepage": "http://geocoder-php.org",
        "keywords": [
            "abstraction",
            "geocoder",
            "geocoding",
            "geoip"
        ]
    },
    {
        "name": "wilr/silverstripe-googlesitemaps",
        "version": "2.1.5",
        "version_normalized": "2.1.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/wilr/silverstripe-googlesitemaps.git",
            "reference": "473b88ee056288b4cd21f39991687c2ddf1e7210"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/wilr/silverstripe-googlesitemaps/zipball/473b88ee056288b4cd21f39991687c2ddf1e7210",
            "reference": "473b88ee056288b4cd21f39991687c2ddf1e7210",
            "shasum": ""
        },
        "require": {
            "silverstripe/framework": "^4"
        },
        "replace": {
            "silverstripe/googlesitemaps": "*"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7",
            "squizlabs/php_codesniffer": "^3"
        },
        "time": "2019-05-13T00:09:59+00:00",
        "type": "silverstripe-vendormodule",
        "extra": {
            "branch-alias": {
                "dev-master": "2.x-dev"
            },
            "expose": [
                "images",
                "css"
            ]
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Wilr\\GoogleSitemaps\\": "src/",
                "Wilr\\GoogleSitemaps\\Tests\\": "tests/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Will Rossiter",
                "email": "will@fullscreen.io"
            }
        ],
        "description": "SilverStripe support for the Google Sitemaps XML, enabling Google and other search engines to see all urls on your site. This helps your SilverStripe website rank well in search engines, and to encourage the information on your site to be discovered quickly.",
        "homepage": "https://github.com/wilr/silverstripe-googlesitemaps",
        "keywords": [
            "googlesitemaps",
            "seo",
            "silverstripe"
        ]
    },
    {
        "name": "zendframework/zend-diactoros",
        "version": "1.8.6",
        "version_normalized": "1.8.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-diactoros.git",
            "reference": "20da13beba0dde8fb648be3cc19765732790f46e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
            "reference": "20da13beba0dde8fb648be3cc19765732790f46e",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0",
            "psr/http-message": "^1.0"
        },
        "provide": {
            "psr/http-message-implementation": "1.0"
        },
        "require-dev": {
            "ext-dom": "*",
            "ext-libxml": "*",
            "php-http/psr7-integration-tests": "dev-master",
            "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
            "zendframework/zend-coding-standard": "~1.0"
        },
        "time": "2018-09-05T19:29:37+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.8.x-dev",
                "dev-develop": "1.9.x-dev",
                "dev-release-2.0": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/functions/create_uploaded_file.php",
                "src/functions/marshal_headers_from_sapi.php",
                "src/functions/marshal_method_from_sapi.php",
                "src/functions/marshal_protocol_version_from_sapi.php",
                "src/functions/marshal_uri_from_sapi.php",
                "src/functions/normalize_server.php",
                "src/functions/normalize_uploaded_files.php",
                "src/functions/parse_cookie_header.php"
            ],
            "psr-4": {
                "Zend\\Diactoros\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-2-Clause"
        ],
        "description": "PSR HTTP Message implementations",
        "homepage": "https://github.com/zendframework/zend-diactoros",
        "keywords": [
            "http",
            "psr",
            "psr-7"
        ]
    }
]
