securityChecker = $securityChecker; } /** * Execute the console command. * * @return mixed */ public function handle() { return $this->securityChecker->check(base_path() . '/composer.lock'); } }