2012-09-26 02:02:36 +05:30
{
2017-01-18 11:24:09 +13: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-19 09:59:35 +13:00
"type" : "silverstripe-vendormodule" ,
2021-05-05 11:17:32 +12:00
"keywords" : [
"silverstripe" ,
"widgets" ,
"blog"
] ,
2017-01-18 11:24:09 +13:00
"authors" : [
{
"name" : "Ingo Schommer" ,
"email" : "ingo@silverstripe.com"
}
] ,
"require" : {
2017-10-11 09:54:52 +13:00
"silverstripe/vendor-plugin" : "^1.0" ,
2023-03-10 16:32:44 +13:00
"silverstripe/framework" : "4.13.0-beta1" ,
"silverstripe/cms" : "4.13.0-beta1" ,
"silverstripe/versioned" : "1.13.0-beta1"
2017-01-18 11:24:09 +13:00
} ,
"require-dev" : {
2021-11-10 10:47:55 +13:00
"phpunit/phpunit" : "^9.5" ,
2017-08-25 16:46:09 +12:00
"squizlabs/php_codesniffer" : "^3.0"
2017-01-18 11:24:09 +13:00
} ,
"extra" : {
2017-10-11 09:54:52 +13:00
"expose" : [
"css" ,
"javascript"
]
2017-01-18 11:24:09 +13:00
} ,
"autoload" : {
"psr-4" : {
"SilverStripe\\Widgets\\" : "src/" ,
2017-01-18 14:49:15 +13:00
"SilverStripe\\Widgets\\Tests\\" : "tests/"
2017-01-18 11:24:09 +13:00
}
} ,
2017-01-18 14:49:15 +13:00
"license" : "BSD-3-Clause" ,
"minimum-stability" : "dev" ,
"prefer-stable" : true
2023-03-10 12:21:29 +13:00
}