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 56
56
run : |
57
57
cd base
58
58
echo "::group::modify composer.json"
59
- sed -i -re 's/"replace": \{/"replace": \{" symfony\ /phpunit-bridge": "self.version",/' composer.json
59
+ composer remove symfony/phpunit-bridge --no-interaction --no-update
60
60
composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher
61
61
echo "::endgroup::"
62
62
echo "::group::composer update"
76
76
run : |
77
77
cd pr
78
78
echo "::group::modify composer.json"
79
- sed -i -re 's/"replace": \{/"replace": \{" symfony\ /phpunit-bridge": "self.version",/' composer.json
79
+ composer remove symfony/phpunit-bridge --no-interaction --no-update
80
80
composer require --no-update phpunit/phpunit php-http/discovery psr/event-dispatcher
81
81
echo "::endgroup::"
82
82
echo "::group::composer update"
You can’t perform that action at this time.
0 commit comments