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