Browse Source
Merge pull request #29555 from nextcloud/update-composer-2-1-11
Update to composer 2.1.11
pull/29545/head
Carl Schwan
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
50 changed files with
375 additions and
50 deletions
-
apps/accessibility/composer/composer/InstalledVersions.php
-
apps/accessibility/composer/composer/installed.php
-
apps/admin_audit/composer/composer/InstalledVersions.php
-
apps/admin_audit/composer/composer/installed.php
-
apps/cloud_federation_api/composer/composer/InstalledVersions.php
-
apps/cloud_federation_api/composer/composer/installed.php
-
apps/comments/composer/composer/InstalledVersions.php
-
apps/comments/composer/composer/installed.php
-
apps/contactsinteraction/composer/composer/InstalledVersions.php
-
apps/contactsinteraction/composer/composer/installed.php
-
apps/dav/composer/composer/InstalledVersions.php
-
apps/dav/composer/composer/installed.php
-
apps/encryption/composer/composer/InstalledVersions.php
-
apps/encryption/composer/composer/installed.php
-
apps/federatedfilesharing/composer/composer/InstalledVersions.php
-
apps/federatedfilesharing/composer/composer/installed.php
-
apps/federation/composer/composer/InstalledVersions.php
-
apps/federation/composer/composer/installed.php
-
apps/files/composer/composer/InstalledVersions.php
-
apps/files/composer/composer/installed.php
-
apps/files_sharing/composer/composer/InstalledVersions.php
-
apps/files_sharing/composer/composer/installed.php
-
apps/files_trashbin/composer/composer/InstalledVersions.php
-
apps/files_trashbin/composer/composer/installed.php
-
apps/files_versions/composer/composer/InstalledVersions.php
-
apps/files_versions/composer/composer/installed.php
-
apps/lookup_server_connector/composer/composer/InstalledVersions.php
-
apps/lookup_server_connector/composer/composer/installed.php
-
apps/oauth2/composer/composer/InstalledVersions.php
-
apps/oauth2/composer/composer/installed.php
-
apps/provisioning_api/composer/composer/InstalledVersions.php
-
apps/provisioning_api/composer/composer/installed.php
-
apps/settings/composer/composer/InstalledVersions.php
-
apps/settings/composer/composer/installed.php
-
apps/sharebymail/composer/composer/InstalledVersions.php
-
apps/sharebymail/composer/composer/installed.php
-
apps/systemtags/composer/composer/InstalledVersions.php
-
apps/systemtags/composer/composer/installed.php
-
apps/testing/composer/composer/InstalledVersions.php
-
apps/testing/composer/composer/installed.php
-
apps/twofactor_backupcodes/composer/composer/InstalledVersions.php
-
apps/twofactor_backupcodes/composer/composer/installed.php
-
apps/updatenotification/composer/composer/InstalledVersions.php
-
apps/updatenotification/composer/composer/installed.php
-
apps/user_ldap/composer/composer/InstalledVersions.php
-
apps/user_ldap/composer/composer/installed.php
-
apps/user_status/composer/composer/InstalledVersions.php
-
apps/user_status/composer/composer/installed.php
-
apps/workflowengine/composer/composer/InstalledVersions.php
-
apps/workflowengine/composer/composer/installed.php
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
@ -24,8 +24,21 @@ use Composer\Semver\VersionParser; |
|
|
|
*/ |
|
|
|
class InstalledVersions |
|
|
|
{ |
|
|
|
/** |
|
|
|
* @var mixed[]|null |
|
|
|
* @psalm-var array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}|array{}|null |
|
|
|
*/ |
|
|
|
private static $installed; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var bool|null |
|
|
|
*/ |
|
|
|
private static $canGetVendors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @var array[] |
|
|
|
* @psalm-var array<string, array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string, type: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string, type?: string}>}> |
|
|
|
*/ |
|
|
|
private static $installedByVendor = array(); |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'name' => '__root__', |
|
|
|
'dev' => false, |
|
|
|
), |
|
|
@ -16,7 +16,7 @@ |
|
|
|
'type' => 'library', |
|
|
|
'install_path' => __DIR__ . '/../', |
|
|
|
'aliases' => array(), |
|
|
|
'reference' => '7239b3d560b52ed604484a0a549dd5805e3f21e4', |
|
|
|
'reference' => 'c6429e6cd19c57582364338362e543580821cf99', |
|
|
|
'dev_requirement' => false, |
|
|
|
), |
|
|
|
), |
|
|
|