Mercurial > hg > rc1
comparison vendor/composer/autoload_static.php @ 43:771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
| author | Charlie Root |
|---|---|
| date | Sun, 26 Jan 2025 13:13:49 -0500 |
| parents | 05c4c32948af |
| children |
comparison
equal
deleted
inserted
replaced
| 42:db1e51c59ddc | 43:771f6803cc4b |
|---|---|
| 5 namespace Composer\Autoload; | 5 namespace Composer\Autoload; |
| 6 | 6 |
| 7 class ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc | 7 class ComposerStaticInitd52cd7aa2b1301e6e89413f57235d2fc |
| 8 { | 8 { |
| 9 public static $files = array ( | 9 public static $files = array ( |
| 10 '2cffec82183ee1cea088009cef9a6fc3' => __DIR__ . '/..' . '/ezyang/htmlpurifier/library/HTMLPurifier.composer.php', | |
| 11 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php', | |
| 10 '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', | 12 '6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php', |
| 11 ); | 13 ); |
| 12 | 14 |
| 13 public static $prefixLengthsPsr4 = array ( | 15 public static $prefixLengthsPsr4 = array ( |
| 14 'p' => | 16 'p' => |
| 19 array ( | 21 array ( |
| 20 'Webmozart\\Assert\\' => 17, | 22 'Webmozart\\Assert\\' => 17, |
| 21 ), | 23 ), |
| 22 'S' => | 24 'S' => |
| 23 array ( | 25 array ( |
| 26 'Symfony\\Polyfill\\Ctype\\' => 23, | |
| 24 'Symfony\\Component\\Yaml\\' => 23, | 27 'Symfony\\Component\\Yaml\\' => 23, |
| 25 'Sabre\\VObject\\' => 14, | 28 ), |
| 29 'P' => | |
| 30 array ( | |
| 31 'Prophecy\\' => 9, | |
| 32 'PHPStan\\PhpDocParser\\' => 21, | |
| 26 ), | 33 ), |
| 27 'E' => | 34 'E' => |
| 28 array ( | 35 array ( |
| 29 'Endroid\\QrCode\\' => 15, | 36 'Endroid\\QrCode\\' => 15, |
| 30 ), | 37 ), |
| 31 'D' => | 38 'D' => |
| 32 array ( | 39 array ( |
| 33 'Doctrine\\Instantiator\\' => 22, | 40 'Doctrine\\Instantiator\\' => 22, |
| 41 'Doctrine\\Deprecations\\' => 22, | |
| 34 'DeepCopy\\' => 9, | 42 'DeepCopy\\' => 9, |
| 35 ), | |
| 36 'C' => | |
| 37 array ( | |
| 38 'Composer\\Semver\\' => 16, | |
| 39 ), | 43 ), |
| 40 ); | 44 ); |
| 41 | 45 |
| 42 public static $prefixDirsPsr4 = array ( | 46 public static $prefixDirsPsr4 = array ( |
| 43 'phpDocumentor\\Reflection\\' => | 47 'phpDocumentor\\Reflection\\' => |
| 44 array ( | 48 array ( |
| 45 0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src', | 49 0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src', |
| 46 1 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', | 50 1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', |
| 47 2 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src', | 51 2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src', |
| 48 ), | 52 ), |
| 49 'Webmozart\\Assert\\' => | 53 'Webmozart\\Assert\\' => |
| 50 array ( | 54 array ( |
| 51 0 => __DIR__ . '/..' . '/webmozart/assert/src', | 55 0 => __DIR__ . '/..' . '/webmozart/assert/src', |
| 52 ), | 56 ), |
| 57 'Symfony\\Polyfill\\Ctype\\' => | |
| 58 array ( | |
| 59 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype', | |
| 60 ), | |
| 53 'Symfony\\Component\\Yaml\\' => | 61 'Symfony\\Component\\Yaml\\' => |
| 54 array ( | 62 array ( |
| 55 0 => __DIR__ . '/..' . '/symfony/yaml', | 63 0 => __DIR__ . '/..' . '/symfony/yaml', |
| 56 ), | 64 ), |
| 57 'Sabre\\VObject\\' => | 65 'Prophecy\\' => |
| 58 array ( | 66 array ( |
| 59 0 => __DIR__ . '/..' . '/sabre/vobject/lib', | 67 0 => __DIR__ . '/..' . '/phpspec/prophecy/src/Prophecy', |
| 68 ), | |
| 69 'PHPStan\\PhpDocParser\\' => | |
| 70 array ( | |
| 71 0 => __DIR__ . '/..' . '/phpstan/phpdoc-parser/src', | |
| 60 ), | 72 ), |
| 61 'Endroid\\QrCode\\' => | 73 'Endroid\\QrCode\\' => |
| 62 array ( | 74 array ( |
| 63 0 => __DIR__ . '/..' . '/endroid/qr-code/src', | 75 0 => __DIR__ . '/..' . '/endroid/qr-code/src', |
| 64 ), | 76 ), |
| 65 'Doctrine\\Instantiator\\' => | 77 'Doctrine\\Instantiator\\' => |
| 66 array ( | 78 array ( |
| 67 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', | 79 0 => __DIR__ . '/..' . '/doctrine/instantiator/src/Doctrine/Instantiator', |
| 68 ), | 80 ), |
| 81 'Doctrine\\Deprecations\\' => | |
| 82 array ( | |
| 83 0 => __DIR__ . '/..' . '/doctrine/deprecations/lib/Doctrine/Deprecations', | |
| 84 ), | |
| 69 'DeepCopy\\' => | 85 'DeepCopy\\' => |
| 70 array ( | 86 array ( |
| 71 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', | 87 0 => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy', |
| 72 ), | 88 ), |
| 73 'Composer\\Semver\\' => | |
| 74 array ( | |
| 75 0 => __DIR__ . '/..' . '/composer/semver/src', | |
| 76 ), | |
| 77 ); | 89 ); |
| 78 | 90 |
| 79 public static $prefixesPsr0 = array ( | 91 public static $prefixesPsr0 = array ( |
| 92 'S' => | |
| 93 array ( | |
| 94 'Sabre\\VObject' => | |
| 95 array ( | |
| 96 0 => __DIR__ . '/..' . '/sabre/vobject/lib', | |
| 97 ), | |
| 98 ), | |
| 80 'R' => | 99 'R' => |
| 81 array ( | 100 array ( |
| 82 'Roundcube\\Composer' => | 101 'Roundcube\\Composer' => |
| 83 array ( | 102 array ( |
| 84 0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src', | 103 0 => __DIR__ . '/..' . '/roundcube/plugin-installer/src', |
| 85 ), | 104 ), |
| 86 ), | 105 ), |
| 87 'P' => | |
| 88 array ( | |
| 89 'Prophecy\\' => | |
| 90 array ( | |
| 91 0 => __DIR__ . '/..' . '/phpspec/prophecy/src', | |
| 92 ), | |
| 93 'PEAR' => | |
| 94 array ( | |
| 95 0 => __DIR__ . '/..' . '/pear/pear_exception', | |
| 96 ), | |
| 97 ), | |
| 98 'N' => | 106 'N' => |
| 99 array ( | 107 array ( |
| 100 'Net' => | 108 'Net' => |
| 101 array ( | 109 array ( |
| 102 0 => __DIR__ . '/..' . '/pear/net_idna2', | 110 0 => __DIR__ . '/..' . '/pear/net_idna2', |
| 103 1 => __DIR__ . '/..' . '/pear/net_socket', | 111 1 => __DIR__ . '/..' . '/pear/net_smtp', |
| 104 2 => __DIR__ . '/..' . '/pear/net_smtp', | 112 2 => __DIR__ . '/..' . '/pear/net_socket', |
| 105 ), | 113 ), |
| 106 ), | 114 ), |
| 107 'M' => | 115 'M' => |
| 108 array ( | 116 array ( |
| 109 'Mail' => | 117 'Mail' => |
| 110 array ( | 118 array ( |
| 111 0 => __DIR__ . '/..' . '/pear/mail_mime', | 119 0 => __DIR__ . '/..' . '/pear/mail_mime', |
| 120 1 => __DIR__ . '/..' . '/pear/mail', | |
| 121 ), | |
| 122 ), | |
| 123 'H' => | |
| 124 array ( | |
| 125 'HTTP_Request2' => | |
| 126 array ( | |
| 127 0 => __DIR__ . '/..' . '/pear/http_request2', | |
| 128 ), | |
| 129 'HTMLPurifier' => | |
| 130 array ( | |
| 131 0 => __DIR__ . '/..' . '/ezyang/htmlpurifier/library', | |
| 112 ), | 132 ), |
| 113 ), | 133 ), |
| 114 'C' => | 134 'C' => |
| 115 array ( | 135 array ( |
| 116 'Crypt' => | |
| 117 array ( | |
| 118 0 => __DIR__ . '/..' . '/pear/crypt_gpg', | |
| 119 ), | |
| 120 'Console' => | 136 'Console' => |
| 121 array ( | 137 array ( |
| 122 0 => __DIR__ . '/..' . '/pear/console_commandline', | 138 0 => __DIR__ . '/..' . '/pear/console_commandline', |
| 123 1 => __DIR__ . '/..' . '/pear/console_getopt', | 139 1 => __DIR__ . '/..' . '/pear/console_getopt', |
| 140 ), | |
| 141 'Caxy\\HtmlDiff' => | |
| 142 array ( | |
| 143 0 => __DIR__ . '/..' . '/caxy/php-htmldiff/lib', | |
| 124 ), | 144 ), |
| 125 ), | 145 ), |
| 126 'A' => | 146 'A' => |
| 127 array ( | 147 array ( |
| 128 'Auth' => | 148 'Auth' => |
| 135 public static $fallbackDirsPsr0 = array ( | 155 public static $fallbackDirsPsr0 = array ( |
| 136 0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src', | 156 0 => __DIR__ . '/..' . '/pear/pear-core-minimal/src', |
| 137 ); | 157 ); |
| 138 | 158 |
| 139 public static $classMap = array ( | 159 public static $classMap = array ( |
| 160 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', | |
| 161 'Crypt_GPG' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG.php', | |
| 162 'Crypt_GPGAbstract' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPGAbstract.php', | |
| 163 'Crypt_GPG_BadPassphraseException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 164 'Crypt_GPG_DeletePrivateKeyException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 165 'Crypt_GPG_Engine' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Engine.php', | |
| 166 'Crypt_GPG_Exception' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 167 'Crypt_GPG_FileException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 168 'Crypt_GPG_InvalidKeyParamsException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 169 'Crypt_GPG_InvalidOperationException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 170 'Crypt_GPG_Key' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Key.php', | |
| 171 'Crypt_GPG_KeyGenerator' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/KeyGenerator.php', | |
| 172 'Crypt_GPG_KeyNotCreatedException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 173 'Crypt_GPG_KeyNotFoundException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 174 'Crypt_GPG_NoDataException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 175 'Crypt_GPG_OpenSubprocessException' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Exceptions.php', | |
| 176 'Crypt_GPG_PinEntry' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/PinEntry.php', | |
| 177 'Crypt_GPG_ProcessControl' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/ProcessControl.php', | |
| 178 'Crypt_GPG_ProcessHandler' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/ProcessHandler.php', | |
| 179 'Crypt_GPG_Signature' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/Signature.php', | |
| 180 'Crypt_GPG_SignatureCreationInfo' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/SignatureCreationInfo.php', | |
| 181 'Crypt_GPG_SubKey' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/SubKey.php', | |
| 182 'Crypt_GPG_UserId' => __DIR__ . '/..' . '/pear/crypt_gpg/Crypt/GPG/UserId.php', | |
| 140 'File_Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', | 183 'File_Iterator' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Iterator.php', |
| 141 'File_Iterator_Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', | 184 'File_Iterator_Facade' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Facade.php', |
| 142 'File_Iterator_Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', | 185 'File_Iterator_Factory' => __DIR__ . '/..' . '/phpunit/php-file-iterator/src/Factory.php', |
| 143 'Net_Sieve' => __DIR__ . '/..' . '/pear/net_sieve/Sieve.php', | 186 'Net_Sieve' => __DIR__ . '/..' . '/pear/net_sieve/Sieve.php', |
| 187 'Net_URL2' => __DIR__ . '/..' . '/pear/net_url2/Net/URL2.php', | |
| 188 'PEAR_Exception' => __DIR__ . '/..' . '/pear/pear_exception/PEAR/Exception.php', | |
| 144 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php', | 189 'PHPUnit\\Framework\\Assert' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/Assert.php', |
| 145 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/AssertionFailedError.php', | 190 'PHPUnit\\Framework\\AssertionFailedError' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/AssertionFailedError.php', |
| 146 'PHPUnit\\Framework\\BaseTestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/BaseTestListener.php', | 191 'PHPUnit\\Framework\\BaseTestListener' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/BaseTestListener.php', |
| 147 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/Test.php', | 192 'PHPUnit\\Framework\\Test' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/Test.php', |
| 148 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php', | 193 'PHPUnit\\Framework\\TestCase' => __DIR__ . '/..' . '/phpunit/phpunit/src/ForwardCompatibility/TestCase.php', |
| 600 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', | 645 'SebastianBergmann\\RecursionContext\\Context' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Context.php', |
| 601 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', | 646 'SebastianBergmann\\RecursionContext\\Exception' => __DIR__ . '/..' . '/sebastian/recursion-context/src/Exception.php', |
| 602 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', | 647 'SebastianBergmann\\RecursionContext\\InvalidArgumentException' => __DIR__ . '/..' . '/sebastian/recursion-context/src/InvalidArgumentException.php', |
| 603 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', | 648 'SebastianBergmann\\ResourceOperations\\ResourceOperations' => __DIR__ . '/..' . '/sebastian/resource-operations/src/ResourceOperations.php', |
| 604 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', | 649 'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php', |
| 605 'SieveTest' => __DIR__ . '/..' . '/pear/net_sieve/tests/SieveTest.php', | |
| 606 'Text_Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php', | 650 'Text_Template' => __DIR__ . '/..' . '/phpunit/php-text-template/src/Template.php', |
| 607 ); | 651 ); |
| 608 | 652 |
| 609 public static function getInitializer(ClassLoader $loader) | 653 public static function getInitializer(ClassLoader $loader) |
| 610 { | 654 { |
