From aab2afc732af848ba6c1052d0f79724f1b8d6426 Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Wed, 24 Jan 2024 10:01:22 +0100 Subject: [PATCH] NTR: change sw version release (#697) Co-authored-by: Vitalij Mik --- switch-composer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/switch-composer.php b/switch-composer.php index 5555afdb5..6c7e7c25b 100644 --- a/switch-composer.php +++ b/switch-composer.php @@ -6,8 +6,8 @@ $composerContent = file_get_contents(__DIR__ . '/composer.json'); $composerContent = json_decode($composerContent, true); -// >= 6.4.0.0 < 6.5.8.0 -const SW_VERSIONS_RELEASE = '6.4 - 6.5.8'; +// >= 6.4.0.0 +const SW_VERSIONS_RELEASE = '>=6.4.0'; const SW_VERSIONS_DEV = '*';