1
0
Fork 0

Remove TODO

pull/5/head
Jordi Boggiano 2011-06-28 15:29:41 +02:00
parent 74332da349
commit 5b061b8ddb
1 changed files with 0 additions and 1 deletions

View File

@ -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);