2012-09-22 18:36:48 +02:00
|
|
|
{
|
2016-11-16 22:17:57 +01:00
|
|
|
"name": "silverstripe/spamprotection",
|
|
|
|
"description": "Spam protection module for SilverStripe.",
|
|
|
|
"type": "silverstripe-module",
|
2017-01-31 13:09:41 +01:00
|
|
|
"keywords": ["silverstripe", "spamprotection"],
|
|
|
|
"authors": [{
|
|
|
|
"name": "Saophalkun Ponlu",
|
|
|
|
"email": "phalkunz@silverstripe.com"
|
|
|
|
}, {
|
|
|
|
"name": "Will Rossiter",
|
|
|
|
"email": "will@fullscreen.io"
|
|
|
|
}],
|
2016-11-16 22:17:57 +01:00
|
|
|
"require": {
|
|
|
|
"silverstripe/framework": "~3.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2017-01-31 13:09:41 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-08-28 01:20:58 +02:00
|
|
|
"dev-master": "3.0.x-dev"
|
2017-01-31 13:09:41 +01:00
|
|
|
}
|
|
|
|
},
|
2016-11-16 22:17:57 +01:00
|
|
|
"license": "BSD-3-Clause"
|
2013-05-07 14:18:54 +02:00
|
|
|
}
|