diff --git a/Makefile b/Makefile index ba8176ffa..7d32f68c4 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ dist: rm -rf tmp quickstart: - vendor/bin/phing -Dversion=$(VERSION) package + php7.4 vendor/bin/phing -Dversion=$(VERSION) package unittest: vendor/bin/phing -Dversion=$(VERSION) phpunitfast