Skip to content

Commit

Permalink
fix: remove duplicate minimum stability
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Feb 6, 2024
1 parent 59b69df commit 804be67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 804be67

Please sign in to comment.