silverstripe-blog/composer.json

40 lines
1.0 KiB
JSON
Raw Normal View History

{
2016-11-16 22:17:56 +01: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.2.0",
2016-11-16 22:17:56 +01:00
"silverstripe/lumberjack": "~1.1",
"silverstripe/tagfield": "^1.0"
},
"require-dev": {
2019-07-24 12:19:17 +02:00
"phpunit/phpunit": "^5.7"
2016-11-16 22:17:56 +01:00
},
2017-09-27 00:25:36 +02:00
"extra": {
"branch-alias": {
2017-11-20 02:31:48 +01:00
"2.x-dev": "2.6.x-dev"
2017-09-27 00:25:36 +02:00
}
},
2016-11-16 22:17:56 +01: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."
},
"replace": {
"micmania1/silverstripe-blog": "*"
},
"minimum-stability": "dev",
"prefer-stable": true
}