xref: /dokuwiki/vendor/composer/autoload_psr4.php (revision 605f8e8d0e501057749c50581087ce05089c1af3)
1*605f8e8dSAndreas Gohr<?php
2*605f8e8dSAndreas Gohr
3*605f8e8dSAndreas Gohr// autoload_psr4.php @generated by Composer
4*605f8e8dSAndreas Gohr
5*605f8e8dSAndreas Gohr$vendorDir = dirname(dirname(__FILE__));
6*605f8e8dSAndreas Gohr$baseDir = dirname($vendorDir);
7*605f8e8dSAndreas Gohr
8*605f8e8dSAndreas Gohrreturn array(
9*605f8e8dSAndreas Gohr    'splitbrain\\PHPArchive\\' => array($vendorDir . '/splitbrain/php-archive/src'),
10*605f8e8dSAndreas Gohr);
11