| 1 | <?php |
||
| 31 | class VersionCommand extends AbstractCommand |
||
| 32 | { |
||
| 33 | /** |
||
| 34 | * Configure command |
||
| 35 | * |
||
| 36 | * @return void |
||
| 37 | */ |
||
| 38 | protected function configure() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Execute command |
||
| 48 | * |
||
| 49 | * @param InputInterface $input |
||
| 50 | * @param OutputInterface $output |
||
| 51 | * |
||
| 52 | * @return void |
||
| 53 | */ |
||
| 54 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 70 | } |
||
| 71 |