Add bin to composer.json

This commit is contained in:
Chris 2024-10-01 18:46:54 +02:00
parent e2868cd7bf
commit 9bc83ccd56

View File

@ -16,5 +16,8 @@
],
"require": {
"symfony/yaml": "^7.1"
}
},
"bin": [
"bin/jedit"
]
}