autoload_namespaces.php 611 B

12345678910111213141516
  1. <?php
  2. // autoload_namespaces.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'Twig_' => array($vendorDir . '/twig/twig/lib'),
  7. 'Solarium\\' => array($vendorDir . '/solarium/solarium/library'),
  8. 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
  9. 'Flow\\JSONPath\\Test' => array($vendorDir . '/flow/jsonpath/tests'),
  10. 'Flow\\JSONPath' => array($vendorDir . '/flow/jsonpath/src'),
  11. 'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
  12. 'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'),
  13. );