Skip to content
Snippets Groups Projects

Issue #3275282: PackageManagerKernelTestBase::createTestProject() should mirror a real directory

Files
3
@@ -25,7 +25,7 @@ class ComposerExecutableValidator implements PreOperationStageValidatorInterface
*
* @var string
*/
public const MINIMUM_COMPOSER_VERSION = '2.2.4';
public const MINIMUM_COMPOSER_VERSION = '2.3.5';
/**
* The Composer runner.
Loading