autoload_psr4.php 481 B

1234567891011121314
  1. <?php
  2. // autoload_psr4.php @generated by Composer
  3. $vendorDir = dirname(__DIR__);
  4. $baseDir = dirname($vendorDir);
  5. return array(
  6. 'Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/Google/Protobuf'),
  7. 'GPBMetadata\\Google\\Protobuf\\' => array($vendorDir . '/google/protobuf/src/GPBMetadata/Google/Protobuf'),
  8. 'GPBMetadata\\' => array($baseDir . '/GPBMetadata'),
  9. 'Common_pack\\' => array($baseDir . '/Common_pack'),
  10. '' => array($baseDir . '/'),
  11. );