Update manifest.

This commit is contained in:
Toby Zerner 2015-06-08 15:04:51 +09:30
parent 8c8f2bb802
commit 35ca32a733
3 changed files with 24 additions and 28 deletions

View File

@ -1,19 +1,7 @@
{
"name": "flarum/sticky",
"description": "",
"authors": [
{
"name": "Toby Zerner",
"email": "toby@flarum.org"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Flarum\\Sticky\\": "src/"
}
},
"minimum-stability": "dev"
}
}

View File

@ -1,15 +0,0 @@
{
"name": "sticky",
"description": "Pin discussions to the top of the list.",
"version": "0.1.0",
"author": {
"name": "Toby Zerner",
"email": "toby@flarum.org",
"website": "http://tobyzerner.com"
},
"license": "MIT",
"require": {
"php": ">=5.4.0",
"flarum": ">1.0.0"
}
}

View File

@ -0,0 +1,23 @@
{
"name": "flarum-sticky",
"title": "Sticky",
"description": "Pin discussions to the top of the list.",
"tags": [
"discussions"
],
"version": "0.1.0",
"author": {
"name": "Toby Zerner",
"email": "toby@flarum.org",
"homepage": "http://tobyzerner.com"
},
"license": "MIT",
"require": {
"php": ">=5.4.0",
"flarum": ">0.1.0"
},
"links": {
"github": "https://github.com/flarum/sticky",
"issues": "https://github.com/flarum/sticky/issues"
}
}