1 | <?php |
||
7 | class DockerCompose extends SoftwareInstallTask |
||
8 | { |
||
9 | const VERSION = '1.3.1'; |
||
10 | |||
11 | /** |
||
12 | * {@inheritdoc} |
||
13 | */ |
||
14 | public function getName() |
||
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | protected function getVersionCommand() |
||
26 | |||
27 | /** |
||
28 | * {@inheritdoc} |
||
29 | */ |
||
30 | protected function getInstallCommand() |
||
36 | } |
||
37 |