FIX: Namespace as a sub namespace of the spam protection module

This commit is contained in:
Gordon Anderson 2018-04-19 22:07:50 +07:00
parent bd4defe793
commit 83b3fc22ad
1 changed files with 5 additions and 0 deletions

View File

@ -11,5 +11,10 @@
"require": {
"silverstripe/spamprotection": "^2"
},
"autoload": {
"psr-4": {
"SilverStripe\\SpamProtection\\Maths": "code/"
}
},
"license": "BSD-3-Clause"
}