12 lines
		
	
	
		
			271 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			271 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// autoload_namespaces.php @generated by Composer
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$vendorDir = dirname(__DIR__);
							 | 
						||
| 
								 | 
							
								$baseDir = dirname($vendorDir);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								return array(
							 | 
						||
| 
								 | 
							
								    'Pimple' => array($vendorDir . '/pimple/pimple/src'),
							 | 
						||
| 
								 | 
							
								    'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
							 | 
						||
| 
								 | 
							
								);
							 |