recipe-cms/composer.json
Maxime Rainville f5ccd6fd1d Update branch alias on master to 5.x-dev
Related to our decision to retag recipe to 4, the next version of recipe will be 5, not 2.
2018-06-26 11:39:33 +12:00

37 lines
1.1 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": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "5.x-dev",
"silverstripe/admin": "2.x-dev",
"silverstripe/asset-admin": "2.x-dev",
"silverstripe/campaign-admin": "2.x-dev",
"silverstripe/cms": "5.x-dev",
"silverstripe/errorpage": "2.x-dev",
"silverstripe/graphql": "3.x-dev",
"silverstripe/reports": "5.x-dev",
"silverstripe/siteconfig": "5.x-dev",
"silverstripe/versioned": "2.x-dev"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"extra": {
"project-files": [
"app/src/*"
],
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}