Skip to content

Commit 8bb7738

Browse files
authored
Add composer bump command to post-update hooks (#2451)
Co-authored-by: Alex Justesen <[email protected]>
1 parent ef483fb commit 8bb7738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"post-update-cmd": [
7676
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
7777
"@php artisan vendor:publish --tag=livewire:assets --ansi --force",
78-
"@php artisan boost:update --ansi"
78+
"@php artisan boost:update --ansi",
79+
"composer bump"
7980
],
8081
"post-root-package-install": [
8182
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)