1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 19:40:02 +02:00

Update for composer branch

Also remove sticky notification
This commit is contained in:
Toby Zerner
2015-10-11 11:43:13 +10:30
parent 0d7a7682be
commit 37d7874705
33 changed files with 637 additions and 448 deletions

View File

@@ -1,10 +1,34 @@
{
"name": "flarum/sticky",
"description": "Pin discussions to the top of the list.",
"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/sticky"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Sticky\\": "src/"
}
},
"scripts": {
"style": "phpcs --standard=PSR2 -np src"
"extra": {
"flarum-extension": {
"title": "Sticky",
"icon": {
"name": "thumb-tack",
"backgroundColor": "#D13E32",
"color": "#fff"
}
}
}
}