mirror of
https://github.com/flarum/framework.git
synced 2024-11-27 02:53:37 +08:00
Update flarum.json
This commit is contained in:
parent
e66ea7c901
commit
3434c6a6f9
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user