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 22a9510 commit 2345614Copy full SHA for 2345614
.github/workflows/psalm.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
echo "::group::modify composer.json"
41
composer remove --no-update --no-interaction symfony/phpunit-bridge
42
- composer require --no-update psalm/phar phpunit/phpunit:@stable php-http/discovery psr/event-dispatcher
+ composer require --no-update psalm/phar phpunit/phpunit:^9.5 php-http/discovery psr/event-dispatcher
43
echo "::endgroup::"
44
echo "::group::composer update"
45
composer update --no-progress --ansi
0 commit comments