Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-07-18 15:46:54 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2016-07-18 15:46:54 +0300
commit14be81c5b06d1c94b2493024d09ec5bd438f14c1 (patch)
tree94fc7ef349c88d8a30a7800371b40c6a7258db94 /composer.json
parent3e00edff990a9255f6e71b08f1e5ff43b4e3a95c (diff)
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.json3
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": {