Lines Matching full:versions

21  * See also https://getcomposer.org/doc/07-runtime.md#installed-versions
31 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
42 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
56 $packages[] = array_keys($installed['versions']);
78 foreach ($installed['versions'] as $name => $package) {
100 if (isset($installed['versions'][$packageName])) {
101 …ludeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $install…
140 if (!isset($installed['versions'][$packageName])) {
145 if (isset($installed['versions'][$packageName]['pretty_version'])) {
146 $ranges[] = $installed['versions'][$packageName]['pretty_version'];
148 if (array_key_exists('aliases', $installed['versions'][$packageName])) {
149 $ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
151 if (array_key_exists('replaced', $installed['versions'][$packageName])) {
152 $ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
154 if (array_key_exists('provided', $installed['versions'][$packageName])) {
155 $ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
171 if (!isset($installed['versions'][$packageName])) {
175 if (!isset($installed['versions'][$packageName]['version'])) {
179 return $installed['versions'][$packageName]['version'];
192 if (!isset($installed['versions'][$packageName])) {
196 if (!isset($installed['versions'][$packageName]['pretty_version'])) {
200 return $installed['versions'][$packageName]['pretty_version'];
213 if (!isset($installed['versions'][$packageName])) {
217 if (!isset($installed['versions'][$packageName]['reference'])) {
221 return $installed['versions'][$packageName]['reference'];
234 if (!isset($installed['versions'][$packageName])) {
238 …return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packa…
260 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
283 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
306 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
316 …ull, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, ar…
331 …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…