X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fconsolidation%2Fself-update%2FREADME.md;fp=vendor%2Fconsolidation%2Fself-update%2FREADME.md;h=21ba9dc49ce86e8064c57e96981cc2c5808e43ca;hp=0000000000000000000000000000000000000000;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/vendor/consolidation/self-update/README.md b/vendor/consolidation/self-update/README.md new file mode 100644 index 000000000..21ba9dc49 --- /dev/null +++ b/vendor/consolidation/self-update/README.md @@ -0,0 +1,17 @@ +# 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 + +- https://github.com/DavaHome/self-update +- https://github.com/padraic/phar-updater