more refactoring; now the package hook starts to make sense
authorMichael Wallner <mike@php.net>
Fri, 27 Mar 2015 19:08:44 +0000 (20:08 +0100)
committerMichael Wallner <mike@php.net>
Fri, 27 Mar 2015 19:34:49 +0000 (20:34 +0100)
commite990b6dabecbdaf98b8d8b2173b0d697f9b2b754
tree4ecf0df59141b1d043f28d023e282191ccba5e78
parent4acccbbedeb300e70cc06d9253e95bafeb7a2859
more refactoring; now the package hook starts to make sense
15 files changed:
Makefile
bin/pharext
src/pharext/Cli/Args.php
src/pharext/Cli/Command.php
src/pharext/ExecCmd.php
src/pharext/Installer.php
src/pharext/Packager.php
src/pharext/SourceDir.php
src/pharext/SourceDir/Git.php
src/pharext/SourceDir/Pecl.php
src/pharext/SourceDir/Pharext.php [deleted file]
src/pharext/Task/Cleanup.php [new file with mode: 0644]
src/pharext_install.tpl.php [deleted file]
tests/src/pharext/GitSourceDirTest.php
tests/src/pharext/TaskTest.php [new file with mode: 0644]