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"; } }