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 9a53e6a commit d36f5e3Copy full SHA for d36f5e3
.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 php-http/discovery psr/event-dispatcher
+ composer require --no-update psalm/phar phpunit/phpunit:@stable php-http/discovery psr/event-dispatcher
43
echo "::endgroup::"
44
echo "::group::composer update"
45
composer update --no-progress --ansi
0 commit comments