X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FPsyVersionCommand.php;fp=vendor%2Fpsy%2Fpsysh%2Fsrc%2FPsy%2FCommand%2FPsyVersionCommand.php;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=c245e0c5f658755c19bf84b40fdcb11aedbf7f89;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/psy/psysh/src/Psy/Command/PsyVersionCommand.php b/vendor/psy/psysh/src/Psy/Command/PsyVersionCommand.php deleted file mode 100644 index c245e0c5f..000000000 --- a/vendor/psy/psysh/src/Psy/Command/PsyVersionCommand.php +++ /dev/null @@ -1,41 +0,0 @@ -setName('version') - ->setDefinition(array()) - ->setDescription('Show Psy Shell version.') - ->setHelp('Show Psy Shell version.'); - } - - /** - * {@inheritdoc} - */ - protected function execute(InputInterface $input, OutputInterface $output) - { - $output->writeln($this->getApplication()->getVersion()); - } -}