Skip to content

Commit

Permalink
build: update box to the latest version to support newer php
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 18, 2025
1 parent 8636430 commit f81e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function check_dependencies() {

function download_box() {
if [ ! -f box.phar ]; then
curl -L https://github.com/box-project/box/releases/download/3.16.0/box.phar -o $BOX_BIN
curl -L https://github.com/box-project/box/releases/download/4.6.2/box.phar -o $BOX_BIN
chmod +x ./box.phar
fi
}
Expand Down

0 comments on commit f81e39a

Please sign in to comment.