mirror of
https://github.com/silverstripe/silverstripe-staticpublisher
synced 2024-10-22 12:05:54 +00: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 requirements. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
9ad7892e08
commit
86c5e5f013
21
composer.json
Normal file
21
composer.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "silverstripe-labs/static",
|
||||
"description": "Static provides several extensions for exporting a SilverStripe application to
|
||||
both local or remote file systems.",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe-labs", "static", "export"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Will Rossiter",
|
||||
"email": "will@fullscreen.io"
|
||||
},
|
||||
{
|
||||
"name": "Sam Minnée",
|
||||
"email": "sam@silverstripe.com"
|
||||
}
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": "3.*"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user