From 804be67df56d2d86ffaa7bdf5065fe730812a23a Mon Sep 17 00:00:00 2001 From: Shyim Date: Tue, 6 Feb 2024 22:20:24 +0100 Subject: [PATCH] fix: remove duplicate minimum stability --- update.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/update.nu b/update.nu index 3eaf5c95fd..87f3564b28 100644 --- a/update.nu +++ b/update.nu @@ -9,7 +9,6 @@ http get https://api.github.com/repos/shopware/core/tags | each {|item| } else { $composerJson.minimum-stability = "stable" } - $composerJson.minimum-stability = "RC" $composerJson.require.shopware/core = $item.name $composerJson | to json | save composer.json --force