2013-08-11 00:34:46 +02:00
|
|
|
{
|
2015-02-05 03:15:50 +01:00
|
|
|
"name": "silverstripe/blog",
|
2013-08-11 00:34:46 +02:00
|
|
|
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
|
2013-08-11 01:33:59 +02:00
|
|
|
"keywords": ["silverstripe", "blog", "news"],
|
2013-08-11 00:34:46 +02:00
|
|
|
"type": "silverstripe-module",
|
|
|
|
"require": {
|
2014-12-11 11:42:36 +01:00
|
|
|
"silverstripe/cms": "^3.1.0",
|
2015-02-07 00:38:29 +01:00
|
|
|
"silverstripe/lumberjack": "~1.1"
|
2013-08-11 01:58:48 +02:00
|
|
|
},
|
2015-02-08 08:03:55 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2013-08-11 00:34:46 +02:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Strong",
|
2014-02-16 06:19:26 +01:00
|
|
|
"email": "github@michaelstrong.co.uk"
|
2013-08-11 00:34:46 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"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."
|
2014-02-16 06:19:26 +01:00
|
|
|
}
|
2013-08-11 00:34:46 +02:00
|
|
|
}
|