Mercurial > hg > rc1
annotate vendor/composer/autoload_psr4.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 |
| rev | line source |
|---|---|
| 0 | 1 <?php |
| 2 | |
| 3 // autoload_psr4.php @generated by Composer | |
| 4 | |
|
43
771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents:
35
diff
changeset
|
5 $vendorDir = dirname(__DIR__); |
| 0 | 6 $baseDir = dirname($vendorDir); |
| 7 | |
| 8 return array( | |
|
43
771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents:
35
diff
changeset
|
9 'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'), |
| 35 | 10 'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), |
|
43
771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents:
35
diff
changeset
|
11 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 35 | 12 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'), |
|
43
771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents:
35
diff
changeset
|
13 'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'), |
|
771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents:
35
diff
changeset
|
14 'PHPStan\\PhpDocParser\\' => array($vendorDir . '/phpstan/phpdoc-parser/src'), |
| 13 | 15 'Endroid\\QrCode\\' => array($vendorDir . '/endroid/qr-code/src'), |
| 35 | 16 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), |
|
43
771f6803cc4b
somehow lost the correctly updated metadata so e.g. 'mail' package wasn't being imported
Charlie Root
parents:
35
diff
changeset
|
17 'Doctrine\\Deprecations\\' => array($vendorDir . '/doctrine/deprecations/lib/Doctrine/Deprecations'), |
| 35 | 18 'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), |
| 0 | 19 ); |
