ClassLoader.php
7 years ago
autoload_classmap.php
7 years ago
autoload_files.php
7 years ago
autoload_namespaces.php
7 years ago
autoload_psr4.php
7 years ago
autoload_real.php
7 years ago
autoload_static.php
7 years ago
index.php
9 years ago
installed.json
7 years ago
autoload_psr4.php
23 lines
| 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 | 'Twig\\' => array($vendorDir . '/twig/twig/src'), |
| 10 | 'Symfony\\Polyfill\\Php72\\' => array($vendorDir . '/symfony/polyfill-php72'), |
| 11 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 12 | 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 13 | 'Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
| 14 | 'Sudzy\\' => array($baseDir . '/lib/Util/Sudzy'), |
| 15 | 'MailPoet\\' => array($baseDir . '/lib'), |
| 16 | 'MailPoetVendor\\' => array($baseDir . '/vendor-prefixed'), |
| 17 | 'MailPoetGenerated\\' => array($baseDir . '/generated'), |
| 18 | 'Html2Text\\' => array($vendorDir . '/soundasleep/html2text/src'), |
| 19 | 'Cron\\' => array($vendorDir . '/mtdowling/cron-expression/src/Cron'), |
| 20 | 'Codeception\\Extension\\' => array($vendorDir . '/redcomponent/teststatistics/src'), |
| 21 | '' => array($vendorDir . '/nesbot/carbon/src'), |
| 22 | ); |
| 23 |