phar "makephar.phar" {
// Set stub
stub "src/bootstrap.php";
// Select files/dirs to include
include {
dir "vendor";
dir "src";
}
exclude {
dir ".git";