summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-06-07 21:03:02 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-06-13 15:44:52 +0000
commit04855afb8a48708dce54269780ad9eb8fa70ed3f (patch)
tree75d00c3036b5657f2665b1ee2c562df126506ab0
parent6771d67b000111aecf8dc63f854ac2c3bd22cf1b (diff)
fix: Allow dynamic autoloading for classes added during upgrade
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--composer.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 34d00c4b..d5eadb9e 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,6 @@
"name": "nextcloud/contacts",
"config": {
"optimize-autoloader": true,
- "classmap-authoritative": true,
"platform": {
"php": "7.4"
},