Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Feb 19, 2020
2 parents 7f9befe + 0b9d9ac commit 35d3f4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 35d3f4a

Please sign in to comment.