Skip to content

Commit

Permalink
Merge branch 'disable-plugins' of https://github.com/BrianHenryIE/str…
Browse files Browse the repository at this point in the history
…auss into disable-plugins
  • Loading branch information
BrianHenryIE committed Jul 8, 2022
2 parents 3c2f489 + c078147 commit 326fc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/ComposerPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static function fromComposerJsonArray($jsonArray, array $overrideAutoload
{
$factory = new Factory();
$io = new NullIO();
$composer = $factory->createComposer($io, $jsonArray, true);
$composer = $factory->createComposer($io, $jsonArray, true);

return new ComposerPackage($composer, $overrideAutoload);
}
Expand Down

0 comments on commit 326fc62

Please sign in to comment.