Skip to content

Commit ee7d282

Browse files
committed
Add missing use statement
1 parent ae44438 commit ee7d282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Command/RecipesCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Composer\Command\BaseCommand;
1515
use Composer\Downloader\TransportException;
16+
use Composer\Util\HttpDownloader;
1617
use Symfony\Component\Console\Input\InputArgument;
1718
use Symfony\Component\Console\Input\InputInterface;
1819
use Symfony\Component\Console\Input\InputOption;

0 commit comments

Comments
 (0)