v1/vendor/consolidation/self-update
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
.github/workflows 初始化 2023-11-13 20:36:13 +08:00
scripts 初始化 2023-11-13 20:36:13 +08:00
src 初始化 2023-11-13 20:36:13 +08:00
.gitignore 初始化 2023-11-13 20:36:13 +08:00
LICENSE 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00
composer.lock 初始化 2023-11-13 20:36:13 +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