From 966e8d58f9415f6ebf38b0d4c3dc5d14671c6c4e Mon Sep 17 00:00:00 2001 From: Robert O'Rourke Date: Mon, 1 Feb 2021 10:12:26 +0000 Subject: [PATCH] Add installer overrides --- composer.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b2d1cb7..434fced 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,11 @@ ] }, "extra": { - "altis": {} + "altis": { + "install-overrides": [ + "altis/consent", + "altis/consent-api" + ] + } } }