MTShop/code/vendor/consolidation/self-update
Gdilove 6f7054591c change folder for dev 2023-11-16 17:29:07 +08:00
..
.github/workflows change folder for dev 2023-11-16 17:29:07 +08:00
scripts change folder for dev 2023-11-16 17:29:07 +08:00
src change folder for dev 2023-11-16 17:29:07 +08:00
.gitignore change folder for dev 2023-11-16 17:29:07 +08:00
LICENSE change folder for dev 2023-11-16 17:29:07 +08:00
README.md change folder for dev 2023-11-16 17:29:07 +08:00
composer.json change folder for dev 2023-11-16 17:29:07 +08:00
composer.lock change folder for dev 2023-11-16 17:29:07 +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