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:
vikas srivastava 2012-09-24 17:01:21 +05:30
parent 7257fa52ce
commit 3c665c1c66
1 changed files with 21 additions and 0 deletions

21
composer.json Normal file
View 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"
}
}