PluginProbe
MakeCommerce for WooCommerce / 2.2.2
MakeCommerce for WooCommerce v2.2.2
4.1.0 4.0.8 trunk 1.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 All 96 releases
makecommerce / includes / vendor / composer / autoload_classmap.php

autoload_classmap.php in MakeCommerce for WooCommerce 2.2.2, at includes/vendor/composer/autoload_classmap.php

30 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_classmap.php @generated by Composer
4
5 $vendorDir = dirname(dirname(__FILE__));
6 $baseDir = dirname($vendorDir);
7
8 return array(
9 'Httpful\\Bootstrap' => $vendorDir . '/nategood/httpful/src/Httpful/Bootstrap.php',
10 'Httpful\\Exception\\ConnectionErrorException' => $vendorDir . '/nategood/httpful/src/Httpful/Exception/ConnectionErrorException.php',
11 'Httpful\\Handlers\\CsvHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/CsvHandler.php',
12 'Httpful\\Handlers\\FormHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/FormHandler.php',
13 'Httpful\\Handlers\\JsonHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/JsonHandler.php',
14 'Httpful\\Handlers\\MimeHandlerAdapter' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/MimeHandlerAdapter.php',
15 'Httpful\\Handlers\\XHtmlHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/XHtmlHandler.php',
16 'Httpful\\Handlers\\XmlHandler' => $vendorDir . '/nategood/httpful/src/Httpful/Handlers/XmlHandler.php',
17 'Httpful\\Http' => $vendorDir . '/nategood/httpful/src/Httpful/Http.php',
18 'Httpful\\Httpful' => $vendorDir . '/nategood/httpful/src/Httpful/Httpful.php',
19 'Httpful\\Mime' => $vendorDir . '/nategood/httpful/src/Httpful/Mime.php',
20 'Httpful\\Proxy' => $vendorDir . '/nategood/httpful/src/Httpful/Proxy.php',
21 'Httpful\\Request' => $vendorDir . '/nategood/httpful/src/Httpful/Request.php',
22 'Httpful\\Response' => $vendorDir . '/nategood/httpful/src/Httpful/Response.php',
23 'Httpful\\Response\\Headers' => $vendorDir . '/nategood/httpful/src/Httpful/Response/Headers.php',
24 'Httpful\\Test\\DemoMimeHandler' => $vendorDir . '/nategood/httpful/tests/Httpful/HttpfulTest.php',
25 'Httpful\\Test\\HttpfulTest' => $vendorDir . '/nategood/httpful/tests/Httpful/HttpfulTest.php',
26 'Httpful\\Test\\requestTest' => $vendorDir . '/nategood/httpful/tests/Httpful/requestTest.php',
27 'Maksekeskus' => $baseDir . '/Maksekeskus.php',
28 'SimpleCsvHandler' => $vendorDir . '/nategood/httpful/examples/override.php',
29 );
30