2013-01-07 13:48:09 +01:00
|
|
|
{
|
2016-11-16 22:15:57 +01:00
|
|
|
"name": "silverstripe/contentreview",
|
2017-10-10 22:42:28 +02:00
|
|
|
"type": "silverstripe-vendormodule",
|
2016-11-16 22:15:57 +01: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-21 22:02:01 +01:00
|
|
|
"silverstripe/vendor-plugin": "^1",
|
2018-06-20 09:31:33 +02:00
|
|
|
"silverstripe/framework": "^4.2",
|
|
|
|
"silverstripe/cms": "^4.2",
|
|
|
|
"silverstripe/reports": "^4.2",
|
|
|
|
"silverstripe/siteconfig": "^4.2"
|
2017-09-05 23:51:41 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-12-15 01:54:35 +01:00
|
|
|
"sminnee/phpunit": "^5.7",
|
2017-12-21 22:02:01 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3",
|
|
|
|
"silverstripe/behat-extension": "^3",
|
|
|
|
"silverstripe/serve": "^2",
|
2017-09-11 07:53:59 +02:00
|
|
|
"se/selenium-server-standalone": "2.41.0"
|
2016-11-16 22:15:57 +01:00
|
|
|
},
|
2016-11-16 23:07:37 +01:00
|
|
|
"suggest": {
|
2017-09-05 23:51:41 +02:00
|
|
|
"symbiote/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-08-24 03:00:23 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2018-06-11 04:50:15 +02:00
|
|
|
"dev-master": "4.x-dev"
|
2017-10-10 22:42:28 +02:00
|
|
|
},
|
|
|
|
"expose": [
|
|
|
|
"client/dist"
|
|
|
|
]
|
2017-09-05 23:51:41 +02:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SilverStripe\\ContentReview\\": "src/",
|
2017-09-11 07:53:59 +02:00
|
|
|
"SilverStripe\\ContentReview\\Tests\\": "tests/php/"
|
2017-09-05 23:51:41 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2016-11-16 23:07:37 +01:00
|
|
|
}
|