xref: /plugin/smtp/vendor/composer/autoload_classmap.php (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1*ee5c0205SAndreas Gohr<?php
2*ee5c0205SAndreas Gohr
3*ee5c0205SAndreas Gohr// autoload_classmap.php @generated by Composer
4*ee5c0205SAndreas Gohr
5*ee5c0205SAndreas Gohr$vendorDir = dirname(__DIR__);
6*ee5c0205SAndreas Gohr$baseDir = dirname($vendorDir);
7*ee5c0205SAndreas Gohr
8*ee5c0205SAndreas Gohrreturn array(
9*ee5c0205SAndreas Gohr    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
10*ee5c0205SAndreas Gohr);
11