mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
16 lines
391 B
JSON
16 lines
391 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.*"
|
|
}
|
|
} |