From 416039449fe61bdd291c96285ed95af31bdad18c Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Sat, 7 Sep 2024 00:44:37 +0300 Subject: [PATCH] composer.json - prepend-autoloader: false Local vendor/autoload should not prepend if required locally. Give precedence to main composer installation if available. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index fb4eaa0..0669dae 100644 --- a/composer.json +++ b/composer.json @@ -13,5 +13,8 @@ "abuyoyo/screen-meta-links": "~0.13", "abuyoyo/plugincore": "~0.27", "abuyoyo/adminmenupage": "~0.29" + }, + "config": { + "prepend-autoloader": false } } \ No newline at end of file