[
    {
        "name": "components/jquery",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/components/jquery.git",
            "reference": "901828b7968b18319e377dc23d466f28426ee083"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/components/jquery/zipball/901828b7968b18319e377dc23d466f28426ee083",
            "reference": "901828b7968b18319e377dc23d466f28426ee083",
            "shasum": ""
        },
        "time": "2019-10-23T05:15:13+00:00",
        "type": "component",
        "extra": {
            "component": {
                "scripts": [
                    "jquery.js"
                ],
                "files": [
                    "jquery.min.js",
                    "jquery.min.map",
                    "jquery.slim.js",
                    "jquery.slim.min.js",
                    "jquery.slim.min.map"
                ]
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "JS Foundation and other contributors"
            }
        ],
        "description": "jQuery JavaScript Library",
        "homepage": "http://jquery.com"
    },
    {
        "name": "composer/installers",
        "version": "v1.7.0",
        "version_normalized": "1.7.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/composer/installers.git",
            "reference": "141b272484481432cda342727a427dc1e206bfa0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/composer/installers/zipball/141b272484481432cda342727a427dc1e206bfa0",
            "reference": "141b272484481432cda342727a427dc1e206bfa0",
            "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": "2019-08-12T15:00:31+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",
            "Whmcs",
            "WolfCMS",
            "agl",
            "aimeos",
            "annotatecms",
            "attogram",
            "bitrix",
            "cakephp",
            "chef",
            "cockpit",
            "codeigniter",
            "concrete5",
            "croogo",
            "dokuwiki",
            "drupal",
            "eZ Platform",
            "elgg",
            "expressionengine",
            "fuelphp",
            "grav",
            "installer",
            "itop",
            "joomla",
            "known",
            "kohana",
            "laravel",
            "lavalite",
            "lithium",
            "magento",
            "majima",
            "mako",
            "mediawiki",
            "modulework",
            "modx",
            "moodle",
            "osclass",
            "phpbb",
            "piwik",
            "ppi",
            "puppet",
            "pxcms",
            "reindex",
            "roundcube",
            "shopware",
            "silverstripe",
            "sydes",
            "symfony",
            "typo3",
            "wordpress",
            "yawik",
            "zend",
            "zikula"
        ]
    },
    {
        "name": "doctrine/lexer",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/doctrine/lexer.git",
            "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
            "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
            "shasum": ""
        },
        "require": {
            "php": "^7.2"
        },
        "require-dev": {
            "doctrine/coding-standard": "^6.0",
            "phpstan/phpstan": "^0.11.8",
            "phpunit/phpunit": "^8.2"
        },
        "time": "2019-10-30T14:39:59+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.2.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Guilherme Blanco",
                "email": "guilhermeblanco@gmail.com"
            },
            {
                "name": "Roman Borschel",
                "email": "roman@code-factory.org"
            },
            {
                "name": "Johannes Schmitt",
                "email": "schmittjoh@gmail.com"
            }
        ],
        "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
        "homepage": "https://www.doctrine-project.org/projects/lexer.html",
        "keywords": [
            "annotations",
            "docblock",
            "lexer",
            "parser",
            "php"
        ]
    },
    {
        "name": "egulias/email-validator",
        "version": "2.1.11",
        "version_normalized": "2.1.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/egulias/EmailValidator.git",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "reference": "92dd169c32f6f55ba570c309d83f5209cefb5e23",
            "shasum": ""
        },
        "require": {
            "doctrine/lexer": "^1.0.1",
            "php": ">= 5.5"
        },
        "require-dev": {
            "dominicsayers/isemail": "dev-master",
            "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
            "satooshi/php-coveralls": "^1.0.1",
            "symfony/phpunit-bridge": "^4.4@dev"
        },
        "suggest": {
            "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
        },
        "time": "2019-08-13T17:33:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Egulias\\EmailValidator\\": "EmailValidator"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eduardo Gulias Davis"
            }
        ],
        "description": "A library for validating emails against several RFCs",
        "homepage": "https://github.com/egulias/EmailValidator",
        "keywords": [
            "email",
            "emailvalidation",
            "emailvalidator",
            "validation",
            "validator"
        ]
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.12.0",
        "version_normalized": "4.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
            "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
        },
        "time": "2019-10-28T03:44:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "forkawesome/fork-awesome",
        "version": "1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ForkAwesome/Fork-Awesome.git",
            "reference": "326af9c8bee0c80ff4c00cb2fadd4f1edd2a08c3"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ForkAwesome/Fork-Awesome/zipball/326af9c8bee0c80ff4c00cb2fadd4f1edd2a08c3",
            "reference": "326af9c8bee0c80ff4c00cb2fadd4f1edd2a08c3",
            "shasum": ""
        },
        "require-dev": {
            "jekyll": "1.0.2",
            "lessc": "1.4.2"
        },
        "time": "2019-02-28T15:21:34+00:00",
        "type": "component",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "OFL-1.1",
            "MIT"
        ],
        "authors": [
            {
                "name": "Fork Awesome Community",
                "homepage": "https://forkawesome.github.io"
            }
        ],
        "description": "A fork of the iconic font and CSS framework",
        "homepage": "http://forkawesome.github.io/Fork-Awesome/",
        "keywords": [
            "FontAwesome",
            "awesome",
            "bootstrap",
            "font",
            "forkawesome",
            "icon"
        ]
    },
    {
        "name": "idno/apitester",
        "version": "0.9.10",
        "version_normalized": "0.9.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/apitester.git",
            "reference": "8711ce38ae4dd88f0d7ba6bb05850ac88c44526f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/apitester/zipball/8711ce38ae4dd88f0d7ba6bb05850ac88c44526f",
            "reference": "8711ce38ae4dd88f0d7ba6bb05850ac88c44526f",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T15:03:21+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "APITester"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A simple tool for site administrators to test Known's API."
    },
    {
        "name": "idno/bridgy",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/bridgy.git",
            "reference": "d1c37231a7eff0969a1a7adc1480fcd8cb1cc3c5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/bridgy/zipball/d1c37231a7eff0969a1a7adc1480fcd8cb1cc3c5",
            "reference": "d1c37231a7eff0969a1a7adc1480fcd8cb1cc3c5",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-10-05T09:40:17+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Bridgy"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Receive comments from external services on your Known site."
    },
    {
        "name": "idno/checkin",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/checkin.git",
            "reference": "84bed39c8efaae4851f3756218b80291de51b101"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/checkin/zipball/84bed39c8efaae4851f3756218b80291de51b101",
            "reference": "84bed39c8efaae4851f3756218b80291de51b101",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-09-28T18:59:37+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Checkin"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "An easy way to check into a geographic location."
    },
    {
        "name": "idno/console-eventqueueservice",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/console-eventqueueservice.git",
            "reference": "b9c16bf3b023c5dcd3736ae1e1293bbc5b01d307"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/console-eventqueueservice/zipball/b9c16bf3b023c5dcd3736ae1e1293bbc5b01d307",
            "reference": "b9c16bf3b023c5dcd3736ae1e1293bbc5b01d307",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0",
            "idno/console-queuemanagement": "^1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.3",
            "mapkyca/known-language-tools": "^1.0"
        },
        "time": "2019-08-16T15:11:45+00:00",
        "type": "known-console",
        "extra": {
            "installer-name": "EventQueueService"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Known console event queue processing service"
    },
    {
        "name": "idno/console-export",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/console-export.git",
            "reference": "500b509aecf9cf2b4ae3ec981db5c4409354e6a5"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/console-export/zipball/500b509aecf9cf2b4ae3ec981db5c4409354e6a5",
            "reference": "500b509aecf9cf2b4ae3ec981db5c4409354e6a5",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.3",
            "mapkyca/known-language-tools": "^1.0"
        },
        "time": "2019-08-16T15:59:24+00:00",
        "type": "known-console",
        "extra": {
            "installer-name": "Export"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Export your Known site from the command line"
    },
    {
        "name": "idno/console-import",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/console-import.git",
            "reference": "ac2a1e056b6353028025e72da299b5020b0af05c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/console-import/zipball/ac2a1e056b6353028025e72da299b5020b0af05c",
            "reference": "ac2a1e056b6353028025e72da299b5020b0af05c",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.3",
            "mapkyca/known-language-tools": "^1.0"
        },
        "time": "2019-08-16T15:49:58+00:00",
        "type": "known-console",
        "extra": {
            "installer-name": "Import"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Import data into your Known install from the command line"
    },
    {
        "name": "idno/console-periodicexecutionservice",
        "version": "0.9.10",
        "version_normalized": "0.9.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/console-periodicexecutionservice.git",
            "reference": "ca93e19149967b810acf0306e2b9abfb34b042ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/console-periodicexecutionservice/zipball/ca93e19149967b810acf0306e2b9abfb34b042ed",
            "reference": "ca93e19149967b810acf0306e2b9abfb34b042ed",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.3",
            "mapkyca/known-language-tools": "^1.0"
        },
        "time": "2019-08-16T15:26:49+00:00",
        "type": "known-console",
        "extra": {
            "installer-name": "PeriodicExecutionService"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Known console CRON service"
    },
    {
        "name": "idno/console-queuemanagement",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/console-queuemanagement.git",
            "reference": "2783d35d99d56ef631029410aa4a19dde3aa305a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/console-queuemanagement/zipball/2783d35d99d56ef631029410aa4a19dde3aa305a",
            "reference": "2783d35d99d56ef631029410aa4a19dde3aa305a",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.3",
            "mapkyca/known-language-tools": "^1.0"
        },
        "time": "2019-08-16T14:54:50+00:00",
        "type": "known-console",
        "extra": {
            "installer-name": "QueueManagement"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Known console event queue management"
    },
    {
        "name": "idno/console-statistics",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/console-statistics.git",
            "reference": "ae22496216e80d2efde9a2ff6db5c2e5238cc1ab"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/console-statistics/zipball/ae22496216e80d2efde9a2ff6db5c2e5238cc1ab",
            "reference": "ae22496216e80d2efde9a2ff6db5c2e5238cc1ab",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.3",
            "mapkyca/known-language-tools": "^1.0"
        },
        "time": "2019-08-16T15:42:15+00:00",
        "type": "known-console",
        "extra": {
            "installer-name": "Statistics"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Obtain statistics about your Known site from the console"
    },
    {
        "name": "idno/events",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/events.git",
            "reference": "4b9df1c7719b60920cce287e6253965da513899a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/events/zipball/4b9df1c7719b60920cce287e6253965da513899a",
            "reference": "4b9df1c7719b60920cce287e6253965da513899a",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:43:45+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Event"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A lightweight way to post or reply to events."
    },
    {
        "name": "idno/indiepub",
        "version": "0.9.10",
        "version_normalized": "0.9.10.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/indiepub.git",
            "reference": "ed247119548b9fe9311731a1b97fb1436aa5ae5c"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/indiepub/zipball/ed247119548b9fe9311731a1b97fb1436aa5ae5c",
            "reference": "ed247119548b9fe9311731a1b97fb1436aa5ae5c",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T15:35:36+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "IndiePub"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Support IndieAuth and Micropub for single-user Known sites. Must be used with a single-user theme."
    },
    {
        "name": "idno/like",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/like.git",
            "reference": "abdabecad7bc5cad76f8650114eeb26e34a88576"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/like/zipball/abdabecad7bc5cad76f8650114eeb26e34a88576",
            "reference": "abdabecad7bc5cad76f8650114eeb26e34a88576",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:41:01+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Like"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Bookmark a page in Known."
    },
    {
        "name": "idno/media",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/media.git",
            "reference": "af10e5d0b57380faf16afe407ccdb355ef3c21c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/media/zipball/af10e5d0b57380faf16afe407ccdb355ef3c21c9",
            "reference": "af10e5d0b57380faf16afe407ccdb355ef3c21c9",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:42:30+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Media"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Upload audio or music and turn your site into a podcast."
    },
    {
        "name": "idno/mentionjs",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/mentionjs.git",
            "reference": "6c51a9f0dfb478d1a3ba01151f34980108b2e8f2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/mentionjs/zipball/6c51a9f0dfb478d1a3ba01151f34980108b2e8f2",
            "reference": "6c51a9f0dfb478d1a3ba01151f34980108b2e8f2",
            "shasum": ""
        },
        "time": "2019-11-03T12:53:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Known adoption of mention.js abandonware"
    },
    {
        "name": "idno/photo",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/photo.git",
            "reference": "11e4519f34c1555ce928663babdfcb8092a58106"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/photo/zipball/11e4519f34c1555ce928663babdfcb8092a58106",
            "reference": "11e4519f34c1555ce928663babdfcb8092a58106",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:24:19+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Photo"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Simple photo uploader for Known."
    },
    {
        "name": "idno/staticpages",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/staticpages.git",
            "reference": "41ef92d91c84e79734a5e3773ad352a0879b8ecd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/staticpages/zipball/41ef92d91c84e79734a5e3773ad352a0879b8ecd",
            "reference": "41ef92d91c84e79734a5e3773ad352a0879b8ecd",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:50:54+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "StaticPages"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Host static pages in Known."
    },
    {
        "name": "idno/status",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/status.git",
            "reference": "0e4711381c78eeab3cb342bb5ec476b3193d1dc1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/status/zipball/0e4711381c78eeab3cb342bb5ec476b3193d1dc1",
            "reference": "0e4711381c78eeab3cb342bb5ec476b3193d1dc1",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T18:35:12+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Status"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Simple status updates for Known."
    },
    {
        "name": "idno/styles",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/styles.git",
            "reference": "4e97628031e726b4e4a2b8a131adf900e844056b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/styles/zipball/4e97628031e726b4e4a2b8a131adf900e844056b",
            "reference": "4e97628031e726b4e4a2b8a131adf900e844056b",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:52:09+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Styles"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A custom CSS stylesheet editor to modify the visual style of your site."
    },
    {
        "name": "idno/text",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/text.git",
            "reference": "d1edb95b7f083c2bdc9b887b537d761752d3ac1f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/text/zipball/d1edb95b7f083c2bdc9b887b537d761752d3ac1f",
            "reference": "d1edb95b7f083c2bdc9b887b537d761752d3ac1f",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-12T20:18:06+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Text"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A lightweight blogging engine."
    },
    {
        "name": "idno/theme-black",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-black.git",
            "reference": "5fc6673232918d247aece615e26e6503d3059699"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-black/zipball/5fc6673232918d247aece615e26e6503d3059699",
            "reference": "5fc6673232918d247aece615e26e6503d3059699",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T18:18:54+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "Black"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A simple, minimal, blank-slate theme."
    },
    {
        "name": "idno/theme-cherwell",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-cherwell.git",
            "reference": "fcdf91565cbcef17fdca708bbe37b6ee01bc67d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-cherwell/zipball/fcdf91565cbcef17fdca708bbe37b6ee01bc67d2",
            "reference": "fcdf91565cbcef17fdca708bbe37b6ee01bc67d2",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T18:27:07+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "Cherwell"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A basic theme with a background image."
    },
    {
        "name": "idno/theme-fauvists",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-fauvists.git",
            "reference": "8c8aebe8825db8300d0986cf037c4b56c5c2cd2a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-fauvists/zipball/8c8aebe8825db8300d0986cf037c4b56c5c2cd2a",
            "reference": "8c8aebe8825db8300d0986cf037c4b56c5c2cd2a",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T19:11:50+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "Fauvists"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A colorful theme that works well with multi-user sites."
    },
    {
        "name": "idno/theme-green",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-green.git",
            "reference": "a2fb06287baeb5eef55defba0020d5e12a98a817"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-green/zipball/a2fb06287baeb5eef55defba0020d5e12a98a817",
            "reference": "a2fb06287baeb5eef55defba0020d5e12a98a817",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T19:19:22+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "Green"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A simple theme with cool colors."
    },
    {
        "name": "idno/theme-kandinsky",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-kandinsky.git",
            "reference": "2d706578e0654065acbb2ec993d8ea632c022658"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-kandinsky/zipball/2d706578e0654065acbb2ec993d8ea632c022658",
            "reference": "2d706578e0654065acbb2ec993d8ea632c022658",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T19:24:59+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "Kandinsky"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A simple theme with warm colors."
    },
    {
        "name": "idno/theme-marketstreet",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-marketstreet.git",
            "reference": "6257c6ae5d88a2b19ce9caa0aa1904fd21321dac"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-marketstreet/zipball/6257c6ae5d88a2b19ce9caa0aa1904fd21321dac",
            "reference": "6257c6ae5d88a2b19ce9caa0aa1904fd21321dac",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T18:03:04+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "MarketStreet"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A modern, white theme for bloggers."
    },
    {
        "name": "idno/theme-solo",
        "version": "1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/theme-solo.git",
            "reference": "8a53a747c1214e8e1fba0b40fb21d3dd10de4d76"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/theme-solo/zipball/8a53a747c1214e8e1fba0b40fb21d3dd10de4d76",
            "reference": "8a53a747c1214e8e1fba0b40fb21d3dd10de4d76",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-11T19:32:22+00:00",
        "type": "known-theme",
        "extra": {
            "installer-name": "Solo"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "A simple black and white single-user theme."
    },
    {
        "name": "idno/torophp",
        "version": "3.0.0",
        "version_normalized": "3.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/torophp.git",
            "reference": "a98c653f37b2c074140c5296ef9740e0d39a176f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/torophp/zipball/a98c653f37b2c074140c5296ef9740e0d39a176f",
            "reference": "a98c653f37b2c074140c5296ef9740e0d39a176f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-11-03T12:27:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "src/Toro.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Kunal Anand",
                "email": "kunal.r.anand@gmail.com",
                "homepage": "http://kunalanand.com/",
                "role": "Developer"
            },
            {
                "name": "Danillo César de O. Melo",
                "email": "danillos@gmail.com",
                "homepage": "http://www.danillocesar.com.br/",
                "role": "Contributor"
            },
            {
                "name": "Martin Bean",
                "email": "martin@martinbean.co.uk",
                "homepage": "http://www.martinbean.co.uk",
                "role": "Developer"
            },
            {
                "name": "Robbie Coleman",
                "homepage": "http://robbie.robnrob.com",
                "role": "Contributor"
            },
            {
                "name": "John Kurkowski",
                "role": "Contributor"
            },
            {
                "name": "Berker Peksag",
                "homepage": "http://berkerpeksag.com",
                "role": "Developer"
            },
            {
                "name": "Jason Mooberry",
                "homepage": "http://jasonmooberry.com/",
                "role": "Developer"
            }
        ],
        "description": "Known adoption of Toro, a PHP router for developing RESTful web applications and APIs.",
        "homepage": "http://github.com/anandkunal/ToroPHP",
        "keywords": [
            "framework",
            "php",
            "router"
        ]
    },
    {
        "name": "idno/webhooks",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/idno/webhooks.git",
            "reference": "f823a3c6846cbbc89f159e2a231a6602a0a5b17b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/idno/webhooks/zipball/f823a3c6846cbbc89f159e2a231a6602a0a5b17b",
            "reference": "f823a3c6846cbbc89f159e2a231a6602a0a5b17b",
            "shasum": ""
        },
        "require": {
            "composer/installers": "~1.0"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-10-27T09:09:55+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "Webhooks"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "description": "Syndicate via Webhooks."
    },
    {
        "name": "indieweb/mention-client",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/indieweb/mention-client-php.git",
            "reference": "12e3dc4b3f8f9ae82fa7a3953792bea33f59118a"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/12e3dc4b3f8f9ae82fa7a3953792bea33f59118a",
            "reference": "12e3dc4b3f8f9ae82fa7a3953792bea33f59118a",
            "shasum": ""
        },
        "require": {
            "mf2/mf2": ">=0.2",
            "php": ">=5.4"
        },
        "require-dev": {
            "phpunit/phpunit": "4.8.*"
        },
        "time": "2018-10-27T19:41:41+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "IndieWeb": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Aaron Parecki",
                "email": "aaron@parecki.com",
                "homepage": "http://aaronparecki.com/"
            }
        ],
        "description": "Client library for sending webmention and pingback notifications",
        "homepage": "https://github.com/indieweb/mention-client-php"
    },
    {
        "name": "mapkyca/known-dev-scripts",
        "version": "1.3.2",
        "version_normalized": "1.3.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/known-dev-scripts.git",
            "reference": "9c77a76c1692c664ec3b2c05f6287cb0de9e7966"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/known-dev-scripts/zipball/9c77a76c1692c664ec3b2c05f6287cb0de9e7966",
            "reference": "9c77a76c1692c664ec3b2c05f6287cb0de9e7966",
            "shasum": ""
        },
        "require": {
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0",
            "symfony/console": "^4.3"
        },
        "suggest": {
            "mapkyca/known-console-tools": "Console Development Tools"
        },
        "time": "2019-08-19T21:51:59+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Marcus Povey",
                "email": "marcus@marcus-povey.co.uk"
            }
        ],
        "description": "Useful Known development scripts"
    },
    {
        "name": "mapkyca/known-language-tools",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/known-language-tools.git",
            "reference": "257f2d423a8906c27045e1a32ab2a2e1c22a2fb7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/known-language-tools/zipball/257f2d423a8906c27045e1a32ab2a2e1c22a2fb7",
            "reference": "257f2d423a8906c27045e1a32ab2a2e1c22a2fb7",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0"
        },
        "time": "2019-03-15T22:44:01+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Marcus Povey",
                "email": "marcus@marcus-povey.co.uk",
                "homepage": "https://www.marcus-povey.co.uk",
                "role": "Developer"
            }
        ],
        "description": "I18N dev tools for Known",
        "homepage": "https://github.com/mapkyca/known-language-tools/",
        "keywords": [
            "i18n",
            "indieweb",
            "internationalisation",
            "known"
        ]
    },
    {
        "name": "mapkyca/known-mongo-php-library",
        "version": "1.0.3+known",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/known-mongo-php-library.git",
            "reference": "ece2c0b9d532a6dbb27f4fb48dca8084e8e35a8f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/known-mongo-php-library/zipball/ece2c0b9d532a6dbb27f4fb48dca8084e8e35a8f",
            "reference": "ece2c0b9d532a6dbb27f4fb48dca8084e8e35a8f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.5"
        },
        "time": "2019-11-03T19:18:26+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MongoDB\\": "src/"
            },
            "files": [
                "src/functions.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "description": "Known version of the mongo php libray, in its own repo since no versioned build in packageist seems to work",
        "keywords": [
            "known",
            "mongo"
        ]
    },
    {
        "name": "mapkyca/known-oauth2-server",
        "version": "0.10.3",
        "version_normalized": "0.10.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/known-oauth2-server.git",
            "reference": "ff9d5939ee0cb1e4b8517e41598664dd36a2f969"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/known-oauth2-server/zipball/ff9d5939ee0cb1e4b8517e41598664dd36a2f969",
            "reference": "ff9d5939ee0cb1e4b8517e41598664dd36a2f969",
            "shasum": ""
        },
        "require": {
            "php": ">=7.1"
        },
        "require-dev": {
            "mapkyca/known-dev-scripts": "^1.0",
            "mapkyca/known-language-tools": "^1.0",
            "mapkyca/known-phpcs": "^1.0"
        },
        "time": "2019-08-07T10:46:16+00:00",
        "type": "known-plugin",
        "extra": {
            "installer-name": "OAuth2"
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0"
        ],
        "authors": [
            {
                "name": "Marcus Povey",
                "email": "marcus@marcus-povey.co.uk"
            }
        ],
        "description": "Provides an OAuth2 authentication server for API calls",
        "homepage": "https://www.marcus-povey.co.uk",
        "keywords": [
            "known",
            "oauth2",
            "plugin"
        ]
    },
    {
        "name": "mapkyca/known-phpcs",
        "version": "1.0.2",
        "version_normalized": "1.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/known-phpcs.git",
            "reference": "3fd5c1700d20b5eadcd3918a9e8a7c8cc6dea2d2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/known-phpcs/zipball/3fd5c1700d20b5eadcd3918a9e8a7c8cc6dea2d2",
            "reference": "3fd5c1700d20b5eadcd3918a9e8a7c8cc6dea2d2",
            "shasum": ""
        },
        "require": {
            "php": ">=7.0",
            "squizlabs/php_codesniffer": "3.4.1"
        },
        "time": "2019-05-18T10:07:20+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Marcus Povey",
                "email": "marcus@marcus-povey.co.uk",
                "homepage": "https://www.marcus-povey.co.uk",
                "role": "Developer"
            },
            {
                "name": "Ben Werdmuller",
                "email": "ben@benwerd.com",
                "homepage": "https://werd.io",
                "role": "Developer"
            }
        ],
        "description": "PHPCS Coding standards for Known",
        "homepage": "https://withknown.com",
        "keywords": [
            "i18n",
            "known"
        ]
    },
    {
        "name": "mapkyca/mrclay_autop_known",
        "version": "v1.0.0",
        "version_normalized": "1.0.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/mrclay_autop_known.git",
            "reference": "d9e3241acaac79e91da49f0b17002e2ee937577b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/mrclay_autop_known/zipball/d9e3241acaac79e91da49f0b17002e2ee937577b",
            "reference": "d9e3241acaac79e91da49f0b17002e2ee937577b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2019-02-24T16:16:54+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "mapkyca\\autop\\": "AutoP/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Marcus Povey",
                "role": "Developer",
                "email": "marcus@marcus-povey.co.uk",
                "homepage": "https://www.marcus-povey.co.uk"
            }
        ],
        "description": "Known customisation of MrClay's AutoP, placed here for composer support",
        "keywords": [
            "autop",
            "internal",
            "known"
        ]
    },
    {
        "name": "mapkyca/php-ogp",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mapkyca/php-ogp.git",
            "reference": "f3bab8eb848bd19808ebea6582ee15d075095a1f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mapkyca/php-ogp/zipball/f3bab8eb848bd19808ebea6582ee15d075095a1f",
            "reference": "f3bab8eb848bd19808ebea6582ee15d075095a1f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.6.0"
        },
        "time": "2019-05-18T10:54:57+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "ogp\\": "ogp/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Marcus Povey",
                "email": "marcus@marcus-povey.co.uk",
                "homepage": "https://www.marcus-povey.co.uk",
                "role": "Developer"
            }
        ],
        "description": "Simple PHP Open Graph Protocol parser library",
        "keywords": [
            "opengraph"
        ]
    },
    {
        "name": "mf2/mf2",
        "version": "0.4.6",
        "version_normalized": "0.4.6.0",
        "source": {
            "type": "git",
            "url": "https://github.com/microformats/php-mf2.git",
            "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
            "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4.0"
        },
        "require-dev": {
            "mf2/tests": "@dev",
            "phpdocumentor/phpdocumentor": "v2.8.4",
            "phpunit/phpunit": "4.8.*"
        },
        "suggest": {
            "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
            "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
        },
        "time": "2018-08-24T14:47:04+00:00",
        "bin": [
            "bin/fetch-mf2",
            "bin/parse-mf2"
        ],
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Mf2/Parser.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "CC0-1.0"
        ],
        "authors": [
            {
                "name": "Barnaby Walters",
                "homepage": "http://waterpigs.co.uk"
            }
        ],
        "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
        "keywords": [
            "html",
            "microformats",
            "microformats 2",
            "parser",
            "semantic"
        ]
    },
    {
        "name": "npm-asset/bootstrap-accessibility-plugin",
        "version": "v1.0.7",
        "version_normalized": "1.0.7.0",
        "source": {
            "type": "git",
            "url": "git@github.com:paypal/bootstrap-accessibility-plugin.git",
            "reference": "010d9a1f21ae4ae3323acf30508fc26a13dc7fa2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paypal/bootstrap-accessibility-plugin/zipball/010d9a1f21ae4ae3323acf30508fc26a13dc7fa2",
            "reference": "010d9a1f21ae4ae3323acf30508fc26a13dc7fa2"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "BSD"
        ]
    },
    {
        "name": "npm-asset/bootstrap-toggle",
        "version": "2.2.2",
        "version_normalized": "2.2.2.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/bootstrap-toggle/-/bootstrap-toggle-2.2.2.tgz"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/dom-walk",
        "version": "0.1.1",
        "version_normalized": "0.1.1.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz"
        },
        "type": "npm-asset",
        "installation-source": "dist"
    },
    {
        "name": "npm-asset/exif-js",
        "version": "2.3.0",
        "version_normalized": "2.3.0.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/exif-js/-/exif-js-2.3.0.tgz"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/global",
        "version": "4.4.0",
        "version_normalized": "4.4.0.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/global/-/global-4.4.0.tgz"
        },
        "require": {
            "npm-asset/min-document": ">=2.19.0,<3.0.0",
            "npm-asset/process": ">=0.11.10,<0.12.0"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/jquery",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/jquery/-/jquery-3.4.1.tgz"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/mediaelement",
        "version": "4.2.14",
        "version_normalized": "4.2.14.0",
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mediaelement/mediaelement/zipball/5bc2965eaa0a0e97127c4444085244fc6d6f9f9f",
            "reference": "5bc2965eaa0a0e97127c4444085244fc6d6f9f9f"
        },
        "require": {
            "npm-asset/global": ">=4.3.1,<5.0.0"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/min-document",
        "version": "2.19.0",
        "version_normalized": "2.19.0.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz"
        },
        "require": {
            "npm-asset/dom-walk": ">=0.1.0,<0.2.0"
        },
        "type": "npm-asset",
        "installation-source": "dist"
    },
    {
        "name": "npm-asset/process",
        "version": "0.11.10",
        "version_normalized": "0.11.10.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/process/-/process-0.11.10.tgz"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/underscore",
        "version": "1.9.1",
        "version_normalized": "1.9.1.0",
        "dist": {
            "type": "tar",
            "url": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz"
        },
        "type": "npm-asset",
        "installation-source": "dist",
        "license": [
            "MIT"
        ]
    },
    {
        "name": "npm-asset/vanilla-fitvids",
        "version": "v1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "git@github.com:davatron5000/FitVids.js.git",
            "reference": "d028a2287a633478005a49fe6d1f3fcbe9f2d955"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/davatron5000/FitVids.js/zipball/d028a2287a633478005a49fe6d1f3fcbe9f2d955",
            "reference": "d028a2287a633478005a49fe6d1f3fcbe9f2d955"
        },
        "type": "npm-asset",
        "installation-source": "dist"
    },
    {
        "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/log",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-11-01T11:05:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "rmm5t/jquery-timeago",
        "version": "v1.6.7",
        "version_normalized": "1.6.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rmm5t/jquery-timeago.git",
            "reference": "48fdda3ca724dcd655e8e990f6d7fbd203718905"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rmm5t/jquery-timeago/zipball/48fdda3ca724dcd655e8e990f6d7fbd203718905",
            "reference": "48fdda3ca724dcd655e8e990f6d7fbd203718905",
            "shasum": ""
        },
        "require": {
            "components/jquery": ">=1.5.0 <4.0"
        },
        "time": "2019-04-23T15:55:20+00:00",
        "type": "library",
        "extra": {
            "component": {
                "scripts": [
                    "jquery.timeago.js"
                ],
                "files": [
                    "locales/jquery.timeago.*.js"
                ]
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Ryan McGeary",
                "email": "ryan@mcgeary.org"
            }
        ],
        "description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
        "homepage": "http://timeago.yarp.com/",
        "keywords": [
            "microformat",
            "time"
        ]
    },
    {
        "name": "roave/security-advisories",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/Roave/SecurityAdvisories.git",
            "reference": "261562a9c048aa10932e5e1d596da6c761cf95bb"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/261562a9c048aa10932e5e1d596da6c761cf95bb",
            "reference": "261562a9c048aa10932e5e1d596da6c761cf95bb",
            "shasum": ""
        },
        "conflict": {
            "3f/pygmentize": "<1.2",
            "adodb/adodb-php": "<5.20.12",
            "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
            "amphp/artax": "<1.0.6|>=2,<2.0.6",
            "amphp/http": "<1.0.1",
            "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
            "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
            "aws/aws-sdk-php": ">=3,<3.2.1",
            "brightlocal/phpwhois": "<=4.2.5",
            "bugsnag/bugsnag-laravel": ">=2,<2.0.2",
            "cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
            "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
            "cartalyst/sentry": "<=2.1.6",
            "codeigniter/framework": "<=3.0.6",
            "composer/composer": "<=1-alpha.11",
            "contao-components/mediaelement": ">=2.14.2,<2.21.1",
            "contao/core": ">=2,<3.5.39",
            "contao/core-bundle": ">=4,<4.4.39|>=4.5,<4.7.5",
            "contao/listing-bundle": ">=4,<4.4.8",
            "datadog/dd-trace": ">=0.30,<0.30.2",
            "david-garcia/phpwhois": "<=4.3.1",
            "doctrine/annotations": ">=1,<1.2.7",
            "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
            "doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
            "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
            "doctrine/doctrine-bundle": "<1.5.2",
            "doctrine/doctrine-module": "<=0.7.1",
            "doctrine/mongodb-odm": ">=1,<1.0.2",
            "doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
            "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
            "dompdf/dompdf": ">=0.6,<0.6.2",
            "drupal/core": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5",
            "drupal/drupal": ">=7,<7.67|>=8,<8.6.16|>=8.7,<8.7.1|>8.7.3,<8.7.5",
            "erusev/parsedown": "<1.7.2",
            "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.4",
            "ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
            "ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3",
            "ezsystems/repository-forms": ">=2.3,<2.3.2.1",
            "ezyang/htmlpurifier": "<4.1.1",
            "firebase/php-jwt": "<2",
            "fooman/tcpdf": "<6.2.22",
            "fossar/tcpdf-parser": "<6.2.22",
            "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
            "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
            "fuel/core": "<1.8.1",
            "gree/jose": "<=2.2",
            "gregwar/rst": "<1.0.3",
            "guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
            "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
            "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
            "illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
            "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
            "ivankristianto/phpwhois": "<=4.3",
            "james-heinrich/getid3": "<1.9.9",
            "joomla/session": "<1.3.1",
            "jsmitty12/phpwhois": "<5.1",
            "kazist/phpwhois": "<=4.2.6",
            "kreait/firebase-php": ">=3.2,<3.8.1",
            "la-haute-societe/tcpdf": "<6.2.22",
            "laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
            "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
            "league/commonmark": "<0.18.3",
            "magento/magento1ce": "<1.9.4.3",
            "magento/magento1ee": ">=1,<1.14.4.3",
            "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
            "monolog/monolog": ">=1.8,<1.12",
            "namshi/jose": "<2.2",
            "onelogin/php-saml": "<2.10.4",
            "openid/php-openid": "<2.3",
            "oro/crm": ">=1.7,<1.7.4",
            "oro/platform": ">=1.7,<1.7.4",
            "padraic/humbug_get_contents": "<1.1.2",
            "pagarme/pagarme-php": ">=0,<3",
            "paragonie/random_compat": "<2",
            "paypal/merchant-sdk-php": "<3.12",
            "pear/archive_tar": "<1.4.4",
            "phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
            "phpoffice/phpexcel": "<=1.8.1",
            "phpoffice/phpspreadsheet": "<=1.5",
            "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
            "phpwhois/phpwhois": "<=4.2.5",
            "phpxmlrpc/extras": "<0.6.1",
            "propel/propel": ">=2-alpha.1,<=2-alpha.7",
            "propel/propel1": ">=1,<=1.7.1",
            "pusher/pusher-php-server": "<2.2.1",
            "robrichards/xmlseclibs": ">=1,<3.0.4",
            "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
            "sensiolabs/connect": "<4.2.3",
            "serluck/phpwhois": "<=4.2.6",
            "shopware/shopware": "<5.3.7",
            "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
            "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
            "silverstripe/framework": ">=3,<3.6.7|>=3.7,<3.7.3|>=4,<4.4",
            "silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
            "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
            "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
            "silverstripe/userforms": "<3",
            "simple-updates/phpwhois": "<=1",
            "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
            "simplesamlphp/simplesamlphp": "<1.17.3",
            "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
            "slim/slim": "<2.6",
            "smarty/smarty": "<3.1.33",
            "socalnick/scn-social-auth": "<1.15.2",
            "spoonity/tcpdf": "<6.2.22",
            "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
            "stormpath/sdk": ">=0,<9.9.99",
            "studio-42/elfinder": "<2.1.48",
            "swiftmailer/swiftmailer": ">=4,<5.4.5",
            "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
            "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
            "sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
            "sylius/sylius": ">=1,<1.1.18|>=1.2,<1.2.17|>=1.3,<1.3.12|>=1.4,<1.4.4",
            "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
            "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
            "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
            "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
            "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
            "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
            "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
            "symfony/mime": ">=4.3,<4.3.8",
            "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
            "symfony/polyfill": ">=1,<1.10",
            "symfony/polyfill-php55": ">=1,<1.10",
            "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
            "symfony/routing": ">=2,<2.0.19",
            "symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
            "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
            "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
            "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
            "symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
            "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8",
            "symfony/serializer": ">=2,<2.0.11",
            "symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
            "symfony/translation": ">=2,<2.0.17",
            "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
            "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
            "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
            "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
            "tecnickcom/tcpdf": "<6.2.22",
            "thelia/backoffice-default-template": ">=2.1,<2.1.2",
            "thelia/thelia": ">=2.1-beta.1,<2.1.3",
            "theonedemon/phpwhois": "<=4.2.5",
            "titon/framework": ">=0,<9.9.99",
            "truckersmp/phpwhois": "<=4.3.1",
            "twig/twig": "<1.38|>=2,<2.7",
            "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.27|>=9,<9.5.8",
            "typo3/cms-core": ">=8,<8.7.27|>=9,<9.5.8",
            "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
            "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
            "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
            "ua-parser/uap-php": "<3.8",
            "wallabag/tcpdf": "<6.2.22",
            "willdurand/js-translation-bundle": "<2.1.1",
            "yiisoft/yii": ">=1.1.14,<1.1.15",
            "yiisoft/yii2": "<2.0.15",
            "yiisoft/yii2-bootstrap": "<2.0.4",
            "yiisoft/yii2-dev": "<2.0.15",
            "yiisoft/yii2-elasticsearch": "<2.0.5",
            "yiisoft/yii2-gii": "<2.0.4",
            "yiisoft/yii2-jui": "<2.0.4",
            "yiisoft/yii2-redis": "<2.0.8",
            "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
            "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
            "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
            "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
            "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
            "zendframework/zend-diactoros": ">=1,<1.8.4",
            "zendframework/zend-feed": ">=1,<2.10.3",
            "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
            "zendframework/zend-http": ">=1,<2.8.1",
            "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
            "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
            "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
            "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
            "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
            "zendframework/zend-validator": ">=2.3,<2.3.6",
            "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
            "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
            "zendframework/zendframework": "<2.5.1",
            "zendframework/zendframework1": "<1.12.20",
            "zendframework/zendopenid": ">=2,<2.0.2",
            "zendframework/zendxml": ">=1,<1.0.1",
            "zetacomponents/mail": "<1.8.2",
            "zf-commons/zfc-user": "<1.2.2",
            "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
            "zfr/zfr-oauth2-server-module": "<0.1.2"
        },
        "time": "2019-11-15T09:15:43+00:00",
        "type": "metapackage",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Marco Pivetta",
                "email": "ocramius@gmail.com",
                "role": "maintainer"
            }
        ],
        "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it"
    },
    {
        "name": "simplepie/simplepie",
        "version": "1.5.3",
        "version_normalized": "1.5.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/simplepie/simplepie.git",
            "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/simplepie/simplepie/zipball/173663382a9346acd53df60c7ffb20689c9cf1f6",
            "reference": "173663382a9346acd53df60c7ffb20689c9cf1f6",
            "shasum": ""
        },
        "require": {
            "ext-pcre": "*",
            "ext-xml": "*",
            "ext-xmlreader": "*",
            "php": ">=5.6.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.4.3 || ~6.5"
        },
        "suggest": {
            "ext-curl": "",
            "ext-iconv": "",
            "ext-intl": "",
            "ext-mbstring": "",
            "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
        },
        "time": "2019-09-22T23:21:30+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "SimplePie": "library"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Ryan Parman",
                "homepage": "http://ryanparman.com/",
                "role": "Creator, alumnus developer"
            },
            {
                "name": "Geoffrey Sneddon",
                "homepage": "http://gsnedders.com/",
                "role": "Alumnus developer"
            },
            {
                "name": "Ryan McCue",
                "email": "me@ryanmccue.info",
                "homepage": "http://ryanmccue.info/",
                "role": "Developer"
            }
        ],
        "description": "A simple Atom/RSS parsing library for PHP",
        "homepage": "http://simplepie.org/",
        "keywords": [
            "atom",
            "feeds",
            "rss"
        ]
    },
    {
        "name": "squizlabs/php_codesniffer",
        "version": "3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
            "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5b4333b4010625d29580eb4a41f1e53251be6baa",
            "reference": "5b4333b4010625d29580eb4a41f1e53251be6baa",
            "shasum": ""
        },
        "require": {
            "ext-simplexml": "*",
            "ext-tokenizer": "*",
            "ext-xmlwriter": "*",
            "php": ">=5.4.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
        },
        "time": "2019-03-19T03:22:27+00:00",
        "bin": [
            "bin/phpcs",
            "bin/phpcbf"
        ],
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Greg Sherwood",
                "role": "lead"
            }
        ],
        "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
        "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
        "keywords": [
            "phpcs",
            "standards"
        ]
    },
    {
        "name": "swiftmailer/swiftmailer",
        "version": "v6.2.3",
        "version_normalized": "6.2.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/swiftmailer/swiftmailer.git",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
            "shasum": ""
        },
        "require": {
            "egulias/email-validator": "~2.0",
            "php": ">=7.0.0",
            "symfony/polyfill-iconv": "^1.0",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "mockery/mockery": "~0.9.1",
            "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
        },
        "suggest": {
            "ext-intl": "Needed to support internationalized email addresses",
            "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
        },
        "time": "2019-11-12T09:31:26+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "6.2-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/swift_required.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Chris Corbyn"
            },
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            }
        ],
        "description": "Swiftmailer, free feature-rich PHP mailer",
        "homepage": "https://swiftmailer.symfony.com",
        "keywords": [
            "email",
            "mail",
            "mailer"
        ]
    },
    {
        "name": "symfony/cache",
        "version": "v4.3.8",
        "version_normalized": "4.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache.git",
            "reference": "83dca34362a0aba2b93aa1226dac6ef7cfea1262"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache/zipball/83dca34362a0aba2b93aa1226dac6ef7cfea1262",
            "reference": "83dca34362a0aba2b93aa1226dac6ef7cfea1262",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/cache": "~1.0",
            "psr/log": "~1.0",
            "symfony/cache-contracts": "^1.1",
            "symfony/service-contracts": "^1.1",
            "symfony/var-exporter": "^4.2"
        },
        "conflict": {
            "doctrine/dbal": "<2.5",
            "symfony/dependency-injection": "<3.4",
            "symfony/var-dumper": "<3.4"
        },
        "provide": {
            "psr/cache-implementation": "1.0",
            "psr/simple-cache-implementation": "1.0",
            "symfony/cache-implementation": "1.0"
        },
        "require-dev": {
            "cache/integration-tests": "dev-master",
            "doctrine/cache": "~1.6",
            "doctrine/dbal": "~2.5",
            "predis/predis": "~1.1",
            "psr/simple-cache": "^1.0",
            "symfony/config": "~4.2",
            "symfony/dependency-injection": "~3.4|~4.1",
            "symfony/var-dumper": "^4.1.1"
        },
        "time": "2019-11-12T13:07:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-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/cache-contracts",
        "version": "v1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/cache-contracts.git",
            "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/af50d14ada9e4e82cfabfabdc502d144f89be0a1",
            "reference": "af50d14ada9e4e82cfabfabdc502d144f89be0a1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/cache": "^1.0"
        },
        "suggest": {
            "symfony/cache-implementation": ""
        },
        "time": "2019-10-04T21:43:27+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Cache\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to caching",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/console",
        "version": "v4.3.8",
        "version_normalized": "4.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
            "reference": "831424efae0a1fe6642784bd52aae14ece6538e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/console/zipball/831424efae0a1fe6642784bd52aae14ece6538e6",
            "reference": "831424efae0a1fe6642784bd52aae14ece6538e6",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/polyfill-php73": "^1.8",
            "symfony/service-contracts": "^1.1"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4",
            "symfony/event-dispatcher": "<4.3",
            "symfony/process": "<3.3"
        },
        "provide": {
            "psr/log-implementation": "1.0"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/event-dispatcher": "^4.3",
            "symfony/lock": "~3.4|~4.0",
            "symfony/process": "~3.4|~4.0",
            "symfony/var-dumper": "^4.3"
        },
        "suggest": {
            "psr/log": "For using the console logger",
            "symfony/event-dispatcher": "",
            "symfony/lock": "",
            "symfony/process": ""
        },
        "time": "2019-11-13T07:29:07+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony Console Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher",
        "version": "v4.3.8",
        "version_normalized": "4.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
            "reference": "0df002fd4f500392eabd243c2947061a50937287"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0df002fd4f500392eabd243c2947061a50937287",
            "reference": "0df002fd4f500392eabd243c2947061a50937287",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/event-dispatcher-contracts": "^1.1"
        },
        "conflict": {
            "symfony/dependency-injection": "<3.4"
        },
        "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "1.1"
        },
        "require-dev": {
            "psr/log": "~1.0",
            "symfony/config": "~3.4|~4.0",
            "symfony/dependency-injection": "~3.4|~4.0",
            "symfony/expression-language": "~3.4|~4.0",
            "symfony/http-foundation": "^3.4|^4.0",
            "symfony/service-contracts": "^1.1",
            "symfony/stopwatch": "~3.4|~4.0"
        },
        "suggest": {
            "symfony/dependency-injection": "",
            "symfony/http-kernel": ""
        },
        "time": "2019-11-03T09:04:05+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\EventDispatcher\\": ""
            },
            "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 EventDispatcher Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/event-dispatcher-contracts",
        "version": "v1.1.7",
        "version_normalized": "1.1.7.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
            "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
            "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "suggest": {
            "psr/event-dispatcher": "",
            "symfony/event-dispatcher-implementation": ""
        },
        "time": "2019-09-17T09:54:03+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\EventDispatcher\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to dispatching event",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/http-foundation",
        "version": "v4.3.8",
        "version_normalized": "4.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/http-foundation.git",
            "reference": "cabe67275034e173350e158f3b1803d023880227"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cabe67275034e173350e158f3b1803d023880227",
            "reference": "cabe67275034e173350e158f3b1803d023880227",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/mime": "^4.3",
            "symfony/polyfill-mbstring": "~1.1"
        },
        "require-dev": {
            "predis/predis": "~1.0",
            "symfony/expression-language": "~3.4|~4.0"
        },
        "time": "2019-11-12T13:07:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\HttpFoundation\\": ""
            },
            "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 HttpFoundation Component",
        "homepage": "https://symfony.com"
    },
    {
        "name": "symfony/mime",
        "version": "v4.3.8",
        "version_normalized": "4.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/mime.git",
            "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/mime/zipball/22aecf6b11638ef378fab25d6c5a2da8a31a1448",
            "reference": "22aecf6b11638ef378fab25d6c5a2da8a31a1448",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "symfony/polyfill-intl-idn": "^1.10",
            "symfony/polyfill-mbstring": "^1.0"
        },
        "require-dev": {
            "egulias/email-validator": "^2.1.10",
            "symfony/dependency-injection": "~3.4|^4.1"
        },
        "time": "2019-11-12T13:10:02+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\Mime\\": ""
            },
            "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": "A library to manipulate MIME messages",
        "homepage": "https://symfony.com",
        "keywords": [
            "mime",
            "mime-type"
        ]
    },
    {
        "name": "symfony/polyfill-ctype",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-ctype.git",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
            "reference": "550ebaac289296ce228a706d0867afc34687e3f4",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-ctype": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Ctype\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Gert de Pagter",
                "email": "BackEndTea@gmail.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for ctype functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "ctype",
            "polyfill",
            "portable"
        ]
    },
    {
        "name": "symfony/polyfill-iconv",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-iconv.git",
            "reference": "685968b11e61a347c18bf25db32effa478be610f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/685968b11e61a347c18bf25db32effa478be610f",
            "reference": "685968b11e61a347c18bf25db32effa478be610f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-iconv": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Iconv\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for the Iconv extension",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "iconv",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-intl-idn",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-intl-idn.git",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "reference": "6af626ae6fa37d396dc90a399c0ff08e5cfc45b2",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "symfony/polyfill-mbstring": "^1.3",
            "symfony/polyfill-php72": "^1.9"
        },
        "suggest": {
            "ext-intl": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Intl\\Idn\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Laurent Bassin",
                "email": "laurent@bassin.info"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "idn",
            "intl",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-mbstring",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-mbstring.git",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "suggest": {
            "ext-mbstring": "For best performance"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-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/polyfill-php72",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php72.git",
            "reference": "04ce3335667451138df4307d6a9b61565560199e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/04ce3335667451138df4307d6a9b61565560199e",
            "reference": "04ce3335667451138df4307d6a9b61565560199e",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php72\\": ""
            },
            "files": [
                "bootstrap.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/polyfill-php73",
        "version": "v1.12.0",
        "version_normalized": "1.12.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/polyfill-php73.git",
            "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/2ceb49eaccb9352bff54d22570276bb75ba4a188",
            "reference": "2ceb49eaccb9352bff54d22570276bb75ba4a188",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "time": "2019-08-06T08:03:45+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Polyfill\\Php73\\": ""
            },
            "files": [
                "bootstrap.php"
            ],
            "classmap": [
                "Resources/stubs"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
        "homepage": "https://symfony.com",
        "keywords": [
            "compatibility",
            "polyfill",
            "portable",
            "shim"
        ]
    },
    {
        "name": "symfony/service-contracts",
        "version": "v1.1.8",
        "version_normalized": "1.1.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/service-contracts.git",
            "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
            "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3",
            "psr/container": "^1.0"
        },
        "suggest": {
            "symfony/service-implementation": ""
        },
        "time": "2019-10-14T12:27:06+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Contracts\\Service\\": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "Generic abstractions related to writing services",
        "homepage": "https://symfony.com",
        "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
        ]
    },
    {
        "name": "symfony/var-exporter",
        "version": "v4.3.8",
        "version_normalized": "4.3.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/symfony/var-exporter.git",
            "reference": "097aa4c02954dabe9d508229be86213723973ac0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/symfony/var-exporter/zipball/097aa4c02954dabe9d508229be86213723973ac0",
            "reference": "097aa4c02954dabe9d508229be86213723973ac0",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.3"
        },
        "require-dev": {
            "symfony/var-dumper": "^4.1.1"
        },
        "time": "2019-11-11T12:48:54+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "4.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Symfony\\Component\\VarExporter\\": ""
            },
            "exclude-from-classmap": [
                "/Tests/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Nicolas Grekas",
                "email": "p@tchwork.com"
            },
            {
                "name": "Symfony Community",
                "homepage": "https://symfony.com/contributors"
            }
        ],
        "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
        "homepage": "https://symfony.com",
        "keywords": [
            "clone",
            "construct",
            "export",
            "hydrate",
            "instantiate",
            "serialize"
        ]
    },
    {
        "name": "tinymce/tinymce",
        "version": "5.1.1",
        "version_normalized": "5.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tinymce/tinymce-dist.git",
            "reference": "782aa3876f354b8d04fbf1124c4aa440cec9d199"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/782aa3876f354b8d04fbf1124c4aa440cec9d199",
            "reference": "782aa3876f354b8d04fbf1124c4aa440cec9d199",
            "shasum": ""
        },
        "time": "2019-10-28T06:39:23+00:00",
        "type": "component",
        "extra": {
            "component": {
                "scripts": [
                    "tinymce.js",
                    "plugins/*/plugin.js",
                    "themes/*/theme.js"
                ],
                "files": [
                    "tinymce.min.js",
                    "plugins/*/plugin.min.js",
                    "themes/*/theme.min.js",
                    "skins/**"
                ]
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-only"
        ],
        "description": "Web based JavaScript HTML WYSIWYG editor control.",
        "homepage": "http://www.tinymce.com",
        "keywords": [
            "editor",
            "html",
            "javascript",
            "richtext",
            "tinymce",
            "wysiwyg"
        ]
    },
    {
        "name": "twbs/bootstrap",
        "version": "v3.4.1",
        "version_normalized": "3.4.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twbs/bootstrap.git",
            "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twbs/bootstrap/zipball/68b0d231a13201eb14acd3dc84e51543d16e5f7e",
            "reference": "68b0d231a13201eb14acd3dc84e51543d16e5f7e",
            "shasum": ""
        },
        "replace": {
            "twitter/bootstrap": "self.version"
        },
        "time": "2019-02-13T15:55:38+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "3.4.x-dev"
            }
        },
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jacob Thornton",
                "email": "jacobthornton@gmail.com"
            },
            {
                "name": "Mark Otto",
                "email": "markdotto@gmail.com"
            }
        ],
        "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
        "homepage": "https://getbootstrap.com/",
        "keywords": [
            "JS",
            "css",
            "framework",
            "front-end",
            "less",
            "mobile-first",
            "responsive",
            "web"
        ]
    },
    {
        "name": "twig/twig",
        "version": "v2.12.2",
        "version_normalized": "2.12.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/twigphp/Twig.git",
            "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
            "reference": "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed",
            "shasum": ""
        },
        "require": {
            "php": "^7.0",
            "symfony/polyfill-ctype": "^1.8",
            "symfony/polyfill-mbstring": "^1.3"
        },
        "require-dev": {
            "psr/container": "^1.0",
            "symfony/debug": "^3.4|^4.2",
            "symfony/phpunit-bridge": "^4.4@dev|^5.0"
        },
        "time": "2019-11-11T16:52:09+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.12-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Twig_": "lib/"
            },
            "psr-4": {
                "Twig\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "authors": [
            {
                "name": "Fabien Potencier",
                "email": "fabien@symfony.com",
                "homepage": "http://fabien.potencier.org",
                "role": "Lead Developer"
            },
            {
                "name": "Twig Team",
                "homepage": "https://twig.symfony.com/contributors",
                "role": "Contributors"
            },
            {
                "name": "Armin Ronacher",
                "email": "armin.ronacher@active-4.com",
                "role": "Project Founder"
            }
        ],
        "description": "Twig, the flexible, fast, and secure template language for PHP",
        "homepage": "https://twig.symfony.com",
        "keywords": [
            "templating"
        ]
    }
]
