Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / consolidation / self-update / README.md
1 # SelfUpdate
2
3 Symfony Console command to update a phar in place.
4
5 ## Usage
6
7 To use the self:update command, instantiate it with the name of the application,
8 its current version, and the full name of the GitHub project.
9 ```
10 $cmd = new SelfUpdateCommand('MyAppName', '1.0.0', 'org/my-app');
11 $app->add($cmd);
12 ```
13
14 ## Similar Projects
15
16 - https://github.com/DavaHome/self-update
17 - https://github.com/padraic/phar-updater