Is there a way to have an autoload file you created run before the vendor autoload is called? We seem to be running into an issue with SimpleSAML's autoload overriding one of the autoload files we created. I am new to Composer, and couldn't seem to find any solutions online.
I tried including our autoload file in the file that needs it as well and that still did not work.
A workaround is to just include the files explicitly, but being able to use the autoloader would be preferred.