{
    "name": "gantry/wordpress",
    "description": "Gantry Framework Library",
    "license": "MIT",

    "require": {
        "php": ">=7.3.6 <8.4.0",
        "ext-mbstring": "*",
        "ext-json": "*",
        "ext-dom": "*",
        "ext-xml": "*",
        "ext-simplexml": "*",
        "symfony/event-dispatcher": "^3.4|^4.0|^5.4",
        "symfony/yaml": "^5.4",
        "pimple/pimple": "^3.5",
        "filp/whoops": "^2.15.2",
        "rockettheme/toolbox": "^1.6.4",
        "erusev/parsedown-extra": "^0.8.0",
        "timber/timber": "^1.23",

        "twig/twig": "^2.15",
        "scssphp/scssphp": "^1.11.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.0"
    },
    "autoload": {
        "psr-4": {
            "Gantry\\": "src/classes/Gantry"
        }
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        },
        "platform": {
            "php": "8.1"
        }
    }
}
