Skip to content

Commit 84cb446

Browse files
Merge branch '3.4' into 4.4
* 3.4: [PhpUnitBridge] fix syntax on PHP 5.3 [PhpUnitBridge] Fix undefined index when output of "composer show" cannot be parsed properly cascade validation to child forms [PhpUnitBridge] fix undefined var on version 3.4 bumped Symfony version to 3.4.42 updated VERSION for 3.4.41 update CONTRIBUTORS for 3.4.41 updated CHANGELOG for 3.4.41
2 parents 004bf7b + ac355e1 commit 84cb446

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/simple-phpunit.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,11 @@
182182
}
183183
}
184184

185+
$info += [
186+
'versions' => [],
187+
'requires' => ['php' => '*'],
188+
];
189+
185190
if (1 === \count($info['versions'])) {
186191
$passthruOrFail("$COMPOSER create-project --ignore-platform-reqs --no-install --prefer-dist --no-scripts --no-plugins --no-progress --ansi -s dev phpunit/phpunit $PHPUNIT_VERSION_DIR \"$PHPUNIT_VERSION.*\"");
187192
} else {

0 commit comments

Comments
 (0)