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.

13 lines
451 B

8 years ago
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(dirname(__FILE__));
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'Slim\\' => array($vendorDir . '/slim/slim/Slim'),
  7. 'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'),
  8. 'Interop\\Container\\' => array($vendorDir . '/container-interop/container-interop/src/Interop/Container'),
  9. 'FastRoute\\' => array($vendorDir . '/nikic/fast-route/src'),
  10. );