Skip to content

Commit

Permalink
Add composer.json for packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
feejin committed Sep 9, 2013
1 parent a632282 commit 9262d1d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
@@ -0,0 +1,25 @@
{
"name": "feejin/silverstripe-securitytemplates",
"description": "Custom security templates to mirror CMS",
"type": "silverstripe-module",
"homepage": "https://github.com/feejin/Silverstripe-SecurityTemplates",
"keywords": ["silverstripe", "security", "templates", "theme"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Colin Richardson",
"email": "colinrichardson@bigfork.co.uk"
},
{
"name": "Loz Calver",
"email": "lozcalver@bigfork.co.uk"
}
],
"support": {
"issues": "https://github.com/feejin/Silverstripe-SecurityTemplates/issues"
},
"require": {
"silverstripe/cms": ">=3.0",
"silverstripe/framework": ">=3.0"
}
}

0 comments on commit 9262d1d

Please sign in to comment.