Procházet zdrojové kódy

Add missing use statement to package event to fix install --no-dev

Nils Adermann před 6 roky
rodič
revize
019ebee185
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/Composer/Installer/PackageEvent.php

+ 1 - 0
src/Composer/Installer/PackageEvent.php

@@ -18,6 +18,7 @@ use Composer\DependencyResolver\Operation\OperationInterface;
 use Composer\DependencyResolver\PolicyInterface;
 use Composer\DependencyResolver\Request;
 use Composer\Repository\CompositeRepository;
+use Composer\Repository\RepositorySet;
 
 /**
  * The Package Event.