1
0
Fork 0

Fixed typo

Co-authored-by: ZhangWei <zhwei.yes@gmail.com>
pull/8957/head
Graham Campbell 2020-06-08 09:33:40 +01:00 committed by GitHub
parent 491067f253
commit a97d13fc6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ EOT
->setClassMapAuthoritative($authoritative)
->setApcuAutoloader($apcu)
->setUpdate(true)
->setUpdatAllowList(array_keys($requirements))
->setUpdateAllowList(array_keys($requirements))
->setAllowListTransitiveDependencies($input->getOption('update-with-dependencies'))
->setAllowListAllDependencies($input->getOption('update-with-all-dependencies'))
->setIgnorePlatformRequirements($input->getOption('ignore-platform-reqs'))