| 1 | <?php |
||
| 15 | class Application extends BaseApplication |
||
| 16 | { |
||
| 17 | const VERSION = '1.1.1'; |
||
| 18 | const COMMAND_NAME = 'phpmnd'; |
||
| 19 | const PACKAGIST_PACKAGE_NAME = 'povils/phpmnd'; |
||
| 20 | |||
| 21 | public function __construct() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | public function doRun(InputInterface $input, OutputInterface $output) |
||
| 50 | } |
||
| 51 |