2012-09-22 22:06:48 +05:30
|
|
|
{
|
2016-11-17 10:17:57 +13:00
|
|
|
"name": "silverstripe/spamprotection",
|
|
|
|
"description": "Spam protection module for SilverStripe.",
|
2017-11-02 14:02:01 +13:00
|
|
|
"type": "silverstripe-vendormodule",
|
2021-05-05 11:17:33 +12:00
|
|
|
"keywords": [
|
|
|
|
"silverstripe",
|
|
|
|
"spamprotection"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Saophalkun Ponlu",
|
|
|
|
"email": "phalkunz@silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Will Rossiter",
|
|
|
|
"email": "will@fullscreen.io"
|
|
|
|
}
|
|
|
|
],
|
2016-11-17 10:17:57 +13:00
|
|
|
"require": {
|
2022-02-10 17:37:49 +13:00
|
|
|
"php": "^7.4 || ^8.0",
|
2023-03-28 17:02:59 +13:00
|
|
|
"silverstripe/framework": "^4.10"
|
2016-11-17 10:17:57 +13:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-10-27 18:14:42 +13:00
|
|
|
"phpunit/phpunit": "^9.5",
|
2017-11-02 14:02:01 +13:00
|
|
|
"silverstripe/versioned": "^1.0",
|
2021-08-12 13:35:02 +12:00
|
|
|
"squizlabs/php_codesniffer": "^3.0",
|
|
|
|
"silverstripe/userforms": "^5"
|
2016-11-17 10:17:57 +13:00
|
|
|
},
|
2017-01-31 12:09:41 +00:00
|
|
|
"extra": {
|
2017-11-02 14:02:01 +13:00
|
|
|
"expose": [
|
|
|
|
"images"
|
2021-05-05 11:17:33 +12:00
|
|
|
]
|
2017-01-31 12:09:41 +00:00
|
|
|
},
|
2017-08-28 10:53:32 +12:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SilverStripe\\SpamProtection\\": "code/",
|
|
|
|
"SilverStripe\\SpamProtection\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
},
|
2021-05-05 11:17:33 +12:00
|
|
|
"license": "BSD-3-Clause",
|
2016-10-10 18:44:28 +13:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2023-03-10 12:21:29 +13:00
|
|
|
}
|