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" : {
2023-01-09 21:32:14 +01:00
"silverstripe/vendor-plugin" : "^2" ,
"silverstripe/framework" : "^5" ,
"silverstripe/cms" : "^5" ,
"silverstripe/versioned" : "^2"
2017-01-17 23:24:09 +01:00
} ,
"require-dev" : {
2021-11-09 22:47:55 +01:00
"phpunit/phpunit" : "^9.5" ,
2023-01-09 21:32:14 +01:00
"squizlabs/php_codesniffer" : "^3.7"
2017-01-17 23:24:09 +01:00
} ,
"extra" : {
2017-10-10 22:54:52 +02:00
"expose" : [
2023-01-20 02:47:29 +01:00
"client/dist"
2017-10-10 22:54:52 +02:00
]
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
2023-03-10 00:21:29 +01:00
}