mirror of
https://github.com/silverstripe/recipe-cms.git
synced 2024-10-22 08:05:52 +02:00
38 lines
1.3 KiB
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": "^8.1",
|
|
"silverstripe/recipe-plugin": "~2.0.1@stable",
|
|
"silverstripe/recipe-core": "~5.3.0@beta",
|
|
"silverstripe/admin": "~2.3.0@beta",
|
|
"silverstripe/asset-admin": "~2.3.0@beta",
|
|
"silverstripe/campaign-admin": "~2.3.0@beta",
|
|
"silverstripe/versioned-admin": "~2.3.0@beta",
|
|
"silverstripe/cms": "~5.3.0@beta",
|
|
"silverstripe/errorpage": "~2.3.0@beta",
|
|
"silverstripe/reports": "~5.3.0@beta",
|
|
"silverstripe/siteconfig": "~5.3.0@beta",
|
|
"silverstripe/versioned": "~2.3.0@beta",
|
|
"silverstripe/graphql": "~5.2.3@stable",
|
|
"silverstripe/session-manager": "~2.3.0@beta"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6",
|
|
"silverstripe/standards": "^1",
|
|
"phpstan/extension-installer": "^1.3"
|
|
},
|
|
"extra": {
|
|
"project-files": [
|
|
"app/src/*"
|
|
]
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev"
|
|
} |