mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 06:53:47 +08:00
Update manifest.
This commit is contained in:
parent
1abc0e2a75
commit
6f50614855
|
@ -1,15 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "categories",
|
"name": "flarum-categories",
|
||||||
|
"title": "Categories",
|
||||||
"description": "Organise discussions into a heirarchy of categories.",
|
"description": "Organise discussions into a heirarchy of categories.",
|
||||||
|
"tags": [
|
||||||
|
"discussions"
|
||||||
|
],
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Toby Zerner",
|
"name": "Toby Zerner",
|
||||||
"email": "toby@flarum.org",
|
"email": "toby@flarum.org",
|
||||||
"website": "http://tobyzerner.com"
|
"homepage": "http://tobyzerner.com"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"flarum": ">1.0.0"
|
"flarum": ">1.0.0"
|
||||||
|
},
|
||||||
|
"links": {
|
||||||
|
"github": "https://github.com/flarum/categories",
|
||||||
|
"issues": "https://github.com/flarum/categories/issues"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user