I'm creating a composer package but my library uses a ".class.php" extension instead of the usual ".php" extension.
E.g. BaseController.class.php for BaseController class
As a result of this the Composer Autoloader is unable to find my files.
How do I fix this?