From f7bd675b5db4c15a2db1bcdd8f5592b9a2414013 Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 8 Oct 2024 11:15:25 -0600 Subject: [PATCH] updated composer file; update versioning a quick update to the composer file to have proper versioning and some details about the project, also updated the template to reflect the current version --- composer.json | 29 ++++++++++++++++------------- resources/views/frame.blade.php | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 5bc7754..b9f2f48 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,20 @@ { - "name": "laravel/laravel", - "type": "project", - "description": "The skeleton application for the Laravel framework.", - "keywords": ["laravel", "framework"], - "license": "MIT", - "require": { - "php": "^8.2", - "guzzlehttp/guzzle": "^7.2", - "laravel/framework": "^11.0", - "laravel/sanctum": "^4.0", - "laravel/tinker": "^2.8", - "revolution/laravel-mastodon-api": "^3.0" - }, + "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"], + "authors": [ + { + "name": "Ro", + "homepage": "https://roiskinda.cool" + } + ], + "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", diff --git a/resources/views/frame.blade.php b/resources/views/frame.blade.php index a03b791..9da276c 100644 --- a/resources/views/frame.blade.php +++ b/resources/views/frame.blade.php @@ -94,7 +94,7 @@ an h.i. project
- a0.6 + a0.7