mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-10 15:24:35 +02:00
17 lines
582 B
PHP
17 lines
582 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Zend_' => array($vendorDir . '/shardj/zf1-future/library'),
|
|
'Parsedown' => array($vendorDir . '/erusev/parsedown'),
|
|
'Less' => array($vendorDir . '/wikimedia/less.php/lib'),
|
|
'JShrink' => array($vendorDir . '/tedivm/jshrink/src'),
|
|
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
|
|
'Clue\\Redis\\Protocol' => array($vendorDir . '/clue/redis-protocol/src'),
|
|
'AssetLoader' => array($baseDir . '/'),
|
|
);
|