| 1 | <?php |
||
| 9 | class ChangeVersionCommand extends AbstractSetupCommand |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Setup |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | protected function configure() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @param InputInterface $input |
||
| 30 | * @param OutputInterface $output |
||
| 31 | * @return void |
||
| 32 | */ |
||
| 33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 56 | } |
||
| 57 |