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 6857e57 commit 3cee8b5Copy full SHA for 3cee8b5
src/Test/MakerTestEnvironment.php
@@ -260,7 +260,7 @@ private function buildFlexSkeleton(): void
260
}
261
262
// 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)
+ MakerTestProcess::create('composer require phpunit/phpunit:"^9.6" browser-kit symfony/css-selector --prefer-dist --no-progress --no-suggest', $this->flexPath)
264
->run();
265
266
if ('\\' !== \DIRECTORY_SEPARATOR) {
0 commit comments