silverstripe-widgets/composer.json

25 lines
578 B
JSON
Raw Permalink 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:31:44 +01:00
"silverstripe/framework": "^3.2",
"silverstripe/cms": "^3.2"
},
"require-dev": {
2019-07-23 15:57:11 +02:00
"phpunit/phpunit": "^5.7"
},
"extra": {
"branch-alias": {
}
2015-11-19 06:53:43 +01:00
},
"license": "BSD-3-Clause"
2013-05-07 12:45:29 +02:00
}