📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 18:29:23
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
clue
/
phar-composer
/
src
✏️
Editing: App.php
<?php namespace Clue\PharComposer; use Symfony\Component\Console\Application as BaseApplication; class App extends BaseApplication { public function __construct() { parent::__construct('phar-composer', '@dev'); $this->add(new Command\Build()); $this->add(new Command\Search()); $this->add(new Command\Install()); $this->setDefaultCommand('search'); } }
💾 Save Changes
❌ Cancel