xref: /dokuwiki/vendor/composer/autoload_psr4.php (revision cbeaa4a0479ce7023201d4032978899ffaceb187)
1605f8e8dSAndreas Gohr<?php
2605f8e8dSAndreas Gohr
3605f8e8dSAndreas Gohr// autoload_psr4.php @generated by Composer
4605f8e8dSAndreas Gohr
5605f8e8dSAndreas Gohr$vendorDir = dirname(dirname(__FILE__));
6605f8e8dSAndreas Gohr$baseDir = dirname($vendorDir);
7605f8e8dSAndreas Gohr
8605f8e8dSAndreas Gohrreturn array(
9*cbeaa4a0SAndreas Gohr    'splitbrain\\phpcli\\' => array($vendorDir . '/splitbrain/php-cli/src'),
10605f8e8dSAndreas Gohr    'splitbrain\\PHPArchive\\' => array($vendorDir . '/splitbrain/php-archive/src'),
1159419fd0SAndreas Gohr    'phpseclib\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
12605f8e8dSAndreas Gohr);
13