mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirement. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
03377fba84
commit
8346b5a99d
20
composer.json
Normal file
20
composer.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/spamprotection",
|
||||||
|
"description": "SpamProtection module for SilverStripe.",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "spamprotection"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Saophalkun Ponlu",
|
||||||
|
"email": "phalkunz@silverstripe.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Will Rossiter",
|
||||||
|
"email": "will@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user