2013-01-07 13:48:09 +01:00
|
|
|
{
|
2013-09-23 07:57:47 +02:00
|
|
|
"name": "silverstripe/contentreview",
|
2013-01-07 13:48:09 +01:00
|
|
|
"type": "silverstripe-module",
|
|
|
|
"description": "Flags pages for periodical author review (incl. reporting)",
|
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"keywords": ["silverstripe", "cms", "workflow"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "The SilverStripe Community",
|
|
|
|
"homepage": "http://silverstripe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
|
|
|
"composer/installers": "*",
|
2013-09-23 07:57:47 +02:00
|
|
|
"silverstripe/framework": "~3.1",
|
|
|
|
"silverstripe/cms": "~3.1"
|
2015-07-31 06:07:18 +02:00
|
|
|
},
|
|
|
|
"suggests": {
|
|
|
|
"silverstripe/queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
|
|
|
|
}
|
2013-01-07 13:48:09 +01:00
|
|
|
}
|