mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 09:17:54 -05:00
14 lines
451 B
PHP
14 lines
451 B
PHP
<?php
|
|
|
|
// autoload_namespaces.php @generated by Composer
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
return array(
|
|
'org\\bovigo\\vfs' => array($vendorDir . '/mikey179/vfsStream/src/main/php'),
|
|
'Svg\\' => array($vendorDir . '/phenx/php-svg-lib/src'),
|
|
'Racecore\\GATracking' => array($vendorDir . '/ins0/google-measurement-php-client/src'),
|
|
'FontLib\\' => array($vendorDir . '/phenx/php-font-lib/src'),
|
|
);
|