Skip to content

Commit

Permalink
refactor: update to 0.20.1 and add dump-autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed Dec 12, 2024
1 parent ec84da3 commit fc72246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/strauss-installar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ download_and_install() {
# Main script execution
main() {
local latest_release
latest_release="0.20.0" # strauss release version
latest_release="0.20.1" # strauss release version
if is_update_needed "$latest_release"; then
echo "Updating strauss to $latest_release ..."
download_and_install "$latest_release"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"strauss": [
"bin/strauss-installar.sh",
"vendor/stellarwp/validation/bin/set-domain domain=give",
"@php bin/strauss.phar"
"@php bin/strauss.phar",
"@composer dump-autoload"
],
"post-install-cmd": [
"@strauss",
Expand Down

0 comments on commit fc72246

Please sign in to comment.