From 288db73a82c231d302ccc7946540cf19e311081e Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Fri, 4 Dec 2020 13:24:31 +0000 Subject: [PATCH] Add HM fork of ludicrousdb to installer safelist --- inc/composer/class-installer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/composer/class-installer.php b/inc/composer/class-installer.php index 2cdfde7..9e0dd9b 100644 --- a/inc/composer/class-installer.php +++ b/inc/composer/class-installer.php @@ -55,6 +55,7 @@ public function getInstallPath( PackageInterface $package, $framework_type = '' 'humanmade/hm-gtm', 'humanmade/hm-redirects', 'humanmade/hm-limit-login-attempts', + 'humanmade/ludicrousdb', 'humanmade/meta-tags', 'humanmade/msm-sitemap', 'humanmade/php-basic-auth',