xref: /dokuwiki/vendor/composer/autoload_classmap.php (revision 82c5990b7d31dbaa5cc6b0724c77fd603b9137ad)
1605f8e8dSAndreas Gohr<?php
2605f8e8dSAndreas Gohr
3605f8e8dSAndreas Gohr// autoload_classmap.php @generated by Composer
4605f8e8dSAndreas Gohr
5605f8e8dSAndreas Gohr$vendorDir = dirname(dirname(__FILE__));
6605f8e8dSAndreas Gohr$baseDir = dirname($vendorDir);
7605f8e8dSAndreas Gohr
8605f8e8dSAndreas Gohrreturn array(
9*82c5990bSAndreas Gohr    'GeSHi' => $vendorDir . '/geshi/geshi/src/geshi.php',
10605f8e8dSAndreas Gohr);
11