mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"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.",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "widgets", "blog"],
|
|
"authors": [
|
|
{
|
|
"name": "Ingo Schommer",
|
|
"email": "ingo@silverstripe.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "^3.2",
|
|
"silverstripe/cms": "^3.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
}
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|