summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/composer/autoload_psr4.php
blob: 7618d797bc588ccf0482b1c5b05e66857c179206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
    'SendGrid\\Stats\\' => array($vendorDir . '/sendgrid/sendgrid/lib/stats'),
    'SendGrid\\Mail\\' => array($vendorDir . '/sendgrid/sendgrid/lib/mail'),
    'SendGrid\\Contacts\\' => array($vendorDir . '/sendgrid/sendgrid/lib/contacts'),
    'SendGrid\\' => array($vendorDir . '/sendgrid/php-http-client/lib', $vendorDir . '/sendgrid/sendgrid/lib'),
);