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",
|
|
|
|
"workflow"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "SilverStripe",
|
|
|
|
"homepage": "http://silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "The SilverStripe Community",
|
|
|
|
"homepage": "http://silverstripe.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2017-12-22 10:02:01 +13:00
|
|
|
"silverstripe/vendor-plugin": "^1",
|
|
|
|
"silverstripe/framework": "^4",
|
|
|
|
"silverstripe/cms": "^4",
|
|
|
|
"silverstripe/reports": "^4",
|
|
|
|
"silverstripe/siteconfig": "^4"
|
2017-09-06 09:51:41 +12:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7",
|
2017-12-22 10:02:01 +13:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"silverstripe/behat-extension": "^3",
|
|
|
|
"silverstripe/serve": "^2",
|
2017-09-11 17:53:59 +12:00
|
|
|
"se/selenium-server-standalone": "2.41.0"
|
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/",
|
2017-09-11 17:53:59 +12:00
|
|
|
"SilverStripe\\ContentReview\\Tests\\": "tests/php/"
|
2017-09-06 09:51:41 +12:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2016-11-17 11:07:37 +13:00
|
|
|
}
|