11 Commits (e364494286f09c4f7a87f6a9a1edd9754844bafc)

Author SHA1 Message Date
Jordi Boggiano 2d9739bd05 Add support for files in classmap autoload config, fixes #463 13 years ago
Jordi Boggiano 30cfb69739 Add support for mapping a namespace prefix onto many dirs in the autoload config 13 years ago
Martin Hasoň fde38dacec Added test for generated classmap files 13 years ago
Martin Hasoň 81e8261692 Added tests for traits 13 years ago
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