From 05f44bac71d9b7e0ccc19be06cc34f37ca878d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= <1536036+zoic21@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:42:33 +0200 Subject: [PATCH] bugfix --- plugin_info/info.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin_info/info.json b/plugin_info/info.json index 5389a12..30189f0 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -15,7 +15,8 @@ "name": "Script", "licence": "AGPL", "author": "Jeedom SAS", - "require": "4.3", + "require": "4.4", + "hasDependency": true, "category": "programming", "changelog": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/script\/changelog", "documentation": "https:\/\/doc.jeedom.com\/#language#\/plugins\/programming\/script\/",