silverstripe-widgets/composer.json

23 lines
553 B
JSON
Raw Normal View History

{
"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": {
2017-01-25 14:18:05 +01:00
"silverstripe/framework": "^4",
"silverstripe/cms": "^4"
},
"extra": {
"branch-alias": {
2017-01-25 14:18:05 +01:00
"dev-master": "2.0.x-dev"
}
2015-11-19 06:53:43 +01:00
},
"license": "BSD-3-Clause"
2013-05-07 12:45:29 +02:00
}