From 6c1b514460003cf39b3c623d9075a4da632c8426 Mon Sep 17 00:00:00 2001 From: Josh Cunningham Date: Sat, 2 Jan 2021 09:47:26 -0800 Subject: [PATCH] Update composer.json --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1991da9..475d529 100644 --- a/composer.json +++ b/composer.json @@ -21,5 +21,10 @@ "name": "Josh Cunningham", "email": "josh@joshcanhelp.com" } - ] -} \ No newline at end of file + ], + "autoload": { + "files": [ + "wp-rest-api-auth0.php" + ] + } +}