php-hotfix/makephar.conf

14 lines
198 B
Plaintext
Raw Normal View History

2016-04-19 13:54:03 +00:00
{
"output": "hotfix",
"include": [
"bin",
"src",
"vendor"
],
"stub": "bin/bootstrap.php",
"options": {
"chmod": "0777"
},
"compress": 3
}