2013-08-11 00:34:46 +02:00
|
|
|
{
|
2015-04-08 01:48:00 +02:00
|
|
|
"name": "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": {
|
|
|
|
"silverstripe/cms": ">=3.1.0",
|
|
|
|
"silverstripe/lumberjack": "~1.1",
|
2015-04-28 02:04:07 +02:00
|
|
|
"silverstripe/tagfield": "2.0.x-dev"
|
2015-04-08 01:48:00 +02:00
|
|
|
},
|
2015-02-08 08:03:55 +01:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/PHPUnit": "~3.7@stable"
|
|
|
|
},
|
2015-03-06 03:59:12 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2015-04-08 01:48:00 +02:00
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Strong",
|
|
|
|
"email": "github@michaelstrong.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."
|
2015-04-23 02:43:43 +02:00
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"micmania1/silverstripe-blog": "*"
|
2015-04-14 09:53:04 +02:00
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true
|
2013-08-11 00:34:46 +02:00
|
|
|
}
|