# windpress/3.2.87/vendor/composer/autoload_psr4.php

WindPress – Tailwind CSS integration for WordPress, version 3.2.87. 28 lines.

- Page: https://pluginprobe.com/plugins/windpress/3.2.87/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/windpress/3.2.87/raw/vendor/composer/autoload_psr4.php
- Modified: 2025-11-04T09:33:10+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/windpress/3.2.87/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

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

return array(
    'WindPress\\WindPress\\' => array($baseDir . '/src'),
    'WindPressDeps\\enshrined\\svgSanitize\\' => array($vendorDir . '/enshrined/svg-sanitize/src'),
    'WindPressDeps\\Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'),
    'WindPressDeps\\Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
    'WindPressDeps\\Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
    'WindPressDeps\\Symfony\\Component\\Stopwatch\\' => array($vendorDir . '/symfony/stopwatch'),
    'WindPressDeps\\Symfony\\Component\\PropertyInfo\\' => array($vendorDir . '/symfony/property-info'),
    'WindPressDeps\\Symfony\\Component\\PropertyAccess\\' => array($vendorDir . '/symfony/property-access'),
    'WindPressDeps\\Symfony\\Component\\Finder\\' => array($vendorDir . '/symfony/finder'),
    'WindPressDeps\\Symfony\\Component\\Filesystem\\' => array($vendorDir . '/symfony/filesystem'),
    'WindPressDeps\\Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
    'WindPressDeps\\Masterminds\\' => array($vendorDir . '/masterminds/html5/src'),
    'WindPressDeps\\Hidehalo\\Nanoid\\' => array($vendorDir . '/hidehalo/nanoid-php/src'),
    'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'),
    'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
    'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'),
    'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'),
    'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
);

```
