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" ,
2021-05-05 01:17:32 +02:00
"keywords" : [
"silverstripe" ,
"widgets" ,
"blog"
] ,
2017-01-17 23:24:09 +01:00
"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" ,
2017-12-19 02:20:20 +01:00
"silverstripe/cms" : "^4.0" ,
"silverstripe/versioned" : "^1.0"
2017-01-17 23:24:09 +01:00
} ,
"require-dev" : {
2020-11-10 02:08:17 +01:00
"sminnee/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" : {
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
2021-05-05 01:17:32 +02:00
}