mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04: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…
x
Reference in New Issue
Block a user