mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
7257fa52ce
commit
3c665c1c66
21
composer.json
Normal file
21
composer.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe-labs/contentreview",
|
||||||
|
"description": "This module lets you provide a date, and an owner to review
|
||||||
|
content at a future date. When you install this module, a 'Review' tab will
|
||||||
|
show up in the CMS where you can set the content owner and review date.",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe-labs", "contentreview"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Tom Rix",
|
||||||
|
"email": "tom@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"php": ">=5.2",
|
||||||
|
"silverstripe/framework": "2.4.*",
|
||||||
|
"silverstripe-labs/legacydatetimefields": "dev-master"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user