SYMFONY constant have to be based on PHP one

This commit is contained in:
bigindian66 2023-05-23 11:15:47 +02:00 committed by Maxime Helias
parent cf30762990
commit 61eee0441a

View File

@ -43,7 +43,7 @@ PHP_CONT = $(DOCKER_COMP) exec php
# Executables # Executables
PHP = $(PHP_CONT) php PHP = $(PHP_CONT) php
COMPOSER = $(PHP_CONT) composer COMPOSER = $(PHP_CONT) composer
SYMFONY = $(PHP_CONT) bin/console SYMFONY = $(PHP) bin/console
# Misc # Misc
.DEFAULT_GOAL = help .DEFAULT_GOAL = help