setName('package:unpublish') ->setDescription("Unpublish a version of a package or a package from a composer repository"); } protected function execute(InputInterface $input, OutputInterface $output): int { $output->writeln('Executing'); return 0; } }