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