PHP 8.2.31
Preview: App.php Size: 410 B
//opt/cpanel/ea-wappspector/vendor/clue/phar-composer/src/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');
    }
}

Directory Contents

Dirs: 4 × Files: 2

Name Size Perms Modified Actions
Box DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
Command DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
Package DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
Phar DIR
- drwxr-xr-x 2022-02-14 11:28:08
Edit Download
410 B lrw-r--r-- 2022-02-14 11:28:08
Edit Download
839 B lrw-r--r-- 2022-02-14 11:28:08
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).