diff --git a/app/config/workbench.php b/app/config/workbench.php new file mode 100644 index 00000000..623cd192 --- /dev/null +++ b/app/config/workbench.php @@ -0,0 +1,31 @@ + '', + + /* + |-------------------------------------------------------------------------- + | Workbench Author E-Mail Address + |-------------------------------------------------------------------------- + | + | Like the option above, your e-mail address is used when generating new + | workbench packages. The e-mail is placed in your composer.json file + | automatically whwen the package is created by the workbench tool. + | + */ + + 'email' => '', + +); \ No newline at end of file