From 3f4d43163fcc43e3b971be570744a7bc66504f80 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 13 May 2024 14:59:04 +0100 Subject: [PATCH] Update config.php --- config.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.php b/config.php index 387385c..98f92ff 100644 --- a/config.php +++ b/config.php @@ -88,4 +88,17 @@ 'icon' => __DIR__ . '/Views/assets/img/icon.png', + /* + |-------------------------------------------------------------------------- + | Supported help desk version + |-------------------------------------------------------------------------- + | + | A version constraint to specify which versions of the help desk the + | addon is compatible with. For supported constraints, see + | https://getcomposer.org/doc/articles/versions.md + | + */ + + 'supports' => '>=4.0', + ];