My application is based requires Zend Framework 1.12 and I am using composer to manage depencies, including Zend Framework itself, PHPUnit and required libraries.
The problem here is the autoloader dumped by composer maps every class from all libraries. I don't use every ZendFramework class, and so, I'd like to replace the Zend Framework default autoloader configuration with my own (maybe completelly ignore it and configure another myself).
How can I achieve this?