From 22a62864871df0e248f0e86ad4ea330c5b066f7c Mon Sep 17 00:00:00 2001 From: Jean-Christophe Vanhalle Date: Fri, 18 Oct 2024 12:48:17 +0200 Subject: [PATCH] adds php project type --- env_files/project-example.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/env_files/project-example.env b/env_files/project-example.env index e82fcd3..3627bc7 100644 --- a/env_files/project-example.env +++ b/env_files/project-example.env @@ -1,4 +1,5 @@ -PROJECT_TYPE=wordpress PROJECT_TYPE=laravel PROJECT_TYPE=livewire +PROJECT_TYPE=php PROJECT_TYPE=wintercms +PROJECT_TYPE=wordpress