php-makephar/makephar.sdl

17 lines
240 B
Plaintext

phar "makephar.phar" {
// Set to true to build a library-only phar
library false;
// Set stub
stub "src/bootstrap.php";
// Select files/dirs to include
include {
dir "vendor";
dir "src";
}
}