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 b29f464 commit 335c57aCopy full SHA for 335c57a
.github/workflows/continuous-integration.yml
@@ -79,6 +79,7 @@ jobs:
79
SYMFONY_REQUIRE: "${{ matrix.symfony-require }}"
80
run: |
81
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
82
+ composer remove friendsofphp/php-cs-fixer --dev
83
84
- name: "Run PHPUnit"
85
if: "${{ matrix.coverage != '' }}"
0 commit comments