Skip to content

Tags: totten/pogo

Tags

v0.6.0

Toggle v0.6.0's commit message
Tweak .github/workflows/release.yml

v0.5.0

Toggle v0.5.0's commit message
Generate more helpers: 'script.php', 'run.php' and 'run.sh'

If want to open up a generated-project in an IDE (eg for debugging), then it
helps for the project to have some references for running the original script.

Before: Generated project-dir contains *only* downloaded dependencies
After: Generated project-dir contains downloaded dependencies as well as:

- A symlink to the script ('script.php')
- A helper to run the script ('run.php' or 'run.sh')

v0.4.1

Toggle v0.4.1's commit message
Friends don't let friends use SHELL_VERBOSITY.

v0.4.0

Toggle v0.4.0's commit message
scoper.inc.php - Fix symonfy's php polyfills

v0.3.0

Toggle v0.3.0's commit message
docs/todo.md

v0.2.4

Toggle v0.2.4's commit message
composer.json - Bump version of box.phar

v0.2.3

Toggle v0.2.3's commit message
Implement `#!depdir` pragma

v0.2.2

Toggle v0.2.2's commit message
Fix local EvalRunner when used in PHAR build

The content of `templates/pogolib.php` should remain in the global namespace.

v0.2.1

Toggle v0.2.1's commit message
When using local runners, set $_SERVER['argv'] (in addition to $argv)

v0.2.0

Toggle v0.2.0's commit message
Bump from 0.1 to 0.2