diff --git a/composer.json b/composer.json index fc1e2cad9..3c107977b 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,8 @@ "post-update-cmd": [ "@php artisan vendor:publish --tag=laravel-assets --ansi --force", "@php artisan vendor:publish --tag=livewire:assets --ansi --force", - "@php artisan boost:update --ansi" + "@php artisan boost:update --ansi", + "composer bump" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""