We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 542ecf9 + f5c37f6 commit cb856c8Copy full SHA for cb856c8
bin/simple-phpunit.php
@@ -165,7 +165,7 @@
165
}
166
167
$info = [];
168
- foreach (explode("\n", `$COMPOSER info -a -n phpunit/phpunit "$PHPUNIT_VERSION.*"`) as $line) {
+ foreach (explode("\n", `$COMPOSER info --no-ansi -a -n phpunit/phpunit "$PHPUNIT_VERSION.*"`) as $line) {
169
$line = rtrim($line);
170
171
if (!$info && preg_match('/^versions +: /', $line)) {
0 commit comments