x12 billing work and Claim class to psr2/4 work (#1004)
[openemr.git] / vendor / composer / autoload_psr4.php
blobd686177939ad1feade833e69f877d1cfa090db34
1 <?php
3 // autoload_psr4.php @generated by Composer
5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
8 return array(
9 'services\\' => array($baseDir . '/services'),
10 'repositories\\' => array($baseDir . '/repositories'),
11 'phpseclib\\' => array($vendorDir . '/phpseclib/phpseclib/phpseclib'),
12 'entities\\' => array($baseDir . '/entities'),
13 'common\\utils\\' => array($baseDir . '/common/utils'),
14 'common\\logging\\' => array($baseDir . '/common/logging'),
15 'common\\http\\' => array($baseDir . '/common/http'),
16 'common\\database\\' => array($baseDir . '/common/database'),
17 'common\\' => array($baseDir . '/common'),
18 'Zend\\' => array($vendorDir . '/zendframework/zendframework/library/Zend'),
19 'Symfony\\Polyfill\\Php55\\' => array($vendorDir . '/symfony/polyfill-php55'),
20 'Symfony\\Polyfill\\Php54\\' => array($vendorDir . '/symfony/polyfill-php54'),
21 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
22 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
23 'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
24 'Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
25 'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
26 'Symfony\\Component\\DependencyInjection\\' => array($vendorDir . '/symfony/dependency-injection'),
27 'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
28 'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
29 'Symfony\\Component\\Config\\' => array($vendorDir . '/symfony/config'),
30 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
31 'OpenEMR\\Sample\\' => array($baseDir . '/library/sample/src'),
32 'OpenEMR\\Reminder\\' => array($baseDir . '/library/reminder/src'),
33 'OpenEMR\\Menu\\' => array($baseDir . '/library/menu/src'),
34 'OpenEMR\\Encounter\\Services\\' => array($baseDir . '/interface/patient_file/encounter/Services'),
35 'OpenEMR\\Core\\' => array($baseDir . '/library/core/src'),
36 'OpenEMR\\Calendar\\' => array($baseDir . '/library/calendar/src'),
37 'OpenEMR\\Billing\\' => array($baseDir . '/library/billing/src'),
38 'OpenEMR\\Admin\\' => array($baseDir . '/library/admin/src'),
39 'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
40 'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
41 'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
42 'Dompdf\\' => array($vendorDir . '/dompdf/dompdf/src'),
43 'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
44 'Doctrine\\Common\\Cache\\' => array($vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache'),
45 'Doctrine\\Common\\Annotations\\' => array($vendorDir . '/doctrine/annotations/lib/Doctrine/Common/Annotations'),
46 'Adldap\\' => array($vendorDir . '/adldap2/adldap2/src'),