diff --git a/extensions/lock/flarum.json b/extensions/lock/flarum.json index 3cc6700b1..539298efa 100644 --- a/extensions/lock/flarum.json +++ b/extensions/lock/flarum.json @@ -3,7 +3,7 @@ "title": "Lock", "description": "End a discussion and don't let anyone add further replies.", "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/lock", - "issues": "https://github.com/flarum/lock/issues" + "issues": "https://github.com/flarum/core/issues" }, "icon": { - "name": "lock", - "backgroundColor": "#ddd", - "color": "#666" + "name": "lock", + "backgroundColor": "#ddd", + "color": "#666" } }