Skip to content

Commit

Permalink
CLI-1039: Update box, fix typeerror in some terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 18, 2023
1 parent 0469aa8 commit 8a0fbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"rm -rf gardener"
],
"box-install": [
"curl -f -L https://github.com/box-project/box/releases/download/4.3.7/box.phar -o build/box.phar"
"curl -f -L https://github.com/box-project/box/releases/download/4.4.0/box.phar -o build/box.phar"
],
"box-compile": [
"php build/box.phar compile"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a0fbde

Please sign in to comment.