8000 [PhpUnitBridge] fix syntax on PHP 5.3 · symfony/symfony@9f3b43a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f3b43a

Browse files
[PhpUnitBridge] fix syntax on PHP 5.3
1 parent 3e0330f commit 9f3b43a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Bridge/PhpUnit/bin/simple-phpunit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ if (!file_exists("$PHPUNIT_DIR/phpunit-$PHPUNIT_VERSION/phpunit") || md5_file(__
106106
}
107107
}
108108

109-
$info += [
110-
'versions' => [],
111-
'requires' => ['php' => '*'],
112-
];
109+
$info += array(
110+
'versions' => array(),
111+
'requires' => array('php' => '*'),
112+
);
113113

114114
if (1 === \count($info['versions'])) {
115115
$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

Comments
 (0)
0