Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed generating packageMap in AutoloaderGenerator #1424

Merged
merged 1 commit into from Dec 17, 2012

Conversation

hason
Copy link
Contributor

@hason hason commented Dec 17, 2012

Fixes #1423

@@ -178,7 +178,8 @@ public static function autoload(\$class)
public function buildPackageMap(InstallationManager $installationManager, PackageInterface $mainPackage, array $packages)
{
// build package => install path map
$packageMap = array();
$packageMap = array(array($mainPackage, ''));

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicated empty line

@Seldaek Seldaek merged commit 45d7eb5 into composer:master Dec 17, 2012
@Seldaek
Copy link
Member

Seldaek commented Dec 17, 2012

Thanks for the quick response @hason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

include-path in "main" composer.json file is ignored
3 participants