| 1 | <?php |
||
| 18 | class PackageUpdateCommand extends ContainerAwareCommand |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Configure the command. |
||
| 22 | */ |
||
| 23 | protected function configure() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Execute the command. |
||
| 32 | * |
||
| 33 | * @param InputInterface $input |
||
| 34 | * @param OutputInterface $output |
||
| 35 | * |
||
| 36 | * @throws \Exception |
||
| 37 | */ |
||
| 38 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 51 | } |
||
| 52 |