Skip to content

Commit 408a20b

Browse files
authored
build(phar): Update Box PHAR builder to 4.6.7 (#216)
Upgrades the Box PHAR builder tool to version 4.6.7. This ensures compatibility and leverages the latest features and fixes from the Box project.
1 parent f7d8d98 commit 408a20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build-prod: ##@Project Build project in production mode
3939
@make build-version
4040

4141
build-phar-file: ##@Project Build Phar file
42-
curl -L "https://github.com/box-project/box/releases/download/4.5.1/box.phar" -o ./build/box.phar
42+
curl -L "https://github.com/box-project/box/releases/download/4.6.7/box.phar" -o ./build/box.phar
4343
@make build-version
4444
@php ./build/box.phar --version
4545
@php ./build/box.phar compile -vv

0 commit comments

Comments
 (0)