2012-09-25 22:32:36 +02:00
{
"name" : "silverstripe/widgets" ,
2012-09-29 12:28:44 +02:00
"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." ,
2012-09-25 22:32:36 +02:00
"type" : "silverstripe-module" ,
"keywords" : [ "silverstripe" , "widgets" , "blog" ] ,
"authors" : [
2015-03-06 00:02:46 +01:00
{
"name" : "Ingo Schommer" ,
"email" : "ingo@silverstripe.com"
}
2012-09-25 22:32:36 +02:00
] ,
2015-03-06 00:02:46 +01:00
"require" : {
2015-05-04 01:37:01 +02:00
"silverstripe/framework" : ">=3.2" ,
"silverstripe/cms" : ">=3.2"
2015-03-06 00:02:46 +01:00
} ,
"require-dev" : {
"phpunit/PHPUnit" : "~3.7@stable"
} ,
"extra" : {
"branch-alias" : {
2015-05-04 01:37:01 +02:00
"dev-master" : "1.2.x-dev"
2015-03-06 00:02:46 +01:00
}
2012-09-25 22:32:36 +02:00
}
2013-05-07 12:45:29 +02:00
}