]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update to composer 2.1.11 29555/head
authorCarl Schwan <carl@carlschwan.eu>
Thu, 4 Nov 2021 11:30:11 +0000 (12:30 +0100)
committerCarl Schwan <carl@carlschwan.eu>
Thu, 4 Nov 2021 11:30:11 +0000 (12:30 +0100)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
50 files changed:
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

index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),
index 7c5502ca43a4bdc6b5189ed49eb4b2f7c0510ae9..d50e0c9fcc47df4f65268ae1a0b4074990160486 100644 (file)
@@ -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();
 
     /**
index e47b47d1fe3d9bfa4d1f387ba6307b8d820c6d22..5440719fa40ef5d8f8e564bd85e2e017b9ad6f72 100644 (file)
@@ -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,
         ),
     ),