I installed a Github repo (not on packagist; the repo doesn't use composer itself) through Composer. After using it for a while, I found a couple of serious issues on the library that prevent's me from using it (Eg. it logs to a hardcoded directory, not writable on my end. yeah, yikes.).
Before I fork the project in Github, fix the issue and use it instead, is there a way I can have this package use a patched class instead of the existing? I was told that I could use PHP namespaces to override a class, without touching the original code.
Or maybe even a Composer feature?