You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
Autoload Autoload Generator handles multiple PSR-0 paths 13 years ago
DependencyResolver Fix update, fixes #125 13 years ago
Downloader Fix bug with drive names of different cases 13 years ago
Installer Fix travis builds 13 years ago
Json Add tests and fixes some issues 13 years ago
Package Add tests 13 years ago
Repository Move root package handling to a dedicated loader and make ArrayLoader more strict 13 years ago
TestCase.php Add prettyVersion to packages, fixes #76 13 years ago