recipe-cms/composer.json

38 lines
1.3 KiB
JSON
Raw Normal View History

2017-07-11 05:16:08 +02:00
{
2017-07-11 05:31:29 +02:00
"name": "silverstripe/recipe-cms",
2017-07-11 05:16:08 +02:00
"type": "silverstripe-recipe",
"description": "SilverStripe recipe for fully featured page and asset content editing",
2017-07-11 05:35:24 +02:00
"homepage": "http://silverstripe.org",
"license": "BSD-3-Clause",
2017-07-11 05:16:08 +02:00
"require": {
2022-02-10 05:25:32 +01:00
"php": "^7.4 || ^8.0",
"silverstripe/recipe-plugin": "^1.5",
2022-12-19 02:25:43 +01:00
"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"
2017-07-11 05:16:08 +02:00
},
"require-dev": {
2021-11-04 21:47:39 +01:00
"phpunit/phpunit": "^9.5"
2017-07-11 05:16:08 +02:00
},
"extra": {
"project-files": [
"app/src/*"
2017-07-11 05:16:08 +02:00
],
"resources-dir": "_resources"
2017-07-11 05:16:08 +02:00
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}