From 2a27989a96cdd36b4b06244a2aec2926fc1312f3 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 27 Jun 2025 20:59:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Detect=20Tempest=20framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift b/phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift index 7cad37f..a9eb5ed 100644 --- a/phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift +++ b/phpmon/Domain/Integrations/Composer/ProjectTypeDetection.swift @@ -15,7 +15,8 @@ struct ProjectTypeDetection { public static let CommonDependencyList = [ "laravel/framework": "Laravel", "symfony/symfony": "Symfony", - "laravel/lumen": "Lumen" + "laravel/lumen": "Lumen", + "tempest/framework": "Tempest" ] /**