From 10bfb7abd378edcce830e93a55f04155ca6bcceb Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Wed, 3 Oct 2018 16:20:47 +0200 Subject: [PATCH 1/2] Remove rebuild of SymfonyRequirements file after every composer run --- composer.json | 1 - var/SymfonyRequirements.php | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e6c45f08f213..91a581c2f22c 100644 --- a/composer.json +++ b/composer.json @@ -146,7 +146,6 @@ "PrestaShopBundle\\Install\\Upgrade::migrateSettingsFile", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" ], "create-test-db": [ diff --git a/var/SymfonyRequirements.php b/var/SymfonyRequirements.php index 942dd605c61a..3e37082eabb1 100644 --- a/var/SymfonyRequirements.php +++ b/var/SymfonyRequirements.php @@ -1,4 +1,10 @@ Date: Wed, 3 Oct 2018 16:32:16 +0200 Subject: [PATCH 2/2] Remove post-install-cdm installRequirementsFile --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 91a581c2f22c..7947034e6406 100644 --- a/composer.json +++ b/composer.json @@ -138,7 +138,6 @@ "post-install-cmd": [ "PrestaShop\\PrestaShop\\Core\\Cldr\\Composer\\Hook::init", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", - "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget" ], "post-update-cmd": [