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." ,
2017-12-18 21:59:35 +01:00
"type" : "silverstripe-vendormodule" ,
2017-01-17 23:24:09 +01:00
"keywords" : [ "silverstripe" , "widgets" , "blog" ] ,
"authors" : [
{
"name" : "Ingo Schommer" ,
"email" : "ingo@silverstripe.com"
}
] ,
"require" : {
2017-10-10 22:54:52 +02:00
"silverstripe/vendor-plugin" : "^1.0" ,
"silverstripe/framework" : "^4.0" ,
"silverstripe/cms" : "^4.0"
2017-01-17 23:24:09 +01:00
} ,
"require-dev" : {
2017-08-25 06:27:41 +02:00
"phpunit/phpunit" : "^5.7" ,
2017-08-25 06:46:09 +02:00
"squizlabs/php_codesniffer" : "^3.0"
2017-01-17 23:24:09 +01:00
} ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.x-dev"
2017-10-10 22:54:52 +02:00
} ,
"expose" : [
"css" ,
"javascript"
]
2017-01-17 23:24:09 +01:00
} ,
"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
}