13 lines
372 B
PHP
13 lines
372 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(__DIR__);
|
|
$baseDir = dirname(dirname($vendorDir));
|
|
|
|
return array(
|
|
'Seboettg\\Collection\\' => array($vendorDir . '/seboettg/collection/src'),
|
|
'Seboettg\\CiteProc\\' => array($vendorDir . '/seboettg/citeproc-php/src'),
|
|
'MyCLabs\\Enum\\' => array($vendorDir . '/myclabs/php-enum/src'),
|
|
);
|