Explorar el Código

Add missing use stmt.

Benjamin Eberlei hace 13 años
padre
commit
f60fe5622a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Composer/Command/InstallProjectCommand.php

+ 1 - 0
src/Composer/Command/InstallProjectCommand.php

@@ -19,6 +19,7 @@ use Symfony\Component\Console\Output\OutputInterface;
 use Composer\IO\IOInterface;
 use Composer\Factory;
 use Composer\Repository\ComposerRepository;
+use Composer\Repository\FilesystemRepository;
 use Composer\Installer\ProjectInstaller;
 
 /**