mirror of
https://github.com/silverstripe/silverstripe-mathspamprotection
synced 2024-10-22 08:05:52 +02:00
FIX: Namespace as a sub namespace of the spam protection module
This commit is contained in:
parent
bd4defe793
commit
83b3fc22ad
@ -11,5 +11,10 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"silverstripe/spamprotection": "^2"
|
"silverstripe/spamprotection": "^2"
|
||||||
},
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"SilverStripe\\SpamProtection\\Maths": "code/"
|
||||||
|
}
|
||||||
|
},
|
||||||
"license": "BSD-3-Clause"
|
"license": "BSD-3-Clause"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user