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.",
|
2017-11-02 02:02:01 +01:00
|
|
|
"type": "silverstripe-vendormodule",
|
2021-05-05 01:17:33 +02: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": {
|
2017-11-02 02:02:01 +01:00
|
|
|
"silverstripe/framework": "^4.0"
|
2016-11-16 22:17:57 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-11-10 02:03:59 +01:00
|
|
|
"sminnee/phpunit": "^5.7",
|
2017-11-02 02:02:01 +01:00
|
|
|
"silverstripe/versioned": "^1.0",
|
2016-10-10 07:44:28 +02:00
|
|
|
"squizlabs/php_codesniffer": "^3.0"
|
2016-11-16 22:17:57 +01:00
|
|
|
},
|
2017-01-31 13:09:41 +01:00
|
|
|
"extra": {
|
2017-11-02 02:02:01 +01:00
|
|
|
"expose": [
|
|
|
|
"images"
|
2021-05-05 01:17:33 +02:00
|
|
|
]
|
2017-01-31 13:09:41 +01:00
|
|
|
},
|
2017-08-28 00:53:32 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SilverStripe\\SpamProtection\\": "code/",
|
|
|
|
"SilverStripe\\SpamProtection\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2021-05-05 01:17:33 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2016-10-10 07:44:28 +02:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2021-05-05 01:17:33 +02:00
|
|
|
}
|