17 lines
692 B
PHP
17 lines
692 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'Twig_' => array($vendorDir . '/twig/twig/lib'),
|
|
'ProxyManager\\' => array($vendorDir . '/ocramius/proxy-manager/src'),
|
|
'Gregwar\\Image' => array($vendorDir . '/gregwar/image'),
|
|
'Gregwar\\Cache' => array($vendorDir . '/gregwar/cache'),
|
|
'Doctrine\\ORM\\' => array($vendorDir . '/doctrine/orm/lib'),
|
|
'Doctrine\\DBAL\\' => array($vendorDir . '/doctrine/dbal/lib'),
|
|
'Doctrine\\Common\\Collections\\' => array($vendorDir . '/doctrine/collections/lib'),
|
|
'Assetic' => array($vendorDir . '/kriswallsmith/assetic/src'),
|
|
);
|