mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
16 lines
290 B
Plaintext
16 lines
290 B
Plaintext
{
|
|
"name": "$VENDOR$/$LOWER_NAME$",
|
|
"description": "",
|
|
"authors": [
|
|
{
|
|
"name": "$AUTHOR_NAME$",
|
|
"email": "$AUTHOR_EMAIL$"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\": ""
|
|
}
|
|
}
|
|
}
|