mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"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-vendormodule",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"widgets",
|
|
"blog"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ingo Schommer",
|
|
"email": "ingo@silverstripe.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/vendor-plugin": "^1.0",
|
|
"silverstripe/framework": "^4.0",
|
|
"silverstripe/cms": "^4.0",
|
|
"silverstripe/versioned": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"sminnee/phpunit": "^5.7",
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
},
|
|
"extra": {
|
|
"expose": [
|
|
"css",
|
|
"javascript"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SilverStripe\\Widgets\\": "src/",
|
|
"SilverStripe\\Widgets\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
} |