Home
last modified time | relevance | path

Searched refs:getVersionRanges (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/composer/
H A DInstalledVersions.php123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
137 public static function getVersionRanges($packageName) function in Composer\\InstalledVersions
166 * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
187 * @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present