expressolivretools / vendor / composer / autoload_psr4.php @ master
Histórico | Ver | Anotar | Baixar (6,63 KB)
1 |
<?php
|
---|---|
2 |
|
3 |
// autoload_psr4.php @generated by Composer
|
4 |
|
5 |
$vendorDir = dirname(dirname(__FILE__)); |
6 |
$baseDir = dirname($vendorDir); |
7 |
|
8 |
return array( |
9 |
'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'), |
10 |
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'), |
11 |
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'), |
12 |
'Tightenco\\Collect\\' => array($vendorDir . '/tightenco/collect/src/Collect'), |
13 |
'Symfony\\Polyfill\\Php81\\' => array($vendorDir . '/symfony/polyfill-php81'), |
14 |
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), |
15 |
'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'), |
16 |
'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), |
17 |
'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
18 |
'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), |
19 |
'Symfony\\Polyfill\\Intl\\Idn\\' => array($vendorDir . '/symfony/polyfill-intl-idn'), |
20 |
'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'), |
21 |
'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
22 |
'Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), |
23 |
'Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), |
24 |
'Symfony\\Contracts\\HttpClient\\' => array($vendorDir . '/symfony/http-client-contracts'), |
25 |
'Symfony\\Contracts\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher-contracts'), |
26 |
'Symfony\\Component\\VarDumper\\' => array($vendorDir . '/symfony/var-dumper'), |
27 |
'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
28 |
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'), |
29 |
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'), |
30 |
'Symfony\\Component\\Mime\\' => array($vendorDir . '/symfony/mime'), |
31 |
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'), |
32 |
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'), |
33 |
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'), |
34 |
'Symfony\\Component\\EventDispatcher\\' => array($vendorDir . '/symfony/event-dispatcher'), |
35 |
'Symfony\\Component\\ErrorHandler\\' => array($vendorDir . '/symfony/error-handler'), |
36 |
'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), |
37 |
'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'), |
38 |
'Ramsey\\Collection\\' => array($vendorDir . '/ramsey/collection/src'), |
39 |
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), |
40 |
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), |
41 |
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'), |
42 |
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
43 |
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src/Prophecy'), |
44 |
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'), |
45 |
'PhpOption\\' => array($vendorDir . '/phpoption/phpoption/src/PhpOption'), |
46 |
'Opis\\Closure\\' => array($vendorDir . '/opis/closure/src'), |
47 |
'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'), |
48 |
'League\\MimeTypeDetection\\' => array($vendorDir . '/league/mime-type-detection/src'), |
49 |
'League\\Flysystem\\' => array($vendorDir . '/league/flysystem/src'), |
50 |
'LdapRecord\\' => array($vendorDir . '/directorytree/ldaprecord/src'), |
51 |
'Laravel\\Lumen\\' => array($vendorDir . '/laravel/lumen-framework/src'), |
52 |
'Illuminate\\View\\' => array($vendorDir . '/illuminate/view'), |
53 |
'Illuminate\\Validation\\' => array($vendorDir . '/illuminate/validation'), |
54 |
'Illuminate\\Translation\\' => array($vendorDir . '/illuminate/translation'), |
55 |
'Illuminate\\Testing\\' => array($vendorDir . '/illuminate/testing'), |
56 |
'Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/support'), |
57 |
'Illuminate\\Session\\' => array($vendorDir . '/illuminate/session'), |
58 |
'Illuminate\\Queue\\' => array($vendorDir . '/illuminate/queue'), |
59 |
'Illuminate\\Pipeline\\' => array($vendorDir . '/illuminate/pipeline'), |
60 |
'Illuminate\\Pagination\\' => array($vendorDir . '/illuminate/pagination'), |
61 |
'Illuminate\\Log\\' => array($vendorDir . '/illuminate/log'), |
62 |
'Illuminate\\Http\\' => array($vendorDir . '/illuminate/http'), |
63 |
'Illuminate\\Hashing\\' => array($vendorDir . '/illuminate/hashing'), |
64 |
'Illuminate\\Filesystem\\' => array($vendorDir . '/illuminate/filesystem'), |
65 |
'Illuminate\\Events\\' => array($vendorDir . '/illuminate/events'), |
66 |
'Illuminate\\Encryption\\' => array($vendorDir . '/illuminate/encryption'), |
67 |
'Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'), |
68 |
'Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'), |
69 |
'Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'), |
70 |
'Illuminate\\Console\\' => array($vendorDir . '/illuminate/console'), |
71 |
'Illuminate\\Config\\' => array($vendorDir . '/illuminate/config'), |
72 |
'Illuminate\\Cache\\' => array($vendorDir . '/illuminate/cache'), |
73 |
'Illuminate\\Bus\\' => array($vendorDir . '/illuminate/bus'), |
74 |
'Illuminate\\Broadcasting\\' => array($vendorDir . '/illuminate/broadcasting'), |
75 |
'Illuminate\\Auth\\' => array($vendorDir . '/illuminate/auth'), |
76 |
'GrahamCampbell\\ResultType\\' => array($vendorDir . '/graham-campbell/result-type/src'), |
77 |
'FastRoute\\' => array($vendorDir . '/nikic/fast-route/src'), |
78 |
'Faker\\' => array($vendorDir . '/fakerphp/faker/src/Faker'), |
79 |
'Egulias\\EmailValidator\\' => array($vendorDir . '/egulias/email-validator/src'), |
80 |
'Dotenv\\' => array($vendorDir . '/vlucas/phpdotenv/src'), |
81 |
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'), |
82 |
'Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'), |
83 |
'Doctrine\\Common\\Lexer\\' => array($vendorDir . '/doctrine/lexer/lib/Doctrine/Common/Lexer'), |
84 |
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'), |
85 |
'Database\\Seeders\\' => array($baseDir . '/database/seeders'), |
86 |
'Database\\Factories\\' => array($baseDir . '/database/factories'), |
87 |
'Cron\\' => array($vendorDir . '/dragonmantank/cron-expression/src/Cron'), |
88 |
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), |
89 |
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'), |
90 |
'App\\' => array($baseDir . '/app'), |
91 |
); |