recipe-cms/composer.json

38 lines
1.3 KiB
JSON

{
"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": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.5",
"silverstripe/recipe-core": "~4.12.0@stable",
"silverstripe/admin": "~1.12.0@stable",
"silverstripe/asset-admin": "~1.12.0@stable",
"silverstripe/campaign-admin": "~1.12.0@stable",
"silverstripe/versioned-admin": "~1.12.0@stable",
"silverstripe/cms": "~4.12.0@stable",
"silverstripe/errorpage": "~1.12.0@stable",
"silverstripe/reports": "~4.12.0@stable",
"silverstripe/siteconfig": "~4.12.0@stable",
"silverstripe/versioned": "~1.12.0@stable",
"silverstripe/graphql": "~3.8.0@stable || ~4.1.0@stable",
"silverstripe/session-manager": "~1.4.0@stable"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"extra": {
"project-files": [
"app/src/*"
],
"resources-dir": "_resources"
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}