From 50fe9440ffa92b982ed9e8b663715e86e141d9b3 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 23 May 2020 15:23:56 -0700 Subject: [PATCH] keep a copy of moved dropin/mu-plugins files, so we can prepare the patches --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index b15918c3..a5b5e274 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,9 @@ "url": "git@git.autistici.org:lucha/r2db.git" } ], + "config": { + "dropin-installer": "copy" + }, "require": { "php": ">=7.1", "composer/installers": "^1.8", -- GitLab