From fd5a6e6a5d0825fce1d33a33e229cedde66f8ee8 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 4 Sep 2015 11:47:53 +0930 Subject: [PATCH] Update flarum.json --- extensions/sticky/flarum.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/extensions/sticky/flarum.json b/extensions/sticky/flarum.json index dee1616fc..a63475675 100644 --- a/extensions/sticky/flarum.json +++ b/extensions/sticky/flarum.json @@ -3,7 +3,7 @@ "title": "Sticky", "description": "Pin discussions to the top of the list.", "keywords": ["moderation"], - "version": "0.1.0", + "version": "0.1.0-beta.2", "author": { "name": "Toby Zerner", "email": "toby@flarum.org", @@ -11,16 +11,15 @@ }, "license": "MIT", "require": { - "php": ">=5.4.0", - "flarum": ">0.1.0" + "flarum": ">=0.1.0-beta.2" }, "support": { "source": "https://github.com/flarum/sticky", - "issues": "https://github.com/flarum/sticky/issues" + "issues": "https://github.com/flarum/core/issues" }, "icon": { - "name": "thumb-tack", - "backgroundColor": "#D13E32", - "color": "#fff" + "name": "thumb-tack", + "backgroundColor": "#D13E32", + "color": "#fff" } }