1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 20:52:45 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-11 17:02:19 +10:30
parent 751dddd940
commit 57ed9dad5f
15 changed files with 739 additions and 81 deletions

View File

@@ -1,10 +1,33 @@
{
"name": "flarum/emoji",
"description": "Convert text and unicode emoji into Twemoji.",
"type": "flarum-extension",
"license": "MIT",
"authors": [
{
"name": "Toby Zerner",
"email": "toby.zerner@gmail.com"
}
],
"support": {
"issues": "https://github.com/flarum/core/issues",
"source": "https://github.com/flarum/emoji"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Emoji\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
"extra": {
"flarum-extension": {
"title": "Emoji",
"icon": {
"image": "icon.svg",
"backgroundColor": "#FECC4D"
}
}
}
}