Lines Matching full:version

29version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
40version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
107 * Checks whether the given package satisfies a version constraint
109 … * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
115 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
127 …* Returns a version constraint representing all the range(s) which are installed for a given packa…
130 * whether a given version of a package is installed, and not just whether it exists
133 * @return string Version constraint usable with composer/semver
164 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
173 if (!isset($installed['versions'][$packageName]['version'])) {
177 return $installed['versions'][$packageName]['version'];
185 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
244 …* @psalm-return array{name: string, version: string, reference: string, pretty_version: string, al…
258version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
281version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
293 * and wants to ensure both projects have access to their version of installed.php.
304version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…
314version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_…