mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
36 lines
960 B
JSON
36 lines
960 B
JSON
{
|
|
"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"
|
|
},
|
|
"suggest": {
|
|
"silverstripe/queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"3.x-dev": "3.1.x-dev"
|
|
}
|
|
}
|
|
}
|