Phar config

This commit is contained in:
Chris 2024-03-10 13:55:42 +01:00
parent df18073bbf
commit 813150c92b
1 changed files with 6 additions and 1 deletions

View File

@ -27,5 +27,10 @@
],
"bin": [
"bin/mercureactd"
]
],
"extra": {
"phar": {
"output": "mercureactd.phar"
}
}
}