ClassLoader.php
3 years ago
InstalledVersions.php
2 years ago
LICENSE
3 years ago
autoload_classmap.php
3 years ago
autoload_files.php
2 years ago
autoload_namespaces.php
3 years ago
autoload_psr4.php
2 years ago
autoload_real.php
2 years ago
autoload_static.php
2 years ago
installed.json
2 years ago
installed.php
2 years ago
platform_check.php
3 years ago
autoload_psr4.php
38 lines
| 1 | <?php |
| 2 | |
| 3 | // autoload_psr4.php @generated by Composer |
| 4 | |
| 5 | $vendorDir = dirname(__DIR__); |
| 6 | $baseDir = dirname($vendorDir); |
| 7 | |
| 8 | return array( |
| 9 | 'Symfony\\Polyfill\\Php80\\' => array($vendorDir . '/symfony/polyfill-php80'), |
| 10 | 'Symfony\\Polyfill\\Php73\\' => array($vendorDir . '/symfony/polyfill-php73'), |
| 11 | 'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'), |
| 12 | 'Symfony\\Polyfill\\Intl\\Normalizer\\' => array($vendorDir . '/symfony/polyfill-intl-normalizer'), |
| 13 | 'Symfony\\Polyfill\\Intl\\Grapheme\\' => array($vendorDir . '/symfony/polyfill-intl-grapheme'), |
| 14 | 'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'), |
| 15 | 'IAWP_SCOPED\\voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'), |
| 16 | 'IAWP_SCOPED\\eftec\\bladeone\\' => array($vendorDir . '/eftec/bladeone/lib'), |
| 17 | 'IAWP_SCOPED\\Symfony\\Contracts\\Translation\\' => array($vendorDir . '/symfony/translation-contracts'), |
| 18 | 'IAWP_SCOPED\\Symfony\\Contracts\\Service\\' => array($vendorDir . '/symfony/service-contracts'), |
| 19 | 'IAWP_SCOPED\\Symfony\\Component\\Translation\\' => array($vendorDir . '/symfony/translation'), |
| 20 | 'IAWP_SCOPED\\Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'), |
| 21 | 'IAWP_SCOPED\\Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'), |
| 22 | 'IAWP_SCOPED\\Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'), |
| 23 | 'IAWP_SCOPED\\Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), |
| 24 | 'IAWP_SCOPED\\Psr\\Container\\' => array($vendorDir . '/psr/container/src'), |
| 25 | 'IAWP_SCOPED\\Proper\\' => array($vendorDir . '/andrewmead/wordpress-proper/source', $vendorDir . '/andrewmead/wordpress-proper/tests'), |
| 26 | 'IAWP_SCOPED\\MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'), |
| 27 | 'IAWP_SCOPED\\League\\Uri\\' => array($vendorDir . '/league/uri/src', $vendorDir . '/league/uri-interfaces/src'), |
| 28 | 'IAWP_SCOPED\\Illuminate\\Support\\' => array($vendorDir . '/illuminate/collections', $vendorDir . '/illuminate/macroable', $vendorDir . '/illuminate/support'), |
| 29 | 'IAWP_SCOPED\\Illuminate\\Database\\' => array($vendorDir . '/illuminate/database'), |
| 30 | 'IAWP_SCOPED\\Illuminate\\Contracts\\' => array($vendorDir . '/illuminate/contracts'), |
| 31 | 'IAWP_SCOPED\\Illuminate\\Container\\' => array($vendorDir . '/illuminate/container'), |
| 32 | 'IAWP_SCOPED\\IAWP\\' => array($baseDir . '/IAWP'), |
| 33 | 'IAWP_SCOPED\\Doctrine\\Inflector\\' => array($vendorDir . '/doctrine/inflector/lib/Doctrine/Inflector'), |
| 34 | 'IAWP_SCOPED\\Doctrine\\Common\\Cache\\' => array($vendorDir . '/doctrine/cache/lib/Doctrine/Common/Cache'), |
| 35 | 'IAWP_SCOPED\\DeviceDetector\\' => array($vendorDir . '/matomo/device-detector'), |
| 36 | 'IAWP_SCOPED\\Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'), |
| 37 | ); |
| 38 |