Lines Matching full:versions

21  * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
37 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
53 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
67 $packages[] = array_keys($installed['versions']);
89 foreach ($installed['versions'] as $name => $package) {
111 if (isset($installed['versions'][$packageName])) {
112 …ludeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $install…
151 if (!isset($installed['versions'][$packageName])) {
156 if (isset($installed['versions'][$packageName]['pretty_version'])) {
157 $ranges[] = $installed['versions'][$packageName]['pretty_version'];
159 if (array_key_exists('aliases', $installed['versions'][$packageName])) {
160 $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
162 if (array_key_exists('replaced', $installed['versions'][$packageName])) {
163 $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
165 if (array_key_exists('provided', $installed['versions'][$packageName])) {
166 $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
182 if (!isset($installed['versions'][$packageName])) {
186 if (!isset($installed['versions'][$packageName]['version'])) {
190 return $installed['versions'][$packageName]['version'];
203 if (!isset($installed['versions'][$packageName])) {
207 if (!isset($installed['versions'][$packageName]['pretty_version'])) {
211 return $installed['versions'][$packageName]['pretty_version'];
224 if (!isset($installed['versions'][$packageName])) {
228 if (!isset($installed['versions'][$packageName]['reference'])) {
232 return $installed['versions'][$packageName]['reference'];
245 if (!isset($installed['versions'][$packageName])) {
249 …return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packa…
271 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
294 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
317 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
345 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
363 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
382 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…