# makecommerce/1.0.3/includes/vendor/composer/autoload_classmap.php

MakeCommerce for WooCommerce, version 1.0.3. 30 lines.

- Page: https://pluginprobe.com/plugins/makecommerce/1.0.3/code/includes/vendor/composer/autoload_classmap.php
- Raw: https://pluginprobe.com/plugins/makecommerce/1.0.3/raw/includes/vendor/composer/autoload_classmap.php
- Modified: 2016-07-12T11:58:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/makecommerce/1.0.3/code/includes/vendor/composer/autoload_classmap.php#L10-L20`.

```php
<?php

// autoload_classmap.php @generated by Composer

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

return array(
    'Httpful\\Bootstrap' => $vendorDir . '/nategood/httpful/src/Httpful/Bootstrap.php',
    'Httpful\\Exception\\ConnectionErrorException' => $vendorDir . '/nategood/httpful/src/Httpful/Exception/ConnectionErrorException.php',
    'Httpful\\Handlers\\CsvHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/CsvHandler.php',
    'Httpful\\Handlers\\FormHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/FormHandler.php',
    'Httpful\\Handlers\\JsonHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/JsonHandler.php',
    'Httpful\\Handlers\\MimeHandlerAdapter' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/MimeHandlerAdapter.php',
    'Httpful\\Handlers\\XHtmlHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/XHtmlHandler.php',
    'Httpful\\Handlers\\XmlHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/XmlHandler.php',
    'Httpful\\Http' => $vendorDir . '/nategood/httpful/src/Httpful/Http.php',
    'Httpful\\Httpful' => $vendorDir . '/nategood/httpful/src/Httpful/Httpful.php',
    'Httpful\\Mime' => $vendorDir . '/nategood/httpful/src/Httpful/Mime.php',
    'Httpful\\Proxy' => $vendorDir . '/nategood/httpful/src/Httpful/Proxy.php',
    'Httpful\\Request' => $vendorDir . '/nategood/httpful/src/Httpful/Request.php',
    'Httpful\\Response' => $vendorDir . '/nategood/httpful/src/Httpful/Response.php',
    'Httpful\\Response\\Headers' => $vendorDir . '/nategood/httpful/src/Httpful/Response/Headers.php',
    'Httpful\\Test\\DemoMimeHandler' => $vendorDir . '/nategood/httpful/tests/Httpful/HttpfulTest.php',
    'Httpful\\Test\\HttpfulTest' => $vendorDir . '/nategood/httpful/tests/Httpful/HttpfulTest.php',
    'Httpful\\Test\\requestTest' => $vendorDir . '/nategood/httpful/tests/Httpful/requestTest.php',
    'Maksekeskus' => $baseDir . '/Maksekeskus.php',
    'SimpleCsvHandler' => $vendorDir . '/nategood/httpful/examples/override.php',
);

```
