diff --git a/app/Console/Commands/PostUpdate.php b/app/Console/Commands/PostUpdate.php index 617eb4a7f7b9..95b525397bc1 100644 --- a/app/Console/Commands/PostUpdate.php +++ b/app/Console/Commands/PostUpdate.php @@ -53,6 +53,8 @@ class PostUpdate extends Command info("I wasn't able to migrate the data."); } + info("finished migrating"); + putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer'); $input = new ArrayInput(['command' => 'install', '--no-dev' => 'true']); @@ -61,6 +63,8 @@ class PostUpdate extends Command $output = new BufferedOutput(); $application->run($input, $output); + info("finished running composer install "); + info(print_r($output->fetch(), 1)); try {