setVerbose() ->setUpdate(true) ->run(); \Log::error(print_r($output,1)); // putenv('COMPOSER_HOME=' . __DIR__ . '/vendor/bin/composer'); // $input = new ArrayInput(array('command' => 'update')); // $application = new Application(); // $application->setAutoExit(true); // prevent `$application->run` method from exitting the script // $application->run($input); } }