From 3c665c1c66742ae75fb78f6173cce44d57b1380e Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Mon, 24 Sep 2012 17:01:21 +0530 Subject: [PATCH] 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/ --- composer.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..09c31b7 --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file