From b6a94c02165cf7a40d8c778f470f3dc0e14312f4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 18 Mar 2013 13:37:05 -0500 Subject: [PATCH] Added new workbench config file. --- app/config/workbench.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app/config/workbench.php 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