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