From 84dc4ee873da2b1a628ebc3b4afec882393ff64c Mon Sep 17 00:00:00 2001 From: flashwave Date: Fri, 21 Jul 2023 19:17:57 +0000 Subject: [PATCH] Oops it's all white! --- composer.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index f554aae1..38956350 100644 --- a/composer.lock +++ b/composer.lock @@ -347,7 +347,7 @@ "version": "dev-master", "source": { "type": "git", - "url": "/www/index", + "url": "https://git.flash.moe/flash/index.git", "reference": "fc55b73ba177bdec96fdd5d494c2c990475a4cc5" }, "require": { @@ -365,13 +365,14 @@ "default-branch": true, "type": "library", "autoload": { - "psr-4": { - "Index\\": "src" - }, "files": [ "index.php" - ] + ], + "psr-4": { + "Index\\": "src" + } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "bsd-3-clause-clear" ],