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 25, 2012
1 parent 49991fb commit 189c478
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
@@ -0,0 +1,16 @@
{
"name": "silverstripe-labs/peruseraccess",
"description": "Adds control for more granular permissions.",
"type": "silverstripe-module",
"keywords": ["silverstripe-labs", "peruseraccess", "security", "user management"],
"authors": [
{
"name": "Luke Hudson",
"email": "luke@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": "2.4.*"
}
}

0 comments on commit 189c478

Please sign in to comment.