Adding phpunit directly to the pack#10
Conversation
|
Same comment in https://github.com/symfony/recipes/pull/906/files#issuecomment-805326748 👍 from purely technical pov. |
| "symfony/css-selector": "*", | ||
| "symfony/phpunit-bridge": "*" | ||
| "symfony/phpunit-bridge": "*", | ||
| "phpunit/phpunit": "*" |
There was a problem hiding this comment.
or not, because the order drives the order of recipes, right?
There was a problem hiding this comment.
I updated it. I think it won't matter, but after we merge, I'll double-check that. phpunit/phpunit and phpunit-bridge both share a few files (like tests/bootstrap.php) but ordering doesn't cause a problem there. And, thanks to the now-merged recipe PR, phpunit/phpunit no longer has a post-install text, so no problem there either.
|
Can't we merge now, but tag only when 5.3 comes out? |
2938ca6 to
ccf134e
Compare
That's a good idea. I'll add a reminder for myself near the end of May to ping for a tag. |
See symfony/recipes#906