invoiceninja/app/Console/Commands/stubs/composer.stub

16 lines
290 B
Text
Raw Normal View History

2016-12-08 15:41:35 +02:00
{
"name": "$VENDOR$/$LOWER_NAME$",
"description": "",
"authors": [
{
"name": "$AUTHOR_NAME$",
"email": "$AUTHOR_EMAIL$"
}
],
"autoload": {
"psr-4": {
"$MODULE_NAMESPACE$\\$STUDLY_NAME$\\": ""
}
}
}