Skip to content

Commit

Permalink
Create dist builds with lowest supported php version
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed May 29, 2024
1 parent 2d124e0 commit f8fea56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f8fea56

Please sign in to comment.