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 16b5230 commit ac355e1Copy full SHA for ac355e1
bin/simple-phpunit
@@ -106,10 +106,10 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
106
}
107
108
109
- $info += [
110
- 'versions' => [],
111
- 'requires' => ['php' => '*'],
112
- ];
+ $info += array(
+ 'versions' => array(),
+ 'requires' => array('php' => '*'),
+ );
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.*\"");
0 commit comments