From f04f32a02842958c1ed0cf9a352577b49dbfa2ca Mon Sep 17 00:00:00 2001 From: tabuna Date: Thu, 28 Mar 2024 03:00:06 +0300 Subject: [PATCH] Added support 11.x version branch for doc --- app/Docs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Docs.php b/app/Docs.php index bfc74a7e..2cf9789c 100644 --- a/app/Docs.php +++ b/app/Docs.php @@ -25,6 +25,7 @@ class Docs * Array of supported versions */ public const SUPPORT_VERSIONS = [ + '11.x', '10.x', '8.x', '5.4',