1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 23:31:27 +02:00

Update for composer branch

This commit is contained in:
Toby Zerner
2015-10-11 16:35:01 +10:30
parent d0ef8e1c69
commit faa0b6f2ce
14 changed files with 48 additions and 125 deletions

View File

@@ -1,10 +1,37 @@
{
"name": "flarum/markdown",
"description": "Allow posts to be formatted with Markdown.",
"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/markdown"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Markdown\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
"extra": {
"flarum-extension": {
"title": "Markdown",
"icon": {
"image": "icon.svg",
"backgroundColor": "#000",
"backgroundSize": "100%",
"backgroundRepeat": "no-repeat",
"backgroundPosition": "center",
"color": "#fff"
}
}
}
}