php-hotfix/makephar.conf

14 lines
198 B
Plaintext

{
"output": "hotfix",
"include": [
"bin",
"src",
"vendor"
],
"stub": "bin/bootstrap.php",
"options": {
"chmod": "0777"
},
"compress": 3
}