2012-09-22 18:36:48 +02: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"
|
2013-04-05 10:11:43 +02:00
|
|
|
}],
|
2012-09-22 18:36:48 +02:00
|
|
|
"require": {
|
2013-08-14 11:54:04 +02:00
|
|
|
"silverstripe/framework": "~3.1"
|
2015-03-22 23:35:25 +01:00
|
|
|
},
|
2015-03-24 05:17:15 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2015-03-22 23:35:25 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
2012-09-22 18:36:48 +02:00
|
|
|
}
|
2013-05-07 14:18:54 +02:00
|
|
|
}
|