From b914281e808c86cecdb93bb9c1120e438bb88935 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Wed, 11 Dec 2024 20:49:14 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b5b66f..2c9cf6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,7 @@ jobs: cd ${FLOW_PATH_ROOT} composer config --no-plugins allow-plugins.neos/composer-plugin true composer config repositories.package '{ "type": "path", "url": "../neos-seo", "options": { "symlink": false }, "canonical": false }' - composer require --no-update --no-interaction neos/seo:"dev-build as dev-${PACKAGE_TARGET_VERSION}" + composer require --no-update --no-interaction neos/seo:"dev-build as ${PACKAGE_TARGET_VERSION}-dev" composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10 cat composer.json