From 0b9d9ac921a56097cd790bed773bd7efd92a555a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=BCndig?= Date: Wed, 19 Feb 2020 08:02:30 +0100 Subject: [PATCH] Removed platform composer.json entry --- src/Console/InstallCommand.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index 1a21096..780236c 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -428,10 +428,6 @@ protected function patchComposerJson() return; } - if (isset($structure->config->platform->php)) { - $structure->config->platform->php = '7.2.0'; // Minimum required version by cypresslab/gitelephant - } - $structure->require->{'offline/oc-bootstrapper'} = '^' . VERSION; $contents = json_encode($structure, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);