1*ab8e5256SAndreas Gohr<?php 2*ab8e5256SAndreas Gohr 3*ab8e5256SAndreas Gohr// autoload_psr4.php @generated by Composer 4*ab8e5256SAndreas Gohr 5*ab8e5256SAndreas Gohr$vendorDir = dirname(__DIR__); 6*ab8e5256SAndreas Gohr$baseDir = dirname($vendorDir); 7*ab8e5256SAndreas Gohr 8*ab8e5256SAndreas Gohrreturn array( 9*ab8e5256SAndreas Gohr 'splitbrain\\phpcli\\' => array($vendorDir . '/splitbrain/php-cli/src'), 10*ab8e5256SAndreas Gohr 'splitbrain\\PHPArchive\\' => array($vendorDir . '/splitbrain/php-archive/src'), 11*ab8e5256SAndreas Gohr 'dokuwiki\\plugin\\upgrade\\HTTP\\' => array($baseDir . '/HTTP'), 12*ab8e5256SAndreas Gohr); 13