1 |
cb15593b
|
Cajova-Houba
|
<?php
|
2 |
|
|
|
3 |
|
|
// autoload_psr4.php @generated by Composer
|
4 |
|
|
|
5 |
|
|
$vendorDir = dirname(dirname(__FILE__));
|
6 |
|
|
$baseDir = dirname($vendorDir);
|
7 |
|
|
|
8 |
|
|
return array(
|
9 |
|
|
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
|
10 |
|
|
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
11 |
|
|
'Symfony\\Polyfill\\Util\\' => array($vendorDir . '/symfony/polyfill-util'),
|
12 |
|
|
'Symfony\\Polyfill\\Php56\\' => array($vendorDir . '/symfony/polyfill-php56'),
|
13 |
|
|
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
|
14 |
|
|
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
|
15 |
|
|
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'),
|
16 |
|
|
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
|
17 |
|
|
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
|
18 |
|
|
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
|
19 |
|
|
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
|
20 |
|
|
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'),
|
21 |
|
|
'Symfony\\Component\\Debug\\' => array($vendorDir . '/symfony/debug'),
|
22 |
|
|
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
|
23 |
|
|
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
|
24 |
|
|
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
|
25 |
|
|
'Laravel\\Lumen\\' => array($vendorDir . '/laravel/lumen-framework/src'),
|
26 |
|
|
'Illuminate\\View\\' => array($vendorDir . '/illuminate/view'),
|
27 |
|
|
'Illuminate\\Validation\\' => array($vendorDir . '/illuminate/validation'),
|
28 |
|
|
'Illuminate\\Translation\\' => array($vendorDir . '/illuminate/translation'),
|
29 |
|
|
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/support'),
|
30 |
|
|
'Illuminate\\Session\\' => array($vendorDir . '/illuminate/session'),
|
31 |
|
|
'Illuminate\\Queue\\' => array($vendorDir . '/illuminate/queue'),
|
32 |
|
|
'Illuminate\\Pipeline\\' => array($vendorDir . '/illuminate/pipeline'),
|
33 |
|
|
'Illuminate\\Pagination\\' => array($vendorDir . '/illuminate/pagination'),
|
34 |
|
|
'Illuminate\\Http\\' => array($vendorDir . '/illuminate/http'),
|
35 |
|
|
'Illuminate\\Hashing\\' => array($vendorDir . '/illuminate/hashing'),
|
36 |
|
|
'Illuminate\\Filesystem\\' => array($vendorDir . '/illuminate/filesystem'),
|
37 |
|
|
'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'),
|
38 |
|
|
'Illuminate\\Encryption\\' => array($vendorDir . '/illuminate/encryption'),
|
39 |
|
|
'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'),
|
40 |
|
|
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'),
|
41 |
|
|
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'),
|
42 |
|
|
'Illuminate\\Console\\' => array($vendorDir . '/illuminate/console'),
|
43 |
|
|
'Illuminate\\Config\\' => array($vendorDir . '/illuminate/config'),
|
44 |
|
|
'Illuminate\\Cache\\' => array($vendorDir . '/illuminate/cache'),
|
45 |
|
|
'Illuminate\\Bus\\' => array($vendorDir . '/illuminate/bus'),
|
46 |
|
|
'Illuminate\\Broadcasting\\' => array($vendorDir . '/illuminate/broadcasting'),
|
47 |
|
|
'Illuminate\\Auth\\' => array($vendorDir . '/illuminate/auth'),
|
48 |
73804802
|
Cajova-Houba
|
'Firebase\\JWT\\' => array($vendorDir . '/firebase/php-jwt/src'),
|
49 |
cb15593b
|
Cajova-Houba
|
'FastRoute\\' => array($vendorDir . '/nikic/fast-route/src'),
|
50 |
|
|
'Faker\\' => array($vendorDir . '/fzaninotto/faker/src/Faker'),
|
51 |
|
|
'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'),
|
52 |
|
|
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
|
53 |
|
|
'Cron\\' => array($vendorDir . '/mtdowling/cron-expression/src/Cron'),
|
54 |
|
|
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
|
55 |
|
|
'App\\' => array($baseDir . '/app'),
|
56 |
|
|
);
|