mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-09-18 15:27:49 +02:00
14 lines
485 B
PHP
14 lines
485 B
PHP
<?php
|
|
|
|
// autoload_classmap.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
|
'Deprecated' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/Deprecated.php',
|
|
'ReflectionConstant' => $vendorDir . '/symfony/polyfill-php84/Resources/stubs/ReflectionConstant.php',
|
|
'lessc' => $vendorDir . '/wikimedia/less.php/lessc.inc.php',
|
|
);
|