{
    "name": "silverstripe/recipe-cms",
    "type": "silverstripe-recipe",
    "description": "SilverStripe recipe for fully featured page and asset content editing",
    "homepage": "http://silverstripe.org",
    "license": "BSD-3-Clause",
    "require": {
        "silverstripe/recipe-plugin": "^1.2",
        "silverstripe/recipe-core": "4.4.4@stable",
        "silverstripe/admin": "1.4.4@stable",
        "silverstripe/asset-admin": "1.4.4@stable",
        "silverstripe/campaign-admin": "1.4.2@stable",
        "silverstripe/versioned-admin": "1.2.3@stable",
        "silverstripe/cms": "4.4.4@stable",
        "silverstripe/errorpage": "1.4.2@stable",
        "silverstripe/graphql": "3.1.4@stable",
        "silverstripe/reports": "4.4.1@stable",
        "silverstripe/siteconfig": "4.4.2@stable",
        "silverstripe/versioned": "1.4.3@stable"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7"
    },
    "extra": {
        "project-files": [
            "app/src/*"
        ],
        "resources-dir": "_resources"
    },
    "config": {
        "process-timeout": 600
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}