php-makephar/makephar.sdl

18 lines
213 B
Plaintext

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