silverstripe-widgets/composer.json
Damian Mooyman ccea929cb9 Merge remote-tracking branch 'origin/1.0' into 1.1
Conflicts:
	code/model/Widget.php
2015-05-04 11:46:37 +12:00

25 lines
588 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.1.*",
"silverstripe/cms": "3.1.*"
},
"require-dev": {
"phpunit/PHPUnit": "~3.7@stable"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}