reorder code and files, remove the filtered source dir implementation
authorMichael Wallner <mike@php.net>
Sun, 8 Mar 2015 19:42:03 +0000 (20:42 +0100)
committerMichael Wallner <mike@php.net>
Mon, 9 Mar 2015 07:51:20 +0000 (08:51 +0100)
commit26683702fdc53d2431ae2bc5081439ac12685d1b
tree88099b06777d6908902da5515b39f1d1e51b4583
parent50e5714c543ed50557a1b644c6df27b8d298b6e1
reorder code and files, remove the filtered source dir implementation
19 files changed:
Makefile
bin/pharext
src/pharext/Cli/Args.php [new file with mode: 0644]
src/pharext/Cli/Command.php [new file with mode: 0644]
src/pharext/CliArgs.php [deleted file]
src/pharext/CliCommand.php [deleted file]
src/pharext/FilteredSourceDir.php [deleted file]
src/pharext/GitSourceDir.php [deleted file]
src/pharext/Installer.php
src/pharext/Openssl/PrivateKey.php
src/pharext/Packager.php
src/pharext/PeclSourceDir.php [deleted file]
src/pharext/PharextSourceDir.php [deleted file]
src/pharext/SourceDir/Git.php [new file with mode: 0644]
src/pharext/SourceDir/Pecl.php [new file with mode: 0644]
src/pharext/SourceDir/Pharext.php [new file with mode: 0644]
src/pharext_install.tpl.php
src/pharext_packager.php
tests/src/pharext/FilteredSourceDirTest.php [deleted file]