From af739e3c887130245eab2b5d732fae7efe9b79e2 Mon Sep 17 00:00:00 2001 From: w33b Date: Sun, 18 Jan 2026 18:49:59 +0100 Subject: [PATCH] Remove old comments repo in composer.json --- composer.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 19e045e..ca13145 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "laravel/laravel", + "name": "w33b/hstream", "type": "project", - "description": "The skeleton application for the Laravel framework.", + "description": "The website of hstream.moe", "keywords": [ "laravel", "framework" @@ -40,12 +40,7 @@ "phpunit/phpunit": "^11.4", "spatie/laravel-ignition": "^2.0" }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/renatokira/comments.git" - } - ], + "repositories": [], "autoload": { "exclude-from-classmap": [], "psr-4": {