mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24:04 +08:00
Update manifest.
This commit is contained in:
parent
8c8f2bb802
commit
35ca32a733
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
23
extensions/sticky/flarum.json
Normal file
23
extensions/sticky/flarum.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user