{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "155aa55b591d58ae4b872e4fd5a65614",
    "packages": [
        {
            "name": "composer/installers",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/installers.git",
                "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
                "reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0"
            },
            "replace": {
                "roundcube/plugin-installer": "*",
                "shama/baton": "*"
            },
            "require-dev": {
                "composer/composer": "1.0.*@dev",
                "phpunit/phpunit": "^4.8.36"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Composer\\Installers\\Plugin",
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Composer\\Installers\\": "src/Composer/Installers"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kyle Robinson Young",
                    "email": "kyle@dontkry.com",
                    "homepage": "https://github.com/shama"
                }
            ],
            "description": "A multi-framework Composer library installer",
            "homepage": "https://composer.github.io/installers/",
            "keywords": [
                "Craft",
                "Dolibarr",
                "Eliasis",
                "Hurad",
                "ImageCMS",
                "Kanboard",
                "Lan Management System",
                "MODX Evo",
                "Mautic",
                "Maya",
                "OXID",
                "Plentymarkets",
                "Porto",
                "RadPHP",
                "SMF",
                "Thelia",
                "WolfCMS",
                "agl",
                "aimeos",
                "annotatecms",
                "attogram",
                "bitrix",
                "cakephp",
                "chef",
                "cockpit",
                "codeigniter",
                "concrete5",
                "croogo",
                "dokuwiki",
                "drupal",
                "eZ Platform",
                "elgg",
                "expressionengine",
                "fuelphp",
                "grav",
                "installer",
                "itop",
                "joomla",
                "kohana",
                "laravel",
                "lavalite",
                "lithium",
                "magento",
                "majima",
                "mako",
                "mediawiki",
                "modulework",
                "modx",
                "moodle",
                "osclass",
                "phpbb",
                "piwik",
                "ppi",
                "puppet",
                "pxcms",
                "reindex",
                "roundcube",
                "shopware",
                "silverstripe",
                "sydes",
                "symfony",
                "typo3",
                "wordpress",
                "yawik",
                "zend",
                "zikula"
            ],
            "time": "2018-08-27T06:10:37+00:00"
        },
        {
            "name": "michelf/php-smartypants",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-smartypants.git",
                "reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-smartypants/zipball/47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
                "reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Michelf": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP SmartyPants",
            "homepage": "https://michelf.ca/projects/php-smartypants/",
            "keywords": [
                "dashes",
                "quotes",
                "spaces",
                "typographer",
                "typography"
            ],
            "time": "2016-12-13T01:01:17+00:00"
        },
        {
            "name": "thunderer/shortcode",
            "version": "v0.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/thunderer/Shortcode.git",
                "reference": "d19ded97c7faf88d93bdfd93c7de358d57be9999"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thunderer/Shortcode/zipball/d19ded97c7faf88d93bdfd93c7de358d57be9999",
                "reference": "d19ded97c7faf88d93bdfd93c7de358d57be9999",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit/phpunit": ">=4.1",
                "symfony/yaml": ">=2.0"
            },
            "suggest": {
                "ext-dom": "if you want to use XML serializer",
                "ext-json": "if you want to use JSON serializer",
                "symfony/yaml": "if you want to use YAML serializer"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Thunder\\Shortcode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tomasz Kowalczyk",
                    "email": "tomasz@kowalczyk.cc"
                }
            ],
            "description": "Advanced shortcode (BBCode) parser and engine for PHP",
            "keywords": [
                "bbcode",
                "engine",
                "library",
                "parser",
                "shortcode"
            ],
            "time": "2019-04-17T18:57:16+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=7.1.3"
    },
    "platform-dev": []
}