Sha256: aa4492b6b0d4a30a54090bb903567c48c5ef7d8ad6f6f2ef1c4b8983ff9e16da
Contents?: true
Size: 520 Bytes
Versions: 24
Compression:
Stored size: 520 Bytes
Contents
<?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Composer\Repository; interface VersionCacheInterface { /** * @param string $version * @param string $identifier * @return array Package version data */ public function getVersionPackage($version, $identifier); }
Version data entries
24 entries across 24 versions & 1 rubygems