{
    "name": "gantry/joomla",
    "description": "Gantry Framework Library",
    "license": "GPLv2",

    "require": {
        "php": ">=5.6.20",
        "symfony/event-dispatcher": "~3.4",
        "symfony/yaml": "~3.4",
        "pimple/pimple": "~3.2",
        "filp/whoops": "~2.5",
        "rockettheme/toolbox": "~1.5",
        "erusev/parsedown-extra": "~0.7",

        "twig/twig": "~1.42",
        "scssphp/scssphp": "1.6.0",
        "leafo/scssphp": "0.8.4"
    },
    "require-dev": {
        "phpunit/phpunit": "3.7.*"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/rockettheme/toolbox"
        }
    ],
    "autoload": {
        "psr-4": {
            "Gantry\\": "src/classes/Gantry"
        }
    },
    "config": {
        "platform": {
            "php": "5.6.20"
        }
    }
}
