You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
412B

  1. <?php
  2. // autoload_namespaces.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
  7. 'Faker\\PHPUnit' => array($vendorDir . '/fzaninotto/faker/test'),
  8. 'Faker' => array($vendorDir . '/fzaninotto/faker/src'),
  9. 'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
  10. );