composer.json - prepend-autoloader: false

Local vendor/autoload should not prepend if required locally.
Give precedence to main composer installation if available.
This commit is contained in:
abuyoyo 2024-09-07 00:44:37 +03:00
parent e548158c15
commit 416039449f

View File

@ -13,5 +13,8 @@
"abuyoyo/screen-meta-links": "~0.13",
"abuyoyo/plugincore": "~0.27",
"abuyoyo/adminmenupage": "~0.29"
},
"config": {
"prepend-autoloader": false
}
}