mirror of
https://github.com/flarum/framework.git
synced 2025-02-17 00:22:44 +08:00
Update flarum.json
This commit is contained in:
parent
ae6dfee007
commit
009f52c5e1
|
@ -3,19 +3,23 @@
|
||||||
"title": "Emoji",
|
"title": "Emoji",
|
||||||
"description": "Convert text and unicode emoji into Twemoji.",
|
"description": "Convert text and unicode emoji into Twemoji.",
|
||||||
"keywords": ["discussions"],
|
"keywords": ["discussions"],
|
||||||
"version": "0.1.0",
|
"version": "0.1.0-beta.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Toby Zerner",
|
"name": "Toby Zerner",
|
||||||
"email": "toby.zerner@gmail.com"
|
"email": "toby@flarum.org",
|
||||||
|
"homepage": "http://tobyzerner.com"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"flarum": ">=0.1.0-beta.2"
|
||||||
"flarum": ">0.1.0"
|
},
|
||||||
|
"support": {
|
||||||
|
"source": "https://github.com/flarum/emoji",
|
||||||
|
"issues": "https://github.com/flarum/core/issues"
|
||||||
},
|
},
|
||||||
"icon": {
|
"icon": {
|
||||||
"name": "smile-o",
|
"name": "smile-o",
|
||||||
"backgroundColor": "#FFC700",
|
"backgroundColor": "#FFC700",
|
||||||
"color": "#000"
|
"color": "#000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user