| 123456789101112131415161718 | 
							- <?php
 
- // autoload_namespaces.php @generated by Composer
 
- $vendorDir = dirname(dirname(__FILE__));
 
- $baseDir = dirname($vendorDir);
 
- return array(
 
-     'phpDocumentor' => array($vendorDir . '/phpdocumentor/reflection/src', $vendorDir . '/phpdocumentor/reflection/tests/unit', $vendorDir . '/phpdocumentor/reflection/tests/mocks', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
 
-     'PHPParser' => array($vendorDir . '/nikic/php-parser/lib'),
 
-     'PHPExcel' => array($vendorDir . '/phpoffice/phpexcel/Classes'),
 
-     'MikeVanRiel' => array($vendorDir . '/mikevanriel/text-to-latex/src', $vendorDir . '/mikevanriel/text-to-latex/tests/unit'),
 
-     'Imagine' => array($vendorDir . '/imagine/imagine/lib'),
 
-     'Highlight\\' => array($vendorDir . '/scrivo/highlight.php'),
 
-     'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
 
-     'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
 
-     'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
 
- );
 
 
  |