1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/11150] Load vendor/ext-autoload.php

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-25 19:36:05 +02:00
committed by Tristan Darricau
parent e71e6224f5
commit 7958dca09d
5 changed files with 23 additions and 1 deletions

View File

@@ -161,7 +161,8 @@ class installer
->setUpdateWhitelist($whitelist)
->setWhitelistDependencies(false)
->setIgnorePlatformRequirements(false)
->setDumpAutoloader(false)
->setOptimizeAutoloader(true)
->setDumpAutoloader(true)
->setPreferStable(true)
->setRunScripts(false)
->setDryRun(false);