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" ] /**