diff --git a/composer.json b/composer.json index 22ebfe5fc2..3d619ba29c 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/config/firefly.php b/config/firefly.php index d0b4c02c93..a4fd683f9d 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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' => [