# fluent-cart/1.5.5/vendor/composer/autoload_psr4.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.5.5. 17 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.5.5/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.5.5/raw/vendor/composer/autoload_psr4.php
- Modified: 2026-07-01T09:25:24+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/fluent-cart/1.5.5/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

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

return array(
    'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
    'FluentCart\\OpenSpout\\' => array($vendorDir . '/openspout/openspout/src'),
    'FluentCart\\Framework\\' => array($vendorDir . '/wpfluent/framework/src/WPFluent'),
    'FluentCart\\Dev\\' => array($baseDir . '/dev'),
    'FluentCart\\App\\' => array($baseDir . '/app'),
    'FluentCart\\Api\\' => array($baseDir . '/api'),
    'Faker\\' => array($vendorDir . '/fakerphp/faker/src/Faker'),
);

```
