mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Using TagField dev-develop branch
This commit is contained in:
parent
c03ec88467
commit
8f0d3d1742
@ -1,12 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "silverstripe/blog",
|
"name": "silverstripe/blog",
|
||||||
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
|
"description": "A fresh take on blogging in Silverstripe set out to tackle the issue of a cluttered Site Tree.",
|
||||||
"keywords": ["silverstripe", "blog", "news"],
|
"keywords": [
|
||||||
"type": "silverstripe-module",
|
"silverstripe",
|
||||||
"require": {
|
"blog",
|
||||||
"silverstripe/cms": ">=3.1.0",
|
"news"
|
||||||
"silverstripe/lumberjack": "~1.1"
|
],
|
||||||
},
|
"type": "silverstripe-module",
|
||||||
|
"require": {
|
||||||
|
"silverstripe/cms": ">=3.1.0",
|
||||||
|
"silverstripe/lumberjack": "~1.1",
|
||||||
|
"silverstripe/tagfield": "dev-develop"
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/PHPUnit": "~3.7@stable"
|
"phpunit/PHPUnit": "~3.7@stable"
|
||||||
},
|
},
|
||||||
@ -15,15 +20,15 @@
|
|||||||
"dev-master": "2.0.x-dev"
|
"dev-master": "2.0.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Michael Strong",
|
"name": "Michael Strong",
|
||||||
"email": "github@michaelstrong.co.uk"
|
"email": "github@michaelstrong.co.uk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
|
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
|
||||||
"silverstripe/comments": "This module adds comments to your blog."
|
"silverstripe/comments": "This module adds comments to your blog."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user