From 61eee0441a316f2d6ea0e01a6f9b4514e82d3a10 Mon Sep 17 00:00:00 2001 From: bigindian66 Date: Tue, 23 May 2023 11:15:47 +0200 Subject: [PATCH] SYMFONY constant have to be based on PHP one --- docs/makefile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/makefile.md b/docs/makefile.md index ccf94c3..fd25806 100644 --- a/docs/makefile.md +++ b/docs/makefile.md @@ -43,7 +43,7 @@ PHP_CONT = $(DOCKER_COMP) exec php # Executables PHP = $(PHP_CONT) php COMPOSER = $(PHP_CONT) composer -SYMFONY = $(PHP_CONT) bin/console +SYMFONY = $(PHP) bin/console # Misc .DEFAULT_GOAL = help