| 1 |
<?php |
| 2 |
|
| 3 |
// autoload_classmap.php @generated by Composer |
| 4 |
|
| 5 |
$vendorDir = dirname(__DIR__); |
| 6 |
$baseDir = dirname($vendorDir); |
| 7 |
|
| 8 |
return array( |
| 9 |
'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', |
| 10 |
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', |
| 11 |
'JsonException' => $vendorDir . '/symfony/polyfill-php73/Resources/stubs/JsonException.php', |
| 12 |
'Normalizer' => $vendorDir . '/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php', |
| 13 |
'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php', |
| 14 |
'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php', |
| 15 |
'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php', |
| 16 |
'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php', |
| 17 |
); |
| 18 |
|