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