From 69775622a16dcc1b3eea3430750ecc95a0e82dda Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Wed, 26 Sep 2012 02:02:36 +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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..dea3ede --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "silverstripe/widgets", + "description": "Widgets are small pieces of functionality such as showing + the latest Comments or Flickr Photos. They normally display on the sidebar + of your website. To check out a what a Widget can do watch the Widget video + and try out the demo site.", + "type": "silverstripe-module", + "keywords": ["silverstripe", "widgets", "blog"], + "authors": [ + { + "name": "Ingo Schommer", + "email": "ingo@silverstripe.com" + } + ], + "require": + { + "silverstripe/framework": "3.*" + } +} \ No newline at end of file