| 1 |
liveuser |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
// autoload_classmap.php @generated by Composer
|
|
|
4 |
|
|
|
5 |
$vendorDir = dirname(dirname(__FILE__));
|
|
|
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 |
'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
|
|
|
12 |
'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
|
|
|
13 |
'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
|
|
|
14 |
);
|