mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
25 lines
813 B
JSON
Executable File
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
|
|
}
|