Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 10:34

Add the phar subcommand. This will generate an executable PHAR archive with bundled dependencies. Example workflow:

$ pogo --phar my-script.php
Loading composer repositories with package information
Updating dependencies (including require-dev)
...
Generating my-script.phar from my-script.php

$ ./my-script.phar dave
good morning: dave