silverstripe-spamprotection/composer.json

28 lines
626 B
JSON

{
"name": "silverstripe/spamprotection",
"description": "Spam protection module for SilverStripe.",
"type": "silverstripe-module",
"keywords": [
"silverstripe",
"spamprotection"
],
"authors": [
{
"name": "Saophalkun Ponlu",
"email": "phalkunz@silverstripe.com"
},
{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}
],
"require": {
"silverstripe/framework": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": [],
"license": "BSD-3-Clause"
}