2013-01-07 04:48:09 -08:00
|
|
|
{
|
2016-11-17 10:15:57 +13:00
|
|
|
"name": "silverstripe/contentreview",
|
2017-10-11 09:42:28 +13:00
|
|
|
"type": "silverstripe-vendormodule",
|
2016-11-17 10:15:57 +13:00
|
|
|
"description": "Flags pages for periodical author review (incl. reporting)",
|
|
|
|
"homepage": "http://silverstripe.org",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"cms",
|
2023-01-27 09:23:46 +13:00
|
|
|
"workflow",
|
|
|
|
"content review",
|
|
|
|
"review",
|
|
|
|
"permissions"
|
2016-11-17 10:15:57 +13:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "The SilverStripe Community",
|
|
|
|
"homepage": "http://silverstripe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2023-01-10 09:43:41 +13:00
|
|
|
"php": "^8.1",
|
|
|
|
"silverstripe/vendor-plugin": "^2",
|
2024-02-19 18:27:05 +13:00
|
|
|
"silverstripe/framework": "^6",
|
|
|
|
"silverstripe/cms": "^6",
|
|
|
|
"silverstripe/reports": "^6",
|
|
|
|
"silverstripe/siteconfig": "^6"
|
2017-09-06 09:51:41 +12:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-19 18:27:05 +13:00
|
|
|
"silverstripe/recipe-testing": "^4",
|
2022-07-08 12:00:12 +12:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
2024-02-19 18:27:05 +13:00
|
|
|
"symbiote/silverstripe-queuedjobs": "^6",
|
2024-02-02 13:58:34 +13:00
|
|
|
"silverstripe/standards": "^1",
|
|
|
|
"phpstan/extension-installer": "^1.3"
|
2016-11-17 10:15:57 +13:00
|
|
|
},
|
2016-11-17 11:07:37 +13:00
|
|
|
"suggest": {
|
2017-09-06 09:51:41 +12:00
|
|
|
"symbiote/silverstripe-queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
|
2015-11-19 10:37:49 +13:00
|
|
|
},
|
2017-08-24 13:00:23 +12:00
|
|
|
"extra": {
|
2017-10-11 09:42:28 +13:00
|
|
|
"expose": [
|
|
|
|
"client/dist"
|
|
|
|
]
|
2017-09-06 09:51:41 +12:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SilverStripe\\ContentReview\\": "src/",
|
2021-11-12 18:24:50 +13:00
|
|
|
"SilverStripe\\ContentReview\\Tests\\": "tests/php/",
|
|
|
|
"SilverStripe\\ContentReview\\Tests\\Behat\\Context\\": "tests/behat/src/"
|
2017-09-06 09:51:41 +12:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2024-02-02 13:58:34 +13:00
|
|
|
}
|