recipe-cms/composer.json

37 lines
1.1 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": {
2017-10-25 00:08:46 +02:00
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-core": "1.2.x-dev",
"silverstripe/admin": "1.2.x-dev",
"silverstripe/asset-admin": "1.2.x-dev",
"silverstripe/campaign-admin": "1.2.x-dev",
"silverstripe/cms": "4.2.x-dev",
"silverstripe/errorpage": "1.2.x-dev",
2018-03-21 00:52:30 +01:00
"silverstripe/graphql": "2.0.x-dev",
"silverstripe/reports": "4.2.x-dev",
"silverstripe/siteconfig": "4.2.x-dev",
"silverstripe/versioned": "1.2.x-dev"
2017-07-11 05:16:08 +02:00
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"extra": {
"project-files": [
"mysite/code/*"
],
"branch-alias": {
"1.x-dev": "1.2.x-dev"
2017-07-11 05:16:08 +02:00
}
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
2017-10-12 03:39:00 +02:00
}