summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2023-06-13 18:59:30 +0200
committerGitHub <noreply@github.com>2023-06-13 18:59:30 +0200
commit36aa89043187275bd1cd1f75387bc38d2fe04608 (patch)
tree75d00c3036b5657f2665b1ee2c562df126506ab0
parent6771d67b000111aecf8dc63f854ac2c3bd22cf1b (diff)
parent04855afb8a48708dce54269780ad9eb8fa70ed3f (diff)
Merge pull request #3454 from nextcloud/backport/3444/stable5.3
[stable5.3] fix: Allow dynamic autoloading for classes added during upgrade
-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"
},