Added support for phar metadata
This commit is contained in:
+9
-1
@@ -4,14 +4,22 @@ phar "makephar.phar" {
|
||||
// Set stub
|
||||
stub "src/bootstrap.php";
|
||||
|
||||
props exec="props.php";
|
||||
|
||||
metadata {
|
||||
package_name "makephar.application";
|
||||
package_version prop="APP_VERSION";
|
||||
update_channel "https://packages.noccylabs.info/channel/makephar/testing.json";
|
||||
}
|
||||
|
||||
// Select files/dirs to include
|
||||
include {
|
||||
dir "vendor";
|
||||
dir "src";
|
||||
}
|
||||
|
||||
exclude {
|
||||
dir ".git";
|
||||
dir "Tests";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user