Skip to content

Commit

Permalink
Merge pull request #14 from tractorcow/pulls/fix-mollom-dependency
Browse files Browse the repository at this point in the history
BUG Fixed dependencies to point to correct mollom package
  • Loading branch information
wilr committed Feb 10, 2014
2 parents a7ccce3 + 1fe0626 commit d25dad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@

* SilverStripe >= 3.1
* Silverstripe SpamProtection module
* Mollom REST PHP Client <https://github.com/Mollom/MollomPHP>

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,6 +14,6 @@
"minimum-stability": "dev",
"require": {
"silverstripe/spamprotection": "dev-master",
"mollom/mollom": "dev-master"
"mollom/client": "dev-master"
}
}

0 comments on commit d25dad0

Please sign in to comment.