recipe-cms/composer.json

33 lines
1.0 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": {
2018-04-05 06:42:17 +02:00
"silverstripe/recipe-plugin": "^1.2",
2018-07-30 17:23:23 +02:00
"silverstripe/recipe-core": "4.2.1@stable",
"silverstripe/admin": "1.2.1@stable",
"silverstripe/asset-admin": "1.2.1@stable",
"silverstripe/campaign-admin": "1.2.1@stable",
"silverstripe/cms": "4.2.1@stable",
"silverstripe/errorpage": "1.2.1@stable",
"silverstripe/graphql": "2.0.1@stable",
"silverstripe/reports": "4.2.1@stable",
"silverstripe/siteconfig": "4.2.1@stable",
"silverstripe/versioned": "1.2.1@stable"
2017-07-11 05:16:08 +02:00
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"extra": {
"project-files": [
"app/src/*"
2018-06-15 05:30:03 +02:00
]
2017-07-11 05:16:08 +02:00
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
2018-07-24 21:22:13 +02:00
}