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

Skip to content

Commit 9415f55

Browse files
committed
Make sure we dont download phpunit-bridge
1 parent f6bbe96 commit 9415f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Download dependencies
4949
run: |
50-
composer remove symfony/phpunit-bridge
50+
sed -i -re 's/"replace": \{/"replace": \{"symfony/phpunit-bridge": "self.version",/' composer.json
5151
composer req psalm/phar:^4.6 --no-update
5252
composer update --no-progress --ansi
5353

0 commit comments

Comments
 (0)