Skip to content

Commit 0dc1578

Browse files
committed
1 parent ddce87d commit 0dc1578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/simple-phpunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
}
192192

193193
$info = [];
194-
foreach (explode("\n", `$COMPOSER info --no-ansi -a -n phpunit/phpunit "$PHPUNIT_VERSION.*"`) as $line) {
194+
foreach (explode("\n", shell_exec("$COMPOSER info --no-ansi -a -n phpunit/phpunit \"$PHPUNIT_VERSION.*\"")) as $line) {
195195
$line = rtrim($line);
196196

197197
if (!$info && preg_match('/^versions +: /', $line)) {

0 commit comments

Comments
 (0)