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",
|
|
|
|
"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": "~3.7@stable"
|
|
|
|
},
|
2017-08-28 01:18:51 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"2.x-dev": "2.1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2016-11-16 22:17:57 +01:00
|
|
|
"license": "BSD-3-Clause"
|
2017-07-07 06:09:39 +02:00
|
|
|
}
|