mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
Add more info to composer.json
This commit is contained in:
@@ -1,7 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "flarum/tags",
|
"name": "flarum/tags",
|
||||||
"type": "flarum-extension",
|
|
||||||
"description": "Organise discussions into a heirarchy of tags and categories.",
|
"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": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Flarum\\Tags\\": "src/"
|
"Flarum\\Tags\\": "src/"
|
||||||
|
Reference in New Issue
Block a user