diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 67e6d18..49eb763 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,8 +53,8 @@ jobs: composer config --no-plugins allow-plugins.neos/composer-plugin true composer config repositories.package '{ "type": "path", "url": "../neos-seo", "options": { "symlink": false } }' composer require --no-update --no-interaction neos/seo:"dev-build as dev-${PACKAGE_TARGET_VERSION}" - composer require --dev --no-update --no-interaction phpstan/phpstan:^1.10 + cat composer.json - name: Install dependencies run: |