| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Uses the Phar Update library to:
Add it to your list of Composer dependencies:
$ composer require deployer/phar-updateuse Deployer\Component\PharUpdate\Console\Command;
use Deployer\Component\PharUpdate\Console\Helper;
use Symfony\Component\Console\Application;
$command = new Command('update');
$command->setManifestUri('https://deployer.org/manifest.json');
$app = new Application();
$app->getHelperSet()->set(new Helper());
$app->add($command);| Back | FazBrowse Home | New Git URL |