From 4252d916b0da5fc4e1c8a4fc41b39c5caad3ce4c Mon Sep 17 00:00:00 2001 From: Leigh Rolfe Date: Fri, 15 Dec 2023 10:56:55 +1100 Subject: [PATCH] Udpated composer.json to match repository --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b7113ac..857bc20 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "stuttter/ludicrousdb", + "name": "slackarse/ludicrousdb", "description": "LudicrousDB is a database class that supports replication, failover, load balancing, & partitioning, based on Automattic's HyperDB drop-in.", - "homepage": "https://github.com/stuttter/ludicrousdb", - "type": "wordpress-muplugin", + "homepage": "https://github.com/slackarse/ludicrousdb", + "type": "wordpress-plugin", "license" : "GPL-2.0-or-later", "authors": [ { @@ -15,8 +15,8 @@ } ], "support" : { - "issues": "https://github.com/stuttter/ludicrousdb/issues", - "source": "https://github.com/stuttter/ludicrousdb" + "issues": "https://github.com/slackarse/ludicrousdb/issues", + "source": "https://github.com/slackarse/ludicrousdb" }, "require": { "php": ">=5.2",