57 Commits (41392ace56650d06823a74091bb21df790aaefc1)

Author SHA1 Message Date
Jordi Boggiano edf93f1fcc Fix test & behavior 13 years ago
Jordi Boggiano f8a09eaa3f Make classmaps relative instead of absolute for file portability 13 years ago
Benjamin Eberlei 671cd5ee08 Add tests for ClassMapGenerator 13 years ago
Jordi Boggiano 15d78e6ad1 Fix autoload generator with vendor-dir = working-dir 13 years ago
Beau Simensen fd5124a632 Standards fixes per @stof (continued, my bad) 13 years ago
Beau Simensen e8fcf281fa Autoload Generator handles multiple PSR-0 paths
The Autoload Generator was not behaving exactly as expected.
This PR is an alternate version of #203 based on some of
@stof's input on that PR.

The main differences are:

 * The main package is added first instead of last
 * parseAutoloads returns a different structure:
     array('psr-0' => array('Ns\\Foo' => array('installDir')))
 * dump and createLoader updated to account for new structure
13 years ago
Jordi Boggiano abb926a60c Add tests for autoloader 13 years ago