MTShop/code/vendor/consolidation/self-update
Gdilove c391965547 update config 2023-11-17 01:10:57 +08:00
..
.github/workflows update config 2023-11-17 01:10:57 +08:00
scripts update config 2023-11-17 01:10:57 +08:00
src update config 2023-11-17 01:10:57 +08:00
.gitignore update config 2023-11-17 01:10:57 +08:00
LICENSE update config 2023-11-17 01:10:57 +08:00
README.md update config 2023-11-17 01:10:57 +08:00
composer.json update config 2023-11-17 01:10:57 +08:00
composer.lock update config 2023-11-17 01:10:57 +08:00

README.md

SelfUpdate

Symfony Console command to update a phar in place.

Usage

To use the self:update command, instantiate it with the name of the application, its current version, and the full name of the GitHub project.

$cmd = new SelfUpdateCommand('MyAppName', '1.0.0', 'org/my-app');
$app->add($cmd);

Similar Projects