Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit edd0e46

Browse files
committed
Added psr/event-dispatcher
1 parent 2db83fd commit edd0e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/psalm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cd base
5858
echo "::group::modify composer.json"
5959
sed -i -re 's/"replace": \{/"replace": \{"symfony\/phpunit-bridge": "self.version",/' composer.json
60-
composer require --no-update phpunit/phpunit php-http/discovery
60+
composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher
6161
echo "::endgroup::"
6262
echo "::group::composer update"
6363
composer update --no-progress --ansi
@@ -77,7 +77,7 @@ jobs:
7777
cd pr
7878
echo "::group::modify composer.json"
7979
sed -i -re 's/"replace": \{/"replace": \{"symfony\/phpunit-bridge": "self.version",/' composer.json
80-
composer require --no-update phpunit/phpunit php-http/discovery
80+
composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher
8181
echo "::endgroup::"
8282
echo "::group::composer update"
8383
composer update --no-progress --ansi

0 commit comments

Comments
 (0)