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 df09a85 commit 27aacf7Copy full SHA for 27aacf7
.github/workflows/release.yaml
@@ -56,7 +56,7 @@ jobs:
56
restore-keys: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-"
57
58
- name: "Remove incompatible dependencies with composer"
59
- run: "composer remove ergebnis/composer-normalize ergebnis/license ergebnis/php-cs-fixer-config rector/rector --ansi --dev --no-interaction --no-progress"
+ run: "composer remove phpstan/extension-installer --ansi --dev --no-interaction --no-progress"
60
61
- name: "Remove phpunit/phpunit with composer"
62
run: "composer remove phpunit/phpunit --ansi --no-interaction --ignore-platform-reqs --no-progress"
0 commit comments