mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-10-15 00:45:34 +00:00
14 lines
419 B
PHP
14 lines
419 B
PHP
<?php
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'MaxMind\\' => array($vendorDir . '/maxmind/web-service-common/src'),
|
|
'IPTools\\' => array($vendorDir . '/s1lentium/iptools/src'),
|
|
'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'),
|
|
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
|
|
);
|