Skip to content

Commit

Permalink
Fix circular call to script handler with composer 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francoispluchino committed Aug 3, 2016
1 parent 47c0836 commit d7d189e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Converter/PackageUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static function checkUrlVersion(AssetTypeInterface $assetType, $dependenc
$vcsRepos[] = array(
'type' => sprintf('%s-vcs', $assetType->getName()),
'url' => $url,
'name' => $assetType->formatComposerName($dependency),
);
} else {
$dependency = static::getUrlFileDependencyName($assetType, $composer, $dependency);
Expand Down

0 comments on commit d7d189e

Please sign in to comment.