Updated doctrine and emoji packages

This commit is contained in:
Graham Campbell
2018-12-28 16:43:38 +00:00
parent 12c22c04b5
commit 3fca9e6f58
3 changed files with 62 additions and 24 deletions
+34
View File
@@ -23,4 +23,38 @@ return [
'token' => env('GITHUB_TOKEN', null),
/*
|--------------------------------------------------------------------------
| Cache Connection
|--------------------------------------------------------------------------
|
| Here you may tell us what cache connection to use. To use the default,
| set this to null.
|
*/
'connection' => null,
/*
|--------------------------------------------------------------------------
| Cache Key
|--------------------------------------------------------------------------
|
| Here you may tell us what cache key to use for storing the emoji map.
|
*/
'key' => 'emoji',
/*
|--------------------------------------------------------------------------
| Cache Life
|--------------------------------------------------------------------------
|
| Here you may tell us how long in minutes to cache the emoji map.
|
*/
'life' => 10080,
];