php-makephar/makephar.sdl

20 lines
325 B
Plaintext
Raw Normal View History

2017-01-09 01:24:59 +00:00
phar "makephar.phar" {
// Set to true to build a library-only phar
library false;
// Set to 1, 2 or 3 to compress, doesn't work for libraries
compress false;
// Set stub
stub "src/bootstrap.php";
// Select files/dirs to include
include {
dir "vendor";
dir "src";
}
}