Skip to content

Commit

Permalink
ADDED: composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorcow committed Jan 31, 2013
1 parent fe4a10e commit 3dc8ef3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/vendor/
17 changes: 17 additions & 0 deletions composer.json
@@ -0,0 +1,17 @@
{
"name": "tractorcow/comments-notifications",
"description": "Simple email notifications for comments posted against the Comments module",
"type": "silverstripe-module",
"keywords": ["silverstripe", "comments"],
"authors": [
{
"name": "Damian Mooyman",
"email": "damian.mooyman@gmail.com"
}
],
"require":
{
"silverstripe/framework": ">=3.1",
"silverstripe/comments": "dev-master"
}
}

0 comments on commit 3dc8ef3

Please sign in to comment.