diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-18 14:46:54 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-18 14:46:54 +0200 |
commit | 14be81c5b06d1c94b2493024d09ec5bd438f14c1 (patch) | |
tree | 94fc7ef349c88d8a30a7800371b40c6a7258db94 /composer.json | |
parent | 3e00edff990a9255f6e71b08f1e5ff43b4e3a95c (diff) | |
download | nextcloud-server-14be81c5b06d1c94b2493024d09ec5bd438f14c1.tar.gz nextcloud-server-14be81c5b06d1c94b2493024d09ec5bd438f14c1.zip |
Use classmap to load core files
We can't use an authoritive classmap in the current state as it would
kill app loading. However we can use a proper classmap for the normal
core stuff.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0f0d0bd3104..c75586ee105 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "config" : { - "vendor-dir": "lib/composer" + "vendor-dir": "lib/composer", + "optimize-autoloader": true }, "autoload" : { "psr-4": { |