Ver Fonte

Merge branch '1.7'

Jordi Boggiano há 6 anos atrás
pai
commit
af677553cc
1 ficheiros alterados com 0 adições e 7 exclusões
  1. 0 7
      src/Composer/Repository/RepositoryInterface.php

+ 0 - 7
src/Composer/Repository/RepositoryInterface.php

@@ -71,11 +71,4 @@ interface RepositoryInterface extends \Countable
      * @return array[] an array of array('name' => '...', 'description' => '...')
      */
     public function search($query, $mode = 0);
-
-    /**
-     * Removes a package from the registered packages list.
-     *
-     * @param PackageInterface $package
-     */
-    public function removePackage(PackageInterface $package);
 }