From bc8f2111b5f4a9323ec6154e4e267013cd6963d7 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Jun 2026 15:38:10 +0200 Subject: [PATCH] Enable classmap-authoritative for faster autoloading --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c7494ca..af046d2 100755 --- a/composer.json +++ b/composer.json @@ -87,6 +87,7 @@ }, "config": { "optimize-autoloader": true, + "classmap-authoritative": true, "preferred-install": "dist", "sort-packages": true, "allow-plugins": {