mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
Composer install
This commit is contained in:
parent
94508a30b3
commit
4a85081f3a
@ -59,8 +59,9 @@ class PostUpdate extends Command
|
||||
$input = new ArrayInput(array('command' => 'install'));
|
||||
$application = new Application();
|
||||
$application->setAutoExit(false);
|
||||
$application->run($input);
|
||||
$out = $application->run($input);
|
||||
|
||||
print_r($out);
|
||||
echo "Done.";
|
||||
|
||||
// $composer_data = [
|
||||
|
Loading…
Reference in New Issue
Block a user