Update flarum.json

This commit is contained in:
Toby Zerner 2015-09-04 11:48:07 +09:30
parent e66ea7c901
commit 3434c6a6f9

View File

@ -3,7 +3,7 @@
"title": "Lock", "title": "Lock",
"description": "End a discussion and don't let anyone add further replies.", "description": "End a discussion and don't let anyone add further replies.",
"keywords": ["moderation"], "keywords": ["moderation"],
"version": "0.1.0", "version": "0.1.0-beta.2",
"author": { "author": {
"name": "Toby Zerner", "name": "Toby Zerner",
"email": "toby@flarum.org", "email": "toby@flarum.org",
@ -11,12 +11,11 @@
}, },
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": ">=5.4.0", "flarum": ">=0.1.0-beta.2"
"flarum": ">0.1.0"
}, },
"support": { "support": {
"source": "https://github.com/flarum/lock", "source": "https://github.com/flarum/lock",
"issues": "https://github.com/flarum/lock/issues" "issues": "https://github.com/flarum/core/issues"
}, },
"icon": { "icon": {
"name": "lock", "name": "lock",