recipe-cms/composer.json

38 lines
1.2 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-11-21 22:21:24 +01:00
"silverstripe/recipe-core": "~4.11.1@stable",
"silverstripe/admin": "~1.11.3@stable",
"silverstripe/asset-admin": "~1.11.2@stable",
"silverstripe/campaign-admin": "~1.11.0@stable",
"silverstripe/versioned-admin": "~1.11.1@stable",
"silverstripe/cms": "~4.11.3@stable",
"silverstripe/errorpage": "~1.11.0@stable",
"silverstripe/reports": "~4.11.0@stable",
"silverstripe/siteconfig": "~4.11.0@stable",
"silverstripe/versioned": "~1.11.1@stable",
"silverstripe/graphql": "~3.8.1 || ~4.0.1",
"silverstripe/session-manager": "~1.3.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"
}