xref: /dokuwiki/vendor/composer/autoload_psr4.php (revision 59419fd02219a2bf13b3e66cde6d6ea5da43bc48)
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(
9605f8e8dSAndreas Gohr    'splitbrain\\PHPArchive\\' => array($vendorDir . '/splitbrain/php-archive/src'),
10*59419fd0SAndreas Gohr    'phpseclib\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
11605f8e8dSAndreas Gohr);
12