{
    "name": "silverstripe/lumberjack",
    "description": "A module to make managing pages in a GridField easy without losing any of the functionality that you're used to in the CMS.",
    "type": "silverstripe-vendormodule",
    "require": {
        "silverstripe/framework": "^4.0",
        "silverstripe/cms": "^4.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7",
        "squizlabs/php_codesniffer": "^3.0"
    },
    "extra": {
        "expose": [
            "css",
            "javascript"
        ]
    },
    "autoload": {
        "psr-4": {
            "SilverStripe\\Lumberjack\\": "src/",
            "SilverStripe\\Lumberjack\\Tests\\": "tests/"
        }
    },
    "license": "BSD-2-Clause",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "authors": [
        {
            "name": "Michael Strong",
            "email": "mstrong@silverstripe.org"
        }
    ]
}
