silverstripe-spamprotection/composer.json

44 lines
1.1 KiB
JSON
Raw Normal View History

{
2016-11-16 22:17:57 +01:00
"name": "silverstripe/spamprotection",
"description": "Spam protection module for SilverStripe.",
"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": {
2021-10-27 07:14:42 +02:00
"php": "^7.3 || ^8.0",
"silverstripe/framework": "^4.10"
2016-11-16 22:17:57 +01:00
},
"require-dev": {
2021-10-27 07:14:42 +02:00
"phpunit/phpunit": "^9.5",
"silverstripe/versioned": "^1.0",
"squizlabs/php_codesniffer": "^3.0",
"silverstripe/userforms": "^5"
2016-11-16 22:17:57 +01:00
},
2017-01-31 13:09:41 +01:00
"extra": {
"expose": [
"images"
2021-05-05 01:17:33 +02:00
]
2017-01-31 13:09:41 +01: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
}