From 8ce9a7744a0588190998be9924311724eb98207c Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 8 Oct 2024 11:37:51 -0600 Subject: [PATCH] composer json tweak composer json wasn't validating, so that needed to be fixed --- composer.json | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index b9f2f48..25b3fdf 100644 --- a/composer.json +++ b/composer.json @@ -1,20 +1,34 @@ { "name": "project/thebadspace", - "type": "moderation and safety", - "descriptions": "A tool for improving independent social media curation.", - "version": "0.7-alpha", - "keywords": ["thebadspace","tbs","activty-pub","laravel", "framework", "moderation", "safety", "curation", "tooling", "fediverse"], + "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" + ], + "license": [ + "GPL-3.0-only" + ], "authors": [ { - "name": "Ro", - "homepage": "https://roiskinda.cool" + "name": "Ro", + "homepage": "https://roiskinda.cool" } - ], - "support": { + ], + "support": { "source": "https://koodu.h-i.works/projects/thebadspace", "wiki": "https://koodu.h-i.works/projects/thebadspace/wiki/?action=_pages", "issues": "https://koodu.h-i.works/projects/thebadspace/issues" - }, + }, "require-dev": { "fakerphp/faker": "^1.9.1", "laravel/pint": "^1.0", @@ -53,7 +67,9 @@ }, "extra": { "laravel": { - "dont-discover": [] + "dont-discover": [ + + ] } }, "config": {