-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
I have a dependancy which has an autoload files block in their composer.json. For example:
"autoload": {
"files": ["ot-loader.php"]
}
Is there a way I can exclude this file from being autoloaded? I've had a play around with exclude-from-classmap but I don't think can exclude files like this?
"exclude-from-classmap": [
"/vendor/valendesigns/option-tree/ot-loader.php"
],
Thanks! :)
falkenhawk, yani, BafS, nmeri17, top-master and 2 more
Metadata
Metadata
Assignees
Labels
No labels