mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Create composer.json
This commit is contained in:
parent
c70f270d86
commit
1c841b25e1
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/spamprotection",
|
||||||
|
"description": "Spam protection module for SilverStripe.",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "spamprotection"],
|
||||||
|
"authors": [{
|
||||||
|
"name": "Saophalkun Ponlu",
|
||||||
|
"email": "phalkunz@silverstripe.com"
|
||||||
|
}, {
|
||||||
|
"name": "Will Rossiter",
|
||||||
|
"email": "will@fullscreen.io"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"silverstripe/framework": "~2.3"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user