From ba03dbf57cef2bfb0f54216e0d7e27a137b1be7b Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 3 Jul 2020 15:29:34 -0400 Subject: [PATCH] temporarily downgrading symfony/console in tests --- src/Test/MakerTestEnvironment.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Test/MakerTestEnvironment.php b/src/Test/MakerTestEnvironment.php index 2d5b2cffe2..f658f15fc2 100644 --- a/src/Test/MakerTestEnvironment.php +++ b/src/Test/MakerTestEnvironment.php @@ -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