diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3af77a0 --- /dev/null +++ b/composer.json @@ -0,0 +1,20 @@ +{ + "name": "silverstripe/spamprotection", + "description": "SpamProtection module for SilverStripe.", + "type": "silverstripe-module", + "keywords": ["silverstripe", "spamprotection"], + "authors": [ + { + "name": "Saophalkun Ponlu", + "email": "phalkunz@silverstripe.com" + }, + { + "name": "Will Rossiter", + "email": "will@silverstripe.com" + } + ], + "require": + { + "silverstripe/framework": "3.*" + } +} \ No newline at end of file