silverstripe-spamprotection/composer.json

35 lines
911 B
JSON
Raw Normal View History

{
2016-11-16 22:17:57 +01:00
"name": "silverstripe/spamprotection",
"description": "Spam protection module for SilverStripe.",
"type": "silverstripe-module",
2017-01-31 13:09:41 +01: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": {
2016-10-10 07:44:28 +02:00
"silverstripe/framework": "^4@dev"
2016-11-16 22:17:57 +01:00
},
"require-dev": {
2016-10-10 07:44:28 +02:00
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.0"
2016-11-16 22:17:57 +01:00
},
2017-01-31 13:09:41 +01:00
"extra": {
"branch-alias": {
2017-08-28 01:20:58 +02:00
"dev-master": "3.0.x-dev"
2017-01-31 13:09:41 +01:00
}
},
"autoload": {
"psr-4": {
"SilverStripe\\SpamProtection\\": "code/",
"SilverStripe\\SpamProtection\\Tests\\": "tests/"
}
},
"license": "BSD-3-Clause",
2016-10-10 07:44:28 +02:00
"minimum-stability": "dev",
"prefer-stable": true
2013-05-07 14:18:54 +02:00
}