1
0
Fork 0
pull/9212/head
Lars Strojny 2020-09-16 10:53:55 +02:00
parent 0b6abf3b96
commit 7db8b33a9e
No known key found for this signature in database
GPG Key ID: 887416A2AD3B0CA9
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ EOT
$updateDevMode = !$input->getOption('update-no-dev');
$optimize = $input->getOption('optimize-autoloader') || $composer->getConfig()->get('optimize-autoloader');
$authoritative = $input->getOption('classmap-authoritative') || $composer->getConfig()->get('classmap-authoritative');
$apcu = $input->getOption('apcu-autoloader') ?: $composer->getConfig()->get('apcu-autoloader');
$apcu = $input->getOption('apcu-autoloader') || $composer->getConfig()->get('apcu-autoloader');
$updateAllowTransitiveDependencies = Request::UPDATE_LISTED_WITH_TRANSITIVE_DEPS_NO_ROOT_REQUIRE;
$flags = '';