From 7ed13f8be60f8bf12b6bef145ee1f3eb1af595b4 Mon Sep 17 00:00:00 2001 From: tinect Date: Sat, 8 Feb 2025 12:58:47 +0100 Subject: [PATCH] chore: allow RC versions --- .github/workflows/code-style.yml | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 3fe4fc1..4ebe333 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -30,7 +30,7 @@ jobs: allowEol: false justMinMaxShopware: true allowShopwareNext: true - allowShopwareRC: false + allowShopwareRC: true includePhpVersion: false phpstan: name: PHPStan diff --git a/composer.json b/composer.json index c9a3dbd..9f60cf6 100644 --- a/composer.json +++ b/composer.json @@ -37,6 +37,7 @@ "require": { "shopware/core": "~6.6.0" }, + "minimum-stability": "RC", "config": { "allow-plugins": { "symfony/runtime": true