Lines Matching +full:version -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
37 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
53 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
120 * Checks whether the given package satisfies a version constraint
122 … * e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
128 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
140 …* Returns a version constraint representing all the range(s) which are installed for a given packa…
143 * whether a given version of a package is installed, and not just whether it exists
146 * @return string Version constraint usable with composer/semver
177 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
186 if (!isset($installed['versions'][$packageName]['version'])) {
190 return $installed['versions'][$packageName]['version'];
198 …installed, null will be returned as version, use satisfies or getVersionRanges if you need to know…
257 …* @psalm-return array{name: string, pretty_version: string, version: string, reference: string|nul…
271 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
294 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
306 * and wants to ensure both projects have access to their version of installed.php.
317 …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…
363 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…
382 …version: string, reference: string|null, type: string, install_path: string, aliases: string[], de…