Skip to content

Commit

Permalink
New : Added composer.json
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
vikas-srivastava committed Sep 23, 2012
1 parent e75f3ea commit 83ab4ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions composer.json
@@ -0,0 +1,22 @@
{
"name": "silverstripe/mollom",
"description": "Mollom module for SilverStripe.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "spamprotection", "mollom"],
"authors": [
{
"name": "Saophalkun Ponlu",
"email": "phalkunz@silverstripe.com"
},
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"minimum-stability": "dev",
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/spamprotection": "dev-master"
}
}

0 comments on commit 83ab4ad

Please sign in to comment.