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": {
"silverstripe/recipe-plugin": "^1.2",
2019-11-21 02:30:04 +01:00
"silverstripe/recipe-core": "4.6.x-dev",
"silverstripe/admin": "1.6.x-dev",
"silverstripe/asset-admin": "1.6.x-dev",
"silverstripe/campaign-admin": "1.6.x-dev",
"silverstripe/versioned-admin": "1.4.x-dev",
"silverstripe/cms": "4.6.x-dev",
"silverstripe/errorpage": "1.6.x-dev",
"silverstripe/graphql": "3.3.x-dev",
"silverstripe/reports": "4.6.x-dev",
"silverstripe/siteconfig": "4.6.x-dev",
"silverstripe/versioned": "1.6.x-dev"
2017-07-11 05:16:08 +02:00
},
"require-dev": {
"phpunit/phpunit": "^5.7"
2017-07-11 05:16:08 +02:00
},
"extra": {
2019-11-21 02:03:39 +01:00
"branch-alias": {
"4.x-dev": "4.6.x-dev"
},
2017-07-11 05:16:08 +02:00
"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"
2019-11-14 02:24:52 +01:00
}