Composer lock file and version update.

This commit is contained in:
James Cole
2017-05-03 21:25:13 +02:00
parent 49d13b12a5
commit f68d33870b
3 changed files with 90 additions and 87 deletions

View File

@@ -23,7 +23,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.4.2',
'version' => '4.4.3',
'maxUploadSize' => 5242880,
'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],
'list_length' => 10,