From c70cff42f624f5fd3c9ade9e489fd86c707d4472 Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Sat, 23 May 2020 12:51:41 -0700
Subject: [PATCH] making this a wordpress-muplugin type

---
 composer.json | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 8ef2ef5..98920d0 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "lucha/r2db",
     "description": "r2db wordpress database",
-    "type": "wordpress-plugin",
+    "type": "wordpress-muplugin",
     "license": "MIT",
     "authors": [
         {
@@ -11,5 +11,8 @@
     ],    
     "require": {
         "flexihash/flexihash": "^2.0"
-    }    
+    },
+    "autoload":{
+        "files": ["db-hash.php", "db-backends.php"]
+    }
 }
-- 
GitLab