forked from projects/thebadspace
composer json tweak
composer json wasn't validating, so that needed to be fixed
This commit is contained in:
parent
f7bd675b5d
commit
8ce9a7744a
1 changed files with 26 additions and 10 deletions
|
@ -1,9 +1,23 @@
|
|||
{
|
||||
"name": "project/thebadspace",
|
||||
"type": "moderation and safety",
|
||||
"descriptions": "A tool for improving independent social media curation.",
|
||||
"type": "moderation",
|
||||
"description": "A tool for improving independent social media curation",
|
||||
"version": "0.7-alpha",
|
||||
"keywords": ["thebadspace","tbs","activty-pub","laravel", "framework", "moderation", "safety", "curation", "tooling", "fediverse"],
|
||||
"keywords": [
|
||||
"thebadspace",
|
||||
"tbs",
|
||||
"activty-pub",
|
||||
"laravel",
|
||||
"framework",
|
||||
"moderation",
|
||||
"safety",
|
||||
"curation",
|
||||
"tooling",
|
||||
"fediverse"
|
||||
],
|
||||
"license": [
|
||||
"GPL-3.0-only"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ro",
|
||||
|
@ -53,7 +67,9 @@
|
|||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"dont-discover": []
|
||||
"dont-discover": [
|
||||
|
||||
]
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
|
Loading…
Reference in a new issue