From 8346b5a99d85553571e775acb34aab1b923c3e7c Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 22 Sep 2012 22:06:48 +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 requirement. For more information please visit at http://extension.openbees.org/instructions/ --- composer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3af77a0 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "silverstripe/spamprotection", + "description": "SpamProtection module for SilverStripe.", + "type": "silverstripe-module", + "keywords": ["silverstripe", "spamprotection"], + "authors": [ + { + "name": "Saophalkun Ponlu", + "email": "phalkunz@silverstripe.com" + }, + { + "name": "Will Rossiter", + "email": "will@silverstripe.com" + } + ], + "require": + { + "silverstripe/framework": "3.*" + } +} \ No newline at end of file