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