Skip to content

Commit

Permalink
add package to post install lcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcyLina committed May 15, 2024
1 parent 4ce2afb commit aed5ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@php artisan key:generate --ansi"
],
"post-install-cmd": [
"[ $COMPOSER_DEV_MODE -eq 1 ] || composer require laravel/nova:^4.0 spatie/nova-translatable tightenco/nova-releases tightenco/suggested-resources-shortcuts"
"[ $COMPOSER_DEV_MODE -eq 1 ] || composer require laravel/nova:^4.0 spatie/nova-translatable spatie/laravel-translatable tightenco/nova-releases tightenco/suggested-resources-shortcuts"
],
"lint": [
"vendor/bin/duster lint"
Expand Down

0 comments on commit aed5ce7

Please sign in to comment.