mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 02:44:35 -04:00
Fix for composer --no-dev
This commit is contained in:
parent
94a7840fdb
commit
a384db6ee8
@ -65,7 +65,7 @@ class PostUpdate extends Command
|
|||||||
|
|
||||||
putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer');
|
putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer');
|
||||||
|
|
||||||
$input = new ArrayInput(array('command' => 'install'));
|
$input = new ArrayInput(array('command' => 'install', '--no-dev' => 'true'));
|
||||||
$application = new Application();
|
$application = new Application();
|
||||||
$application->setAutoExit(false);
|
$application->setAutoExit(false);
|
||||||
$application->run($input);
|
$application->run($input);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user