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 b05f035 commit 58650b6Copy full SHA for 58650b6
.github/workflows/tests.yml
@@ -184,7 +184,7 @@ jobs:
184
185
- name: "Downgrade PHPUnit with Paratest"
186
shell: bash
187
- run: "composer require --dev phpunit/phpunit:^9.6 brianium/paratest:^6.5 --update-with-dependencies --ignore-platform-reqs --working-dir=tests"
+ run: "composer require --dev phpunit/phpunit:^9.6 brianium/paratest:^6.5 symfony/console:^5.4 symfony/process:^5.4 --update-with-dependencies --ignore-platform-reqs --working-dir=tests"
188
189
- name: "Transform source code"
190
0 commit comments