From 823efc34831d6903a7d90501188348e7d8ca2901 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..bea8d3d --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "silverstripe/spamprotection", + "description": "Spam protection module for SilverStripe.", + "type": "silverstripe-module", + "keywords": ["silverstripe", "spamprotection"], + "authors": [{ + "name": "Saophalkun Ponlu", + "email": "phalkunz@silverstripe.com" + }, { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + } + ], + "require": { + "silverstripe/framework": "3.*" + } +} \ No newline at end of file