Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Mar 31, 2021
1 parent ad36c19 commit cf19fe4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
32 changes: 19 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
}],
"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": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"silverstripe/spamprotection": "^3"
},
"autoload": {
"psr-4": {
"SilverStripe\\MathSpamProtection\\": "code/"
Expand All @@ -21,5 +27,5 @@
"dev-master": "3.x-dev"
}
},
"license": "BSD-3-Clause"
"license": "BSD-3-Clause"
}
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit cf19fe4

Please sign in to comment.