Jordi Boggiano před 13 roky
rodič
revize
5b061b8ddb
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/Composer/Repository/PlatformRepository.php

+ 0 - 1
src/Composer/Repository/PlatformRepository.php

@@ -32,7 +32,6 @@ class PlatformRepository extends ArrayRepository
             $version = BasePackage::parseVersion(preg_replace('#^(.+?)(-.+)?$#', '$1', PHP_VERSION));
         }
 
-        // TODO mark as type platform and create a special installer that skips it + one that throws an exception
         $php = new MemoryPackage('php', $version['version'], $version['type']);
         $this->addPackage($php);