mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +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 requirements. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
96769ebd37
commit
69775622a1
19
composer.json
Normal file
19
composer.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "silverstripe/widgets",
|
||||||
|
"description": "Widgets are small pieces of functionality such as showing
|
||||||
|
the latest Comments or Flickr Photos. They normally display on the sidebar
|
||||||
|
of your website. To check out a what a Widget can do watch the Widget video
|
||||||
|
and try out the demo site.",
|
||||||
|
"type": "silverstripe-module",
|
||||||
|
"keywords": ["silverstripe", "widgets", "blog"],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Ingo Schommer",
|
||||||
|
"email": "ingo@silverstripe.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require":
|
||||||
|
{
|
||||||
|
"silverstripe/framework": "3.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user