xref: /plugin/oauth/vendor/composer/autoload_namespaces.php (revision 98a3611675f696f14f2d12205fb81f7db0cf7b25)
1*98a36116SAndreas Gohr<?php
2*98a36116SAndreas Gohr
3*98a36116SAndreas Gohr// autoload_namespaces.php @generated by Composer
4*98a36116SAndreas Gohr
5*98a36116SAndreas Gohr$vendorDir = dirname(dirname(__FILE__));
6*98a36116SAndreas Gohr$baseDir = dirname($vendorDir);
7*98a36116SAndreas Gohr
8*98a36116SAndreas Gohrreturn array(
9*98a36116SAndreas Gohr    'OAuth\\Unit' => array($vendorDir . '/lusitanian/oauth/tests'),
10*98a36116SAndreas Gohr    'OAuth' => array($vendorDir . '/lusitanian/oauth/src'),
11*98a36116SAndreas Gohr);
12