php-hotfix/makephar.conf
Christopher Vagnetoft c378d62ccb Initial commit
2016-04-19 15:54:03 +02:00

14 lines
198 B
Plaintext

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