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