Skip to content

Commit

Permalink
delete composer lock
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 15, 2024
1 parent b7fb56b commit 9e022b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ function installComposer(string $folder)
$data->require->{'fusio/impl'} = 'dev-master';
\file_put_contents($composerFile, \json_encode($data));

$composerLock = $folder . '/composer.lock';
\unlink($composerLock);

$process = new \Symfony\Component\Process\Process(['composer', 'install', '--no-interaction'], $folder);
$process->setTimeout(3600 * 15);

Expand Down

0 comments on commit 9e022b1

Please sign in to comment.