mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "silverstripe/contentreview",
|
|
"type": "silverstripe-vendormodule",
|
|
"description": "Flags pages for periodical author review (incl. reporting)",
|
|
"homepage": "http://silverstripe.org",
|
|
"license": "BSD-3-Clause",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"cms",
|
|
"workflow",
|
|
"content review",
|
|
"review",
|
|
"permissions"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "SilverStripe",
|
|
"homepage": "http://silverstripe.com"
|
|
},
|
|
{
|
|
"name": "The SilverStripe Community",
|
|
"homepage": "http://silverstripe.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1",
|
|
"silverstripe/vendor-plugin": "^2",
|
|
"silverstripe/framework": "^5",
|
|
"silverstripe/cms": "^5",
|
|
"silverstripe/reports": "^5",
|
|
"silverstripe/siteconfig": "^5"
|
|
},
|
|
"require-dev": {
|
|
"silverstripe/recipe-testing": "^3",
|
|
"squizlabs/php_codesniffer": "^3",
|
|
"symbiote/silverstripe-queuedjobs": "^5",
|
|
"silverstripe/standards": "^1",
|
|
"phpstan/extension-installer": "^1.3"
|
|
},
|
|
"suggest": {
|
|
"symbiote/silverstripe-queuedjobs": "Automatically schedules content review emails to be sent, only requiring one crontask to be created"
|
|
},
|
|
"extra": {
|
|
"expose": [
|
|
"client/dist"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SilverStripe\\ContentReview\\": "src/",
|
|
"SilverStripe\\ContentReview\\Tests\\": "tests/php/",
|
|
"SilverStripe\\ContentReview\\Tests\\Behat\\Context\\": "tests/behat/src/"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|