Fixed issue with boolean options evaluating to true
This commit is contained in:
+4
-3
@@ -1,9 +1,6 @@
|
||||
|
||||
phar "makephar.phar" {
|
||||
|
||||
// Set to true to build a library-only phar
|
||||
library false;
|
||||
|
||||
// Set stub
|
||||
stub "src/bootstrap.php";
|
||||
|
||||
@@ -13,4 +10,8 @@ phar "makephar.phar" {
|
||||
dir "src";
|
||||
}
|
||||
|
||||
exclude {
|
||||
dir ".git";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user