Skip to content

Commit

Permalink
temporarily downgrading symfony/console in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jul 3, 2020
1 parent 9191aec commit ba03dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Test/MakerTestEnvironment.php
Expand Up @@ -319,6 +319,10 @@ private function buildFlexSkeleton()
$this->cachePath
)->run();

// temporary workaround for a console change in 5.1.2
MakerTestProcess::create('composer require symfony/console:5.1.1', $this->flexPath)
->run();

$rootPath = str_replace('\\', '\\\\', realpath(__DIR__.'/../..'));

// dev deps already will allow dev deps, but we should prefer stable
Expand Down

0 comments on commit ba03dbf

Please sign in to comment.