From 03d7e82798e98507a88ddea5cf0d47e4255bc319 Mon Sep 17 00:00:00 2001 From: Bec White Date: Mon, 17 Aug 2020 12:37:14 -0500 Subject: [PATCH 1/3] Allow the 'composer install' in the artifact build to run without all 'platform requirements' (e.g. not all PHP extensions required to run the codebase need to be present just to build the artifact) --- targets/artifact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/artifact.xml b/targets/artifact.xml index 6da0f6ef..7a590b35 100644 --- a/targets/artifact.xml +++ b/targets/artifact.xml @@ -232,7 +232,7 @@