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.
1 parent ddce87d commit 0dc1578Copy full SHA for 0dc1578
bin/simple-phpunit.php
@@ -191,7 +191,7 @@
191
}
192
193
$info = [];
194
- foreach (explode("\n", `$COMPOSER info --no-ansi -a -n phpunit/phpunit "$PHPUNIT_VERSION.*"`) as $line) {
+ foreach (explode("\n", shell_exec("$COMPOSER info --no-ansi -a -n phpunit/phpunit \"$PHPUNIT_VERSION.*\"")) as $line) {
195
$line = rtrim($line);
196
197
if (!$info && preg_match('/^versions +: /', $line)) {
0 commit comments