ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_files.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.php
1 year ago
platform_check.php
1 year ago
autoload_psr4.php
16 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(dirname(__FILE__)); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'WPForms\\Tests\\Unit\\' => array($baseDir . '/tests/unit'), |
| 10 | 'WPForms\\Tests\\Integration\\' => array($baseDir . '/tests/integration'), |
| 11 | 'WPForms\\Scoper\\' => array($baseDir . '/../.php-scoper'), |
| 12 | 'WPForms\\' => array($baseDir . '/src', $baseDir . '/src'), |
| 13 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 14 | 'Symfony\\Polyfill\\Iconv\\' => array($vendorDir . '/symfony/polyfill-iconv'), |
| 15 | ); |
| 16 |