{
    "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": {
        "php": "^8.1",
        "silverstripe/recipe-plugin": "~2.0.0@stable",
        "silverstripe/recipe-core": "~5.0.0@stable",
        "silverstripe/admin": "~2.0.0@stable",
        "silverstripe/asset-admin": "~2.0.0@stable",
        "silverstripe/campaign-admin": "~2.0.0@stable",
        "silverstripe/versioned-admin": "~2.0.0@stable",
        "silverstripe/cms": "~5.0.0@stable",
        "silverstripe/errorpage": "~2.0.0@stable",
        "silverstripe/reports": "~5.0.0@stable",
        "silverstripe/siteconfig": "~5.0.0@stable",
        "silverstripe/versioned": "~2.0.0@stable",
        "silverstripe/graphql": "~5.0.0@stable",
        "silverstripe/session-manager": "~2.0.0@stable"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5"
    },
    "extra": {
        "project-files": [
            "app/src/*"
        ]
    },
    "config": {
        "process-timeout": 600
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}