opt
/
cpanel
/
ea-wappspector
/
vendor
/
clue
/
phar-composer
/
src
➕ New
📤 Upload
✎ Editing:
App.php
← Back
<?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
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel