xref: /dokuwiki/vendor/composer/autoload_psr4.php (revision 927933f55f286c8bea68959a13975cbcb59eb8ee)
1605f8e8dSAndreas Gohr<?php
2605f8e8dSAndreas Gohr
3605f8e8dSAndreas Gohr// autoload_psr4.php @generated by Composer
4605f8e8dSAndreas Gohr
5d3233986SAndreas Gohr$vendorDir = dirname(__DIR__);
6605f8e8dSAndreas Gohr$baseDir = dirname($vendorDir);
7605f8e8dSAndreas Gohr
8605f8e8dSAndreas Gohrreturn array(
992a8473aSAndreas Gohr    'splitbrain\\slika\\tests\\' => array($vendorDir . '/splitbrain/slika/tests'),
1092a8473aSAndreas Gohr    'splitbrain\\slika\\' => array($vendorDir . '/splitbrain/slika/src'),
11cbeaa4a0SAndreas Gohr    'splitbrain\\phpcli\\' => array($vendorDir . '/splitbrain/php-cli/src'),
12605f8e8dSAndreas Gohr    'splitbrain\\PHPArchive\\' => array($vendorDir . '/splitbrain/php-archive/src'),
13af28745aSAndreas Gohr    'splitbrain\\JSStrip\\tests\\' => array($vendorDir . '/splitbrain/php-jsstrip/tests'),
14af28745aSAndreas Gohr    'splitbrain\\JSStrip\\' => array($vendorDir . '/splitbrain/php-jsstrip/src'),
15*927933f5SAndreas Gohr    'phpseclib3\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
162afbbbaeSAndreas Gohr    'SimplePie\\' => array($vendorDir . '/simplepie/simplepie/src'),
17*927933f5SAndreas Gohr    'ParagonIE\\ConstantTime\\' => array($vendorDir . '/paragonie/constant_time_encoding/src'),
1864d8abdbSAndreas Gohr    'IXR\\tests\\' => array($vendorDir . '/kissifrot/php-ixr/tests'),
197f8f2456SAndreas Gohr    'IXR\\' => array($vendorDir . '/kissifrot/php-ixr/src'),
20605f8e8dSAndreas Gohr);
21