mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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');
|
||||
|
||||
$input = new ArrayInput(array('command' => 'install'));
|
||||
$input = new ArrayInput(array('command' => 'install', '--no-dev' => 'true'));
|
||||
$application = new Application();
|
||||
$application->setAutoExit(false);
|
||||
$application->run($input);
|
||||
|
Loading…
x
Reference in New Issue
Block a user