Add more info to composer.json

This commit is contained in:
Toby Zerner 2015-10-11 11:18:05 +10:30
parent ccc1b02991
commit 2b85b1bf12

View File

@ -1,7 +1,21 @@
{
"name": "flarum/tags",
"type": "flarum-extension",
"description": "Organise discussions into a heirarchy of tags and categories.",
"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/tags"
},
"require": {
"flarum/core": "^0.1.0-beta.3"
},
"autoload": {
"psr-4": {
"Flarum\\Tags\\": "src/"