1*0119ca25SAndreas Gohr<?php 2*0119ca25SAndreas Gohr 3*0119ca25SAndreas Gohr// autoload_psr4.php @generated by Composer 4*0119ca25SAndreas Gohr 5*0119ca25SAndreas Gohr$vendorDir = dirname(dirname(__FILE__)); 6*0119ca25SAndreas Gohr$baseDir = dirname($vendorDir); 7*0119ca25SAndreas Gohr 8*0119ca25SAndreas Gohrreturn array( 9*0119ca25SAndreas Gohr 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), 10*0119ca25SAndreas Gohr 'Mpdf\\' => array($vendorDir . '/mpdf/mpdf/src'), 11*0119ca25SAndreas Gohr); 12