Lines Matching full:version
31 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
42 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
109 * Checks whether the given package satisfies a version constraint
111 … * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
117 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
129 …* Returns a version constraint representing all the range(s) which are installed for a given packa…
132 * whether a given version of a package is installed, and not just whether it exists
135 * @return string Version constraint usable with composer/semver
166 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
175 if (!isset($installed['versions'][$packageName]['version'])) {
179 return $installed['versions'][$packageName]['version'];
187 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
246 …* @psalm-return array{name: string, pretty_version: string, version: string, reference: string|nul…
260 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
283 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
295 * and wants to ensure both projects have access to their version of installed.php.
306 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
316 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
331 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
345 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…