add bin/pharext.update
authorMichael Wallner <mike@php.net>
Wed, 2 Sep 2015 15:01:37 +0000 (17:01 +0200)
committerMichael Wallner <mike@php.net>
Wed, 2 Sep 2015 15:08:11 +0000 (17:08 +0200)
commit7ccf382e89737f430fb8da72cef752dc2252f324
treef6d3779eacb3d6639b8120d653fa6e62427a6062
parent9ac92a57ed6b3cea5906fd5f0bf1db91ed3d4018
add bin/pharext.update

Updates the pharext code within an .ext.phar without the real need of re-packaging.

Usage:

  $ ./bin/pharext.update [-hvq] [--] <path ...>

    -h|--help                Display this help
    -v|--verbose             More output
    -q|--quiet               Less output
    --signature              Show pharext signature
    --license                Show pharext license
    --version                Show pharext version
    --   path                Path to .ext.phar to update (REQUIRED) (MULTIPLE)
14 files changed:
.gitignore
Makefile
bin/pharext
bin/pharext.update [new file with mode: 0755]
bin/pharext.update.pubkey [new file with mode: 0644]
build/create-phar.php [deleted file]
build/pharext.php [new file with mode: 0644]
build/pharext.update.php [new file with mode: 0644]
composer.json
src/pharext/Installer.php
src/pharext/Task/PharBuild.php
src/pharext/Task/PharStub.php [new file with mode: 0644]
src/pharext/Updater.php [new file with mode: 0644]
src/pharext_updater.php [new file with mode: 0644]