Skip to content

Commit 3cee8b5

Browse files
committed
force phpunit 9 for now
1 parent 6857e57 commit 3cee8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/MakerTestEnvironment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ private function buildFlexSkeleton(): void
260260
}
261261

262262
// fetch a few packages needed for testing
263-
MakerTestProcess::create('composer require phpunit browser-kit symfony/css-selector --prefer-dist --no-progress --no-suggest', $this->flexPath)
263+
MakerTestProcess::create('composer require phpunit/phpunit:"^9.6" browser-kit symfony/css-selector --prefer-dist --no-progress --no-suggest', $this->flexPath)
264264
->run();
265265

266266
if ('\\' !== \DIRECTORY_SEPARATOR) {

0 commit comments

Comments
 (0)