diff --git a/.github/oxid-esales/metapackage-7.1-slim.yaml b/.github/oxid-esales/metapackage-7.1-slim.yaml index a3be8c4e..f726d0df 100644 --- a/.github/oxid-esales/metapackage-7.1-slim.yaml +++ b/.github/oxid-esales/metapackage-7.1-slim.yaml @@ -11,7 +11,7 @@ install: container: options: '-e ESHOP_BOOTSTRAP_PATH=vendor/oxid-esales/oxideshop-ce/source/bootstrap.php' composer: - root_url: 'https://raw.githubusercontent.com/{{ .Github.Repository }}/b-7.1/composer.json' + root_url: 'https://raw.githubusercontent.com/{{ .Github.Repository }}/b-7.1-workflow-test/composer.json' transform: | { "config": { diff --git a/composer.json b/composer.json index 54660b80..e08af670 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "homepage": "https://www.oxid-esales.com/en/home.html", "license": "proprietary", "minimum-stability": "dev", + "prefer-stable": true, "require": { "composer/ca-bundle": "1.5.0", "composer/class-map-generator": "1.1.1",