From 3aacb0a58098f4054e8f66950f24d8105db5785a Mon Sep 17 00:00:00 2001 From: SmetDenis Date: Mon, 29 Sep 2025 00:59:14 +0400 Subject: [PATCH] build(phar): Update Box PHAR builder to 4.6.7 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 95f6f8e6..c0f6d0dd 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ build-prod: ##@Project Build project in production mode @make build-version build-phar-file: ##@Project Build Phar file - curl -L "https://github.com/box-project/box/releases/download/4.5.1/box.phar" -o ./build/box.phar + curl -L "https://github.com/box-project/box/releases/download/4.6.7/box.phar" -o ./build/box.phar @make build-version @php ./build/box.phar --version @php ./build/box.phar compile -vv