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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-16 22:19:38 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-16 22:22:19 +0300
commitbf8e61acb34b88554f55cf145516a8907e9fd411 (patch)
tree631590ba3398d9097563aa5bf78ead344ad74a0b /composer.json
parent09d9827805fa9a8c955281faef3781c09656a1f7 (diff)
Use an authoriative classmap
This is not a generic autoloader. Only know classes in the classmap should be autoloaded by it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 50de29a..b3db765 100644
--- a/composer.json
+++ b/composer.json
@@ -11,5 +11,9 @@
],
"require": {
"yubico/u2flib-server": "^1.0.1"
+ },
+ "config": {
+ "optimize-autoloader": true,
+ "classmap-authoritative": true
}
}