We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7533031 commit 83fcfcbCopy full SHA for 83fcfcb
.github/workflows/tests.yaml
@@ -108,7 +108,7 @@ jobs:
108
restore-keys: ${{ runner.os }}-${{ matrix.php }}-composer-${{ matrix.dependencies }}-
109
110
- name: Remove optional packages
111
- run: composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache symfony/cache-contracts --dev --no-update
+ run: composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache --dev --no-update
112
113
- name: Install highest dependencies
114
run: composer update --no-progress --no-interaction --prefer-dist
0 commit comments