mirror of
https://github.com/flarum/core.git
synced 2025-07-29 12:40:40 +02:00
Update flarum.json
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"title": "Mentions",
|
"title": "Mentions",
|
||||||
"description": "Mention and reply to specific posts and users.",
|
"description": "Mention and reply to specific posts and users.",
|
||||||
"keywords": ["discussions"],
|
"keywords": ["discussions"],
|
||||||
"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,16 +11,15 @@
|
|||||||
},
|
},
|
||||||
"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/mentions",
|
"source": "https://github.com/flarum/mentions",
|
||||||
"issues": "https://github.com/flarum/mentions/issues"
|
"issues": "https://github.com/flarum/core/issues"
|
||||||
},
|
},
|
||||||
"icon": {
|
"icon": {
|
||||||
"name": "at",
|
"name": "at",
|
||||||
"backgroundColor": "#539EC1",
|
"backgroundColor": "#539EC1",
|
||||||
"color": "#fff"
|
"color": "#fff"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user