From ffbe25d0b5e8a107a4519f73e0c14d077c4377fb 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! --- README.md | 17 ----------------- composer.lock | 11 ++++++----- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 8d41f45..845cdba 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,3 @@ - PHP 8.2 - MariaDB 10.6 - [Composer](https://getcomposer.org/) - -## Working on Index -Because Index is now served through Packagist, in order to work on it in tandem with Misuzu you'll have to use a `composer.local.json` file: - -``` -{ - "repositories": [ - { - "type": "vcs", - "url": "/path/to/local/repo" - } - ], - "require": { - "flashwave/index": "dev-master" - } -} -``` diff --git a/composer.lock b/composer.lock index f554aae..3895635 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" ],