PHP 8.2
This commit is contained in:
parent
d01bf5bf48
commit
7ecdb103e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ dist: vendor/autoload.php
|
||||||
$(BUILD_FILES) \
|
$(BUILD_FILES) \
|
||||||
--exclude="*.swp" \
|
--exclude="*.swp" \
|
||||||
$(BUILD_DIR)
|
$(BUILD_DIR)
|
||||||
composer config platform.php 7.2 -d $(BUILD_DIR)
|
composer config platform.php 8.2 -d $(BUILD_DIR)
|
||||||
composer install --no-interaction --no-dev -d $(BUILD_DIR)
|
composer install --no-interaction --no-dev -d $(BUILD_DIR)
|
||||||
rm $(BUILD_DIR)/composer.*
|
rm $(BUILD_DIR)/composer.*
|
||||||
cd build; zip -r baikal-$(VERSION).zip baikal/
|
cd build; zip -r baikal-$(VERSION).zip baikal/
|
||||||
|
|
Loading…
Reference in a new issue