Create dist builds with lowest supported php version (#1267)
This commit is contained in:
parent
9037d6f2e2
commit
d9dc507012
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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/
|
||||
|
|
Loading…
Reference in a new issue