2022-03-14 13:49:48 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// autoload_psr4.php @generated by Composer
|
|
|
|
|
|
|
|
$vendorDir = dirname(dirname(__FILE__));
|
|
|
|
$baseDir = dirname($vendorDir);
|
|
|
|
|
|
|
|
return array(
|
2022-10-08 11:58:22 +00:00
|
|
|
'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
|
2022-03-14 13:49:48 +00:00
|
|
|
'Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
|
2022-10-09 13:45:29 +00:00
|
|
|
'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
|
2022-03-14 13:49:48 +00:00
|
|
|
'Gregwar\\' => array($vendorDir . '/gregwar/captcha/src/Gregwar'),
|
|
|
|
);
|