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 57
57
cd base
58
58
echo "::group::modify composer.json"
59
59
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
61
61
echo "::endgroup::"
62
62
echo "::group::composer update"
63
63
composer update --no-progress --ansi
77
77
cd pr
78
78
echo "::group::modify composer.json"
79
79
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
81
81
echo "::endgroup::"
82
82
echo "::group::composer update"
83
83
composer update --no-progress --ansi
You can’t perform that action at this time.
0 commit comments