Update composer file for failed passport thing and update version.

This commit is contained in:
James Cole 2018-03-04 15:36:06 +01:00
parent 8fa25e9d37
commit ae039bf1c7
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 2 additions and 3 deletions

View File

@ -118,8 +118,7 @@
],
"post-install-cmd": [
"php artisan optimize",
"php artisan firefly:instructions install",
"php artisan passport:install"
"php artisan firefly:instructions install"
]
},
"config": {

View File

@ -33,7 +33,7 @@ return [
'is_demo_site' => false,
],
'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true),
'version' => '4.7.1.2',
'version' => '4.7.1.3',
'api_version' => '0.1',
'maxUploadSize' => 15242880,
'allowedMimes' => [