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 519b25e commit 16b5230Copy full SHA for 16b5230
bin/simple-phpunit
@@ -106,6 +106,11 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
106
}
107
108
109
+ $info += [
110
+ 'versions' => [],
111
+ 'requires' => ['php' => '*'],
112
+ ];
113
+
114
if (1 === \count($info['versions'])) {
115
$passthruOrFail("$COMPOSER create-project --ignore-platform-reqs --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi -s dev phpunit/phpunit phpunit-$PHPUNIT_VERSION \"$PHPUNIT_VERSION.*\"");
116
} else {
0 commit comments