2012-09-25 22:32:36 +02:00
{
2017-01-17 23:24:09 +01:00
"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" : "^4.0@dev" ,
"silverstripe/cms" : "^4.0@dev"
} ,
"require-dev" : {
"phpunit/PHPUnit" : "~4.8"
} ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.x-dev"
}
} ,
"autoload" : {
"psr-4" : {
"SilverStripe\\Widgets\\" : "src/" ,
2017-01-18 02:49:15 +01:00
"SilverStripe\\Widgets\\Tests\\" : "tests/"
2017-01-17 23:24:09 +01:00
}
} ,
2017-01-18 02:49:15 +01:00
"license" : "BSD-3-Clause" ,
"minimum-stability" : "dev" ,
"prefer-stable" : true
2013-05-07 12:45:29 +02:00
}