autoload_namespaces.php 494 B

1234567891011121314
  1. <?php
  2. // autoload_namespaces.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'Sabberworm\\CSS' => array($vendorDir . '/sabberworm/php-css-parser/lib'),
  7. 'Parsedown' => array($vendorDir . '/erusev/parsedown'),
  8. 'Mockery' => array($vendorDir . '/mockery/mockery/library'),
  9. 'Highlight\\' => array($vendorDir . '/scrivo/highlight.php'),
  10. 'HighlightUtilities\\' => array($vendorDir . '/scrivo/highlight.php'),
  11. );