silverstripe-blog/composer.json

25 lines
813 B
JSON
Executable File

{
"name": "micmania1/silverstripe-blog",
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
"keywords": "[silverstripe, blog, news]",
"type": "silverstripe-module",
"require": {
"composer/installers": "*",
"silverstripe/framework": "3.1.*",
"silverstripe/cms": "3.1.*"
},
"license": "BSD-2-Clause",
"authors": [
{
"name": "Michael Strong",
"email": "micmania@hotmail.co.uk"
}
],
"suggest": {
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
"silverstripe/comments": "This module adds comments to your blog."
},
"minimum-stability": "dev",
"prefer-stable": true
}