13 lines
399 B
PHP
13 lines
399 B
PHP
|
<?php
|
||
|
|
||
|
// autoload_psr4.php @generated by Composer
|
||
|
|
||
|
$vendorDir = dirname(dirname(__FILE__));
|
||
|
$baseDir = dirname($vendorDir);
|
||
|
|
||
|
return array(
|
||
|
'mikehaertl\\wkhtmlto\\' => array($vendorDir . '/mikehaertl/phpwkhtmltopdf/src'),
|
||
|
'mikehaertl\\tmp\\' => array($vendorDir . '/mikehaertl/php-tmpfile/src'),
|
||
|
'mikehaertl\\shellcommand\\' => array($vendorDir . '/mikehaertl/php-shellcommand/src'),
|
||
|
);
|