11 lines
		
	
	
		
			210 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
// autoload_namespaces.php @generated by Composer
 | 
						|
 | 
						|
$vendorDir = dirname(__DIR__);
 | 
						|
$baseDir = dirname($vendorDir);
 | 
						|
 | 
						|
return array(
 | 
						|
    'OAuth2' => array($vendorDir . '/bshaffer/oauth2-server-php/src'),
 | 
						|
);
 |