silverstripe-spamprotection/composer.json

26 lines
545 B
JSON
Raw Normal View History

{
"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
}],
"require": {
"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"
}
2015-11-19 06:54:40 +01:00
},
"license": "BSD-3-Clause"
2013-05-07 14:18:54 +02:00
}