From 1fdcf580143807e19a0b8a3356f653408da0d494 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 19 Jan 2016 17:18:10 +1030 Subject: [PATCH] Add Composer branch-alias This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master. See flarum/core#727 --- extensions/sticky/composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions/sticky/composer.json b/extensions/sticky/composer.json index 93c13dcd6..ab96235a5 100644 --- a/extensions/sticky/composer.json +++ b/extensions/sticky/composer.json @@ -23,6 +23,9 @@ } }, "extra": { + "branch-alias": { + "dev-master": "0.1.x-dev" + }, "flarum-extension": { "title": "Sticky", "icon": {