File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5555 shell : bash
5656 run : |
5757 composer require --dev phpunit/phpunit:^12 brianium/paratest:^7.16 symfony/process:^7 symfony/string:^7 symfony/console:^7 --update-with-dependencies --ignore-platform-reqs --working-dir=tests
58- composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
58+ composer require --dev phpunit/phpunit:^12 sebastian/diff:^6 --update-with-dependencies --ignore-platform-reqs
5959
6060 - name : " Check PHP configuration"
6161 run : " vendor/bin/phpunit --check-php-configuration"
@@ -275,7 +275,7 @@ jobs:
275275 shell : bash
276276 run : |
277277 composer require --dev phpunit/phpunit:^12 brianium/paratest:^7.16 symfony/process:^7 symfony/string:^7 symfony/console:^7 --update-with-dependencies --ignore-platform-reqs --working-dir=tests
278- composer require --dev phpunit/phpunit:^12 sebastian/diff --update-with-dependencies --ignore-platform-reqs
278+ composer require --dev phpunit/phpunit:^12 sebastian/diff:^6 --update-with-dependencies --ignore-platform-reqs
279279
280280 - uses : " ramsey/composer-install@v3"
281281 with :
You can’t perform that action at this time.
0 commit comments