Skip to content

"Could not find a matching version of package *@dev" using phpunit-bridge on Symfony itself #43353

Answered by wouterj
GromNaN asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, I guess that means it's failing on this line locally:

$passthruOrFail("$COMPOSER require --no-update symfony/phpunit-bridge \"*@dev\"");

The command you show is exactly what is used by the GitHub actions (and what all contributors use to run the tests locally - although I recommend you to replace "symfony" by the component/bundle you want to run the tests for, e.g. php ./phpunit src/Symfony/Bundle/FrameworkBundle).

Can you maybe share some more details about your machine or debug that line of code locally?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GromNaN
Comment options

GromNaN Oct 7, 2021
Collaborator Author

Answer selected by GromNaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants