2013-01-07 13:48:09 +01:00
|
|
|
{
|
2016-11-16 22:15:57 +01:00
|
|
|
"name": "silverstripe/contentreview",
|
|
|
|
"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": "*",
|
|
|
|
"silverstripe/framework": "~3.1",
|
|
|
|
"silverstripe/cms": "~3.1"
|
|
|
|
},
|
2016-11-16 23:07:37 +01:00
|
|
|
"suggest": {
|
2015-07-31 06:07:18 +02:00
|
|
|
"silverstripe/queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
|
2015-11-18 22:37:49 +01:00
|
|
|
},
|
2017-09-06 06:58:12 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"3.x-dev": "3.1.x-dev"
|
|
|
|
}
|
|
|
|
}
|
2016-11-16 23:07:37 +01:00
|
|
|
}
|