I'm building a small project using Composer, but I now have to use some custom code, in the parent folder of vendor folder.
Similar file structure: libraries > companyname > namespace > classfile.php
Is it possible to effectively use the composer autoloader? It seems that it is, but I'm having trouble wrapping my head around it.
Would it be easier to use a second autoloader script?