Skip to content

Instantly share code, notes, and snippets.

@killerwolf
Last active April 23, 2016 20:22
Show Gist options
  • Save killerwolf/05fcb8206cf6bca69dbfb4edbca76abe to your computer and use it in GitHub Desktop.
Save killerwolf/05fcb8206cf6bca69dbfb4edbca76abe to your computer and use it in GitHub Desktop.
$ docker run --rm -it --net=host killerwolf/phptoolbelt phpunit --version
PHPUnit 5.3.2 by Sebastian Bergmann and contributors.
$ docker run --rm -it --net=host killerwolf/phptoolbelt composer --version
Composer version 1.0.2 2016-04-21 12:30:18
$ docker run --rm -it --net=host killerwolf/phptoolbelt phing -v
Phing 2.14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment