diff --git a/composer.json b/composer.json index f46b1a7..46c1b7c 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,22 @@ { - "name": "silverstripe/mathspamprotection", - "description": "This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.", - "type": "silverstripe-vendormodule", - "keywords": ["silverstripe", "spamprotection", "mathspamprotection"], - "authors": [{ - "name": "Will Rossiter", - "email": "will@fullscreen.io" - }], - "minimum-stability": "dev", - "require": { - "silverstripe/spamprotection": "^3" - }, + "name": "silverstripe/mathspamprotection", + "description": "This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.", + "type": "silverstripe-vendormodule", + "keywords": [ + "silverstripe", + "spamprotection", + "mathspamprotection" + ], + "authors": [ + { + "name": "Will Rossiter", + "email": "will@fullscreen.io" + } + ], + "minimum-stability": "dev", + "require": { + "silverstripe/spamprotection": "^3" + }, "autoload": { "psr-4": { "SilverStripe\\MathSpamProtection\\": "code/" @@ -21,5 +27,5 @@ "dev-master": "3.x-dev" } }, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause" } diff --git a/license.md b/license.md index 9445c8e..ca9a3ec 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2016, SilverStripe Limited +Copyright (c) 2021, SilverStripe Limited All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: