From d9dc5070126af9ebd7418d485807f05f73a7d4cb Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Wed, 29 May 2024 17:05:02 +0200 Subject: [PATCH] Create dist builds with lowest supported php version (#1267) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e7a4da1..0ae39c0 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ dist: vendor/autoload.php $(BUILD_FILES) \ --exclude="*.swp" \ $(BUILD_DIR) + composer config platform.php 7.2 -d $(BUILD_DIR) composer install --no-interaction --no-dev -d $(BUILD_DIR) rm $(BUILD_DIR)/composer.* cd build; zip -r baikal-$(VERSION).zip baikal/