From 4a85081f3a9cf4caae4badb36abc9dc885292c3b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 7 Sep 2020 20:03:47 +1000 Subject: [PATCH] Composer install --- app/Console/Commands/PostUpdate.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Console/Commands/PostUpdate.php b/app/Console/Commands/PostUpdate.php index 425c3cee1ac1..def9f4237c37 100644 --- a/app/Console/Commands/PostUpdate.php +++ b/app/Console/Commands/PostUpdate.php @@ -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 = [