Remove obsolete branch-alias

This commit is contained in:
Damian Mooyman 2016-11-17 10:17:56 +13:00
parent 033a7bb96f
commit b4050a7392
1 changed files with 34 additions and 38 deletions

View File

@ -1,39 +1,35 @@
{ {
"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": [ "keywords": [
"silverstripe", "silverstripe",
"blog", "blog",
"news" "news"
], ],
"type": "silverstripe-module", "type": "silverstripe-module",
"require": { "require": {
"silverstripe/cms": "^3.1.0", "silverstripe/cms": "^3.1.0",
"silverstripe/lumberjack": "~1.1", "silverstripe/lumberjack": "~1.1",
"silverstripe/tagfield": "^1.0" "silverstripe/tagfield": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/PHPUnit": "~3.7@stable" "phpunit/PHPUnit": "~3.7@stable"
}, },
"extra": { "extra": [],
"branch-alias": { "license": "BSD-2-Clause",
"dev-master": "2.4.x-dev" "authors": [
} {
}, "name": "Michael Strong",
"license": "BSD-2-Clause", "email": "github@michaelstrong.co.uk"
"authors": [ }
{ ],
"name": "Michael Strong", "suggest": {
"email": "github@michaelstrong.co.uk" "silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.",
} "silverstripe/comments": "This module adds comments to your blog."
], },
"suggest": { "replace": {
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.", "micmania1/silverstripe-blog": "*"
"silverstripe/comments": "This module adds comments to your blog." },
}, "minimum-stability": "dev",
"replace": { "prefer-stable": true
"micmania1/silverstripe-blog": "*" }
},
"minimum-stability": "dev",
"prefer-stable": true
}