From 999275cf23e11b08302fd31342ffc1b16d73ae82 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye Date: Thu, 8 Oct 2020 13:17:37 +0200 Subject: [PATCH] EZP-31821: Failing security-checker results in errored installation (#608) (cherry picked from commit 70249bc153203ec8876e0e30392e9ed980c697b9) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1dee18e1c9..8391ec5ded 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::dumpAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", - "@php bin/security-checker security:check" + "@php bin/security-checker security:check || true" ], "post-install-cmd": [ "@symfony-scripts"